summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Move definition of mode_name outside #ifdefTomer Shalev2009-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22915 a1c6a512-1295-4272-9138-f99709370657
* Add STATICIRAM_NOT_MDCT as a workaround for the gcc bug where static ↵Dave Chapman2009-10-04
| | | | | | functions are not long called. This is currently only an issue on the Nano2G (S5L8701 CPU) which is the only ARM target with enough IRAM for these functions. Also add multiple-inclusion protection for config-tremor.h. All plugins and codecs now compile cleanly for the Nano2G. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22914 a1c6a512-1295-4272-9138-f99709370657
* Show USB HID mouse mode in manual only in targets which supports itTomer Shalev2009-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22912 a1c6a512-1295-4272-9138-f99709370657
* Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode',Tomer Shalev2009-10-04
| | | | | | | 'Presentation Mode', etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22911 a1c6a512-1295-4272-9138-f99709370657
* Fixed wording in Hebrew languageTomer Shalev2009-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22910 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix paddle position jumps when an N powerup is picked up.Karl Kurbjun2009-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22909 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew translationTomer Shalev2009-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22908 a1c6a512-1295-4272-9138-f99709370657
* Don't assume AUDIO_SRC_MIC always exists.Dave Chapman2009-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22907 a1c6a512-1295-4272-9138-f99709370657
* Correct the IRAM definitions for the S5L8700/8701 and add definitions for ↵Dave Chapman2009-10-04
| | | | | | plugins/codecs. The current split (64/64 core/plugins for S5L8700 and 96/80 core/plugins for S5L8701) is arbitrary and should probably be tweaked later git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22905 a1c6a512-1295-4272-9138-f99709370657
* Fix crash in early USB introduced in r22365 by moving the ↵Jens Arnold2009-10-03
| | | | | | gui_syncstatusbar_init() back to where it needs to be. The comment clearly stated that it needs to happen that early. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22903 a1c6a512-1295-4272-9138-f99709370657
* Fixed mouse keypad mode was not available with HAVE_USB_HID_MOUSETomer Shalev2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22901 a1c6a512-1295-4272-9138-f99709370657
* Remove colon at the end of string since it is also used in settings menuTomer Shalev2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22899 a1c6a512-1295-4272-9138-f99709370657
* - Fixed typo in commentsTomer Shalev2009-10-03
| | | | | | | | - Added some comments - Removed spaces at the end of lines git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22897 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew translationTomer Shalev2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22896 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10597: Loadable keyboard layout rendered incorrectly.Teruaki Kawashima2009-10-03
| | | | | | | Also fix out of bounds access to kbd_buf. Reset cursor position in keyboard when loading new virtual keyboard for the case size is different from previous one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22892 a1c6a512-1295-4272-9138-f99709370657
* test_grey.c : use left/right on YH920 instead of rew/ffRafaël Carré2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22891 a1c6a512-1295-4272-9138-f99709370657
* Cleanup some logf info in dsp_set_compressorJeffrey Goode2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22890 a1c6a512-1295-4272-9138-f99709370657
* Samsung YH920 : measured lcd scanrate is 69.7Hz => round to 70HzRafaël Carré2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22889 a1c6a512-1295-4272-9138-f99709370657
* FS#10636: Quickscreen incorrect operation when menu has negative stepJeffrey Goode2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22887 a1c6a512-1295-4272-9138-f99709370657
* Samsung YH* : fix test_scanrate compilation by defining an existing buttonRafaël Carré2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22886 a1c6a512-1295-4272-9138-f99709370657
* Slight cleanup of the calendar pluginNils Wallménius2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22884 a1c6a512-1295-4272-9138-f99709370657
* Revert r22881 - USING_STORAGE_CALLBACK is not defined by config.h so cannot ↵Dave Chapman2009-10-03
| | | | | | be used in SOURCES git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22883 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix smaller screens, improve speed scaling and collision detection.Karl Kurbjun2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22882 a1c6a512-1295-4272-9138-f99709370657
* battery_bench requires the register_storage_idle_func() and ↵Dave Chapman2009-10-03
| | | | | | unregister_storage_idle_func() functions, so only compile #if USING_STORAGE_CALLBACK. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22881 a1c6a512-1295-4272-9138-f99709370657
* Smarter check for failed packet parsing in RM. Also fixes a bug in playback ↵Mohamed Tarek2009-10-03
| | | | | | where sometimes "codec failure" is splashed at the end of playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22880 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation.Alessio Lenzi2009-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22873 a1c6a512-1295-4272-9138-f99709370657
* add gapless support for MP3 files encoded with iTunesMarcoen Hirschberg2009-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22872 a1c6a512-1295-4272-9138-f99709370657
* Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. ↵Michael Giacomelli2009-10-02
| | | | | | Gives a 1% speedup @ 192kbps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22871 a1c6a512-1295-4272-9138-f99709370657
* add support for comments in ID3v2.2Marcoen Hirschberg2009-10-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22868 a1c6a512-1295-4272-9138-f99709370657
* Actually qualify the tables put into .irodata in r22849 as 'const'. Also ↵Jens Arnold2009-09-30
| | | | | | mark fftorder[] as 'const'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22860 a1c6a512-1295-4272-9138-f99709370657
* FS#10122 - Fix wrong format type of logf functions in speex.cTomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22857 a1c6a512-1295-4272-9138-f99709370657
* Fix delta in targets without HAVE_USBSTACK and USE_ROCKBOX_USB caused byTomer Shalev2009-09-30
| | | | | | | redundant strings in lang file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22856 a1c6a512-1295-4272-9138-f99709370657
* - Added USB HID documentation to the mr100 manualTomer Shalev2009-09-30
| | | | | | | | - Fixed mr100 keymap - Fixed wrong entry for mr100's pad in blackjack's manual entry git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22855 a1c6a512-1295-4272-9138-f99709370657
* Fix red - Fix mr100 remote keymapTomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22854 a1c6a512-1295-4272-9138-f99709370657
* Fix red of r22852Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22853 a1c6a512-1295-4272-9138-f99709370657
* Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
* Change IDATA to ICONST for lookup tables since they're actually constant.Michael Giacomelli2009-09-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22849 a1c6a512-1295-4272-9138-f99709370657
* Clean up duplicate #includesBertrik Sikken2009-09-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657
* Make the EQ screen usable in touchscreen grid mode by resolving keymap ↵Rob Purchase2009-09-26
| | | | | | conflicts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22841 a1c6a512-1295-4272-9138-f99709370657
* new skin tag: %Sx|<english>| will display the current languages translation ↵Jonathan Gordon2009-09-26
| | | | | | | | | | | | | of the "<english>" string. the <english> is the Source: bit in the .lang files. (must be exactly as it is there...) checkwps cannot verify that the string is correct so make sure to use the sim to verify the string is acurate. Also "fix" checkwps so %St|<setting>| can be accepted for the theme site git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22837 a1c6a512-1295-4272-9138-f99709370657
* Rename struct skin_albumart members to be consistent with similar members of ↵Thomas Martitz2009-09-25
| | | | | | other structs. the albumart_ prefix is redundant. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22836 a1c6a512-1295-4272-9138-f99709370657
* Redo 22825 but this time with caring about alignment.Thomas Martitz2009-09-25
| | | | | | | Change coordinate members in struct skin_albumart to ints. That alone gives a tiny binsize decrease. Change the struct layout (some reordering) to enable more efficient alignment which reclaims 4 of the 8 bytes. Since there's usually only 1 aa struct this should be a net gain. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22835 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow: braces around logf statementsJeffrey Goode2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22834 a1c6a512-1295-4272-9138-f99709370657
* Replace limiter with dynamic range compressorJeffrey Goode2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22832 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Correct the cycle time to match what it was on the H300.Karl Kurbjun2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22830 a1c6a512-1295-4272-9138-f99709370657
* r22826 is causing data aborts when the wps is loaded in the parse_list ↵Karl Kurbjun2009-09-25
| | | | | | function - suspected reason is an improperly aligned pointer depending on how the buffer gets setup when translating a "d". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22827 a1c6a512-1295-4272-9138-f99709370657
* Remove some some code in favor of a single parse_list() call.Thomas Martitz2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22826 a1c6a512-1295-4272-9138-f99709370657
* FS#9824: Fix FM channel spacing for EuropeBertrik Sikken2009-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22822 a1c6a512-1295-4272-9138-f99709370657
* Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).Magnus Holmgren2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22802 a1c6a512-1295-4272-9138-f99709370657
* Better menu verbiage for test_codecJeffrey Goode2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22797 a1c6a512-1295-4272-9138-f99709370657