summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat2010-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
* Begin committing keymap plugins for the Philips GoGear HDD6330.Robert Menes2010-11-02
| | | | | | | | Not all keymaps are completed, but I want to get some initial work I did under version control. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28442 a1c6a512-1295-4272-9138-f99709370657
* Fix typo from r28026 causing warnings on newer gcc.Nils Wallménius2010-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28439 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not ↵Andree Buschmann2010-11-01
| | | | | | correctly re-initialized when rebuffering. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28437 a1c6a512-1295-4272-9138-f99709370657
* lamp plugin:Teruaki Kawashima2010-11-01
| | | | | | | | -handles sys_events. -disable idle poweroff (part of FS#11578 by Hayden Pearce.) -correct button table in the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28429 a1c6a512-1295-4272-9138-f99709370657
* reduce casts between "unsinged char *" and "fb_data *". make calculation ↵Teruaki Kawashima2010-11-01
| | | | | | precise. maintain spaces. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28428 a1c6a512-1295-4272-9138-f99709370657
* Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. ↵Marcin Bukat2010-10-31
| | | | | | FS#11189 by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28425 a1c6a512-1295-4272-9138-f99709370657
* Fix red. Why did it go unnoticed through the build system?Thomas Martitz2010-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28424 a1c6a512-1295-4272-9138-f99709370657
* Default to absolute point mode on RaaA and Onda targets. Cowon D2 and MRobe ↵Thomas Martitz2010-10-31
| | | | | | 500 stick to grid mode for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28423 a1c6a512-1295-4272-9138-f99709370657
* Add support multimedia keys/buttons to the core, and adapt Rockbox on ↵Thomas Martitz2010-10-31
| | | | | | android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28421 a1c6a512-1295-4272-9138-f99709370657
* libtremor: tweak a hot function for codebook decoding, mostly moving pointer ↵Nils Wallménius2010-10-31
| | | | | | lookups outside the loop. Speeds up decoding by 3-6% on Coldfire and a small speedup on arm too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28419 a1c6a512-1295-4272-9138-f99709370657
* disktidy: handles user abort properly.Teruaki Kawashima2010-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28418 a1c6a512-1295-4272-9138-f99709370657
* Use a native yes/no dialog instead of rockbox's internal one on androidJonathan Gordon2010-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28415 a1c6a512-1295-4272-9138-f99709370657
* Commit FS #11682 by Teruaki Kawashima: fix the disktidy pluginRobert Menes2010-10-31
| | | | | | | not cleaning custo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28414 a1c6a512-1295-4272-9138-f99709370657
* Fix and extend imageviewer png support. FS#11641 by meMarcin Bukat2010-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28413 a1c6a512-1295-4272-9138-f99709370657
* Clean up r28408 coding style a bit to follow our guidelines with regard toThomas Martitz2010-10-31
| | | | | | brace placement, tabs and 80 char line width. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28410 a1c6a512-1295-4272-9138-f99709370657
* fix a mem leak by calling the corect ReleaseString methodJonathan Gordon2010-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28409 a1c6a512-1295-4272-9138-f99709370657
* FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz2010-10-31
| | | | | | | | | | This adds kinetic scrolling to to lists on touchscreen targets and RaaA, like all other OSes on touchscreens have. It's only enabled in the absolute point mode, so for non-touchscreen and in grid mode nothing changes. Kinetic scrolling means that the list keeps scrolling (but is decelerating) after you leave the touchscreen with the finger. Redraw interval and deceleration is hardcoded for now but could be made configurable if desired. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28408 a1c6a512-1295-4272-9138-f99709370657
* Use a Native keyboard GUI instead of rockbox's internal one on androidJonathan Gordon2010-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28407 a1c6a512-1295-4272-9138-f99709370657
* libtremor: introduce asm optimized version of the channel_couple function ↵Nils Wallménius2010-10-31
| | | | | | for Coldfire and optimize the arm as version, speedup ~1% on Coldfire and PortalPlayer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28405 a1c6a512-1295-4272-9138-f99709370657
* fix menu screen title bug - patch by TeruMichael Chicoine2010-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28391 a1c6a512-1295-4272-9138-f99709370657
* Hewbrew is right-to-left, reinstate accidently removed setting.Alex Parker2010-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28378 a1c6a512-1295-4272-9138-f99709370657
* Update the portuguese translation.Mustapha Senhaji2010-10-29
| | | | | | | | Flyspray: FS#11700 Author: Rui Araújo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28375 a1c6a512-1295-4272-9138-f99709370657
* skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon2010-10-28
| | | | | | | | They now only parse the correct branch (so only the true branch, or only the false branch). This shuold allow you to load different images/backdrops with the same id's depending on the targets hardware. Add a new %Tp - "touchscreen present?" tag to check if the target has a touchscreen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28370 a1c6a512-1295-4272-9138-f99709370657
* test_codec: Align the codec buffer to pointer size, since tlsf wants that. ↵Nils Wallménius2010-10-27
| | | | | | Fixes a crash when running tremor in test_codec on 64 bit sim. (The tlsf init bailed out but tremor doesn't check the return and went on to alloc memory anyway) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28365 a1c6a512-1295-4272-9138-f99709370657
* fix that disktidy plugin and shopper plugin is not usable when Show Icons ↵Teruaki Kawashima2010-10-26
| | | | | | setting is turned off. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28362 a1c6a512-1295-4272-9138-f99709370657
* Make pitchscreen absolute point mode compatible.Thomas Martitz2010-10-25
| | | | | | | | It's very similar to how it's controlled in the grid mode (in fact, it resembles this mode and they're compatible). We could've forced the grid mode, but the viewport layout needed fixing for the addional icons anyway, and this way it doesn't break with an ui viewport. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28361 a1c6a512-1295-4272-9138-f99709370657
* do not reset last selected item after leaving the file browser when in root.Teruaki Kawashima2010-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28360 a1c6a512-1295-4272-9138-f99709370657
* reduce ramusage slightly.Teruaki Kawashima2010-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28355 a1c6a512-1295-4272-9138-f99709370657
* Fix return type of iap_getc (should be bool instead of int)Bertrik Sikken2010-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28354 a1c6a512-1295-4272-9138-f99709370657
* Update German translation, using '/' for the translation too, I'm all for a ↵Marianne Arnold2010-10-24
| | | | | | rethink of the original phrase though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28351 a1c6a512-1295-4272-9138-f99709370657
* Hebrew translation update by Tomer Shalev.Alex Parker2010-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28350 a1c6a512-1295-4272-9138-f99709370657
* Minor addition to Italian translationAlex Parker2010-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28347 a1c6a512-1295-4272-9138-f99709370657
* update Japanese translation.Teruaki Kawashima2010-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28343 a1c6a512-1295-4272-9138-f99709370657
* Updated Danish translationJonas Häggqvist2010-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28338 a1c6a512-1295-4272-9138-f99709370657
* FS#11694 by Francisco Villa - update Spanish.Alex Parker2010-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28336 a1c6a512-1295-4272-9138-f99709370657
* Make english.lang use consistant spacing to avoid problems with the ↵Jonas Häggqvist2010-10-23
| | | | | | automatic translation site ("*:none" is wrong - "*: none" is right). Change other languages to match. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28332 a1c6a512-1295-4272-9138-f99709370657
* fix leak-file-handles.Teruaki Kawashima2010-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28330 a1c6a512-1295-4272-9138-f99709370657
* simplify rockbox_browse a bit and reuse buffer.Teruaki Kawashima2010-10-22
| | | | | | use const for argument of set_current_file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28328 a1c6a512-1295-4272-9138-f99709370657
* Serbian language update - FS#11693 by Ivan PesicBertrik Sikken2010-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28319 a1c6a512-1295-4272-9138-f99709370657
* Spanish language update - FS#11692 by Francisco VilaBertrik Sikken2010-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28317 a1c6a512-1295-4272-9138-f99709370657
* Add plugin keymaps to fft for the GoGear SA9200.Robert Menes2010-10-21
| | | | | | | | | | | Also fix some errors in pluginlib_actions.c which were causing the SA9200 build to crap out when building plugins, and also disable plugins for the SA9200 in the configure script (no idea why they were enabled in the first place!) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28316 a1c6a512-1295-4272-9138-f99709370657
* Spanish language update - FS#11688 by Francisco VilaBertrik Sikken2010-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28311 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: Try to adapt the keys for the new touchpad code, remove the non ↵Szymon Dziok2010-10-18
| | | | | | existing buttons, enable morse input. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28306 a1c6a512-1295-4272-9138-f99709370657
* Don't try to show a backdrop if the bmp wasnt loaded successfullyJonathan Gordon2010-10-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28303 a1c6a512-1295-4272-9138-f99709370657
* Update the polish translation.Mustapha Senhaji2010-10-17
| | | | | | | | | Flyspray FS#11685 Author: Wojciech Lesniak git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28302 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11676 - audio_status() returns AUDIO_STATUS_PLAY|AUDIO_STATUS_PAUSE ↵Thomas Martitz2010-10-17
| | | | | | if paused so only resume if AUDIO_STATUS_PLAY is the only bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28301 a1c6a512-1295-4272-9138-f99709370657
* update Dutch language filePeter D'Hoye2010-10-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28299 a1c6a512-1295-4272-9138-f99709370657
* add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.Teruaki Kawashima2010-10-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28298 a1c6a512-1295-4272-9138-f99709370657
* (Partially) Fix FS#11572 - no backdrop in the FM screen..\n the preset ↵Jonathan Gordon2010-10-17
| | | | | | question would clear it and not reset it, so reoder the code so it works git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28297 a1c6a512-1295-4272-9138-f99709370657