summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon7-152/+163
2008-11-05This optimisation breaks for very large divisors (MSB set), so remove it.Jens Arnold1-3/+4
2008-11-05Set missing SVN properties.Jens Arnold1-1/+1
2008-11-05Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on t...Jens Arnold4-3/+137
2008-11-04Some entropy decoder tweaks. Also removed unnecessary 'tmp' variables.Jens Arnold2-24/+17
2008-11-04Since *set_led_enabled() is actually an ata-specific feature, move it back to...Frank Gevaerts1-4/+10
2008-11-04Fix FS#9522: stop reading an ID3v2 tag if a frame length is bad.Magnus Holmgren1-1/+7
2008-11-04Bugfix: 'make bin' didn't build bitmaps.Björn Stenberg1-4/+8
2008-11-03- handle the custom option type in settings dumper (not very well though but ...Jonathan Gordon2-5/+8
2008-11-03Make local functions staticBertrik Sikken2-6/+6
2008-11-03remove stray tabDaniel Stenberg1-1/+1
2008-11-03Updated italian translation.Alessio Lenzi1-2/+70
2008-11-03Red build fix: Proper handling of ENABLEDPLUGINS and SOFTWARECODECS.Björn Stenberg1-4/+8
2008-11-03Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg18-110/+123
2008-11-03FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...Jonathan Gordon7-10/+309
2008-11-03Add a setting type which is completly user-defined. This setting type cannot ...Jonathan Gordon3-0/+55
2008-11-03fix a data abort when the start screen is set to previous and nvram.bin is in...Jonathan Gordon1-1/+1
2008-11-02German translation update - also fixes a few issues (unnecessary differences ...Marianne Arnold1-13/+85
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts1-1/+1
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts27-77/+107
2008-11-01OndioFM keymap - trigger screen: prevent pressing 'Right' (to change the valu...Marianne Arnold1-3/+8
2008-10-31Language updates:Jonas Häggqvist2-17/+128
2008-10-31Clip: add backlight and buttonlight codeRafaël Carré28-84/+84
2008-10-31Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré4-8/+8
2008-10-31cleanup storage definesFrank Gevaerts14-39/+42
2008-10-31Revert r18947, and add a comment why the backlight functions are wanted on al...Jens Arnold2-2/+7
2008-10-31Sansa Clip simulatorRafaël Carré3-4/+333
2008-10-31apps/plugin.c : do not declare backlight_* part of rockbox apiRafaël Carré1-0/+2
2008-10-31Fix one bad description entry for the languages concerned.Mustapha Senhaji7-7/+7
2008-10-31Update the french translation.Mustapha Senhaji1-10/+62
2008-10-31rearrange the order that the quickscreen wiewports are allocated.Jonathan Gordon1-46/+35
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman1-2/+4
2008-10-30Factor out save / restore sudoku board (FS#9516 by Alexander Levin)Dominik Riebeling1-9/+18
2008-10-30Add support for the album artist field used by Foobar2000 in ID3v2 tags.Magnus Holmgren1-5/+17
2008-10-30Data does not belong in .h files. Not even if it makes the .c file prettier.Björn Stenberg4-1062/+1007
2008-10-30fix some problems with the menu code:Jonathan Gordon1-5/+6
2008-10-30Add .oga as a valid file extension for Ogg vorbis files. Even though Xiph re...Dave Chapman2-1/+2
2008-10-29Added an explicit bitmap dependency to icons.h to resolve issues with paralle...Björn Stenberg1-6/+6
2008-10-29'make voice' no longer builds bitmaps.Björn Stenberg1-6/+4
2008-10-29state->savedboard doesn't exist, so revert that part of r18906 for now. It mi...Jens Arnold1-6/+0
2008-10-28Fix sudoku crash when using reload without previously saved state (FS#9509 by...Dominik Riebeling1-0/+11
2008-10-28Make the e200v2 simulator compile - an easy job as the apps/ code is identica...Dave Chapman30-631/+631
2008-10-26Try to fix FS#9502: end playback properly if no valid files were found in a p...Magnus Holmgren1-0/+9
2008-10-26Bump plugin API version as needed.Magnus Holmgren1-1/+1
2008-10-26Language updates:Jonas Häggqvist3-11/+154
2008-10-26Add missing #include to mp3 metadata parser.Bertrik Sikken1-0/+1
2008-10-26Change button map for iaudio x5 and m5 to avoid using impossible button combo...Nils Wallménius1-12/+2
2008-10-26bah! messed up the filename settings... and do some line length fixingJonathan Gordon1-15/+21
2008-10-26Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values ...Jonathan Gordon7-2/+163
2008-10-25Add in-grid graphical markers for scratchpad values to sudoku (FS#8364 by Hen...Dominik Riebeling1-5/+109