summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-07-08cleanup the remote+main statusbar handling a bit, and fix the bug where the r...Jonathan Gordon5-41/+32
2009-07-08Fix bug in playlist_move where the track would end up one place too early / t...Dave Hooper1-5/+7
2009-07-07Fix bug introduced in r21616 (my bad)- playlist moving array could show in pl...Dave Hooper1-0/+5
2009-07-07 * FS#10411 - Fixed point math code is bloated by Jeffrey GoodeMaurus Cuelenaere3-92/+43
2009-07-07Philips SA9200: fix the buttons to work with flip screen mode (does anyone us...Mark Arigo1-61/+61
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek22-317/+957
2009-07-06Updated italian translation.Alessio Lenzi1-3/+48
2009-07-06Fix returning too early (before cleanup) in RFAC, which led to not cancellingThomas Martitz1-2/+4
2009-07-05Adapt pictureflow and random_folder_advance_config to make use of the new got...Thomas Martitz2-52/+56
2009-07-05Add a possibility for plugins to go directly to the WPS after exiting.Thomas Martitz3-30/+51
2009-07-05Lua: use rb->screens[] to do paintingMaurus Cuelenaere1-6/+12
2009-07-05fix yellowJonathan Gordon1-1/+3
2009-07-05FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon12-23/+128
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere22-755/+754
2009-07-05Also make rocklib_aux.c depend on $(LUA_OBJ)Maurus Cuelenaere1-1/+1
2009-07-05Lua: implement gui_syncyesno_runMaurus Cuelenaere2-0/+42
2009-07-05Sansa Fuze: Correct some solitaire controls.Thomas Martitz1-8/+5
2009-07-05Fix sim_* errors when compiling LuaMaurus Cuelenaere1-1/+1
2009-07-05Fix actions.lua & buttons.lua make errorsMaurus Cuelenaere1-2/+2
2009-07-05Add a Rockbox header..Maurus Cuelenaere1-0/+18
2009-07-05Lua: add script which wraps not-yet ported C functions to LuaMaurus Cuelenaere3-363/+303
2009-07-04Do not delete tagcache entries on bootup with dircache enabled but auto-updat...Thomas Martitz1-1/+2
2009-07-04FS#10291: use lib highscore.h and add a new highscore tableJohannes Schwarz1-99/+83
2009-07-04Crude logging for the sim in database creation/updating - to aid in debuggingJonas Häggqvist1-0/+11
2009-07-04Replace HAVE_SCROLLWHEEL in PictureFlow with USE_CORE_PREVNEXT, defined on ta...Andrew Mahone1-4/+9
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere14-773/+713
2009-07-04Set svn:keywords propertyMaurus Cuelenaere2-2/+2
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere14-713/+773
2009-07-03Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl...Maurus Cuelenaere2-5/+0
2009-07-03Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some k...Peter D'Hoye113-4420/+10637
2009-07-03Still failing at git-svn, but I won't give up! The previous commitThomas Martitz1-4/+1
2009-07-03test test testThomas Martitz1-1/+4
2009-07-03JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5.Andrew Mahone1-15/+215
2009-07-03Fix the bug where the short-long fwd/back action would ffwd/rewind the next f...Jonathan Gordon3-0/+29
2009-07-02Initialise minesweeper main menu so that first item is selected on plugin sta...Dave Hooper1-1/+1
2009-07-02Commit patch in FS#7967 by Vuong Minh Hiep (with some small changes to variab...Dave Hooper1-24/+29
2009-07-02Fix playlist viewer behaviour when deleting tracks (one ret had missed being ...Dave Hooper1-1/+9
2009-07-02reduce size of the instance of struct style_text in lib/display.h (thanks to ...Johannes Schwarz2-11/+17
2009-07-02Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4.Andrew Mahone1-14/+233
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré1-8/+35
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré1-12/+12
2009-07-01clarify error message a bitFrank Gevaerts1-1/+1
2009-07-01Remove the static order[] allocation in favour of plugin_get_buffer()Frank Gevaerts1-4/+13
2009-07-01Assume a smaller plugin binsize, so MAX_SHUFFLE_SIZE actually fits on archosFrank Gevaerts1-1/+2
2009-07-01Lua: because Rockbox doesn't support any current working directory functional...Maurus Cuelenaere5-29/+44
2009-07-01Add "Play Shuffled" menu item to random_folder_advance_config, which adds all...Frank Gevaerts3-1/+75
2009-07-01Provide a context sensitive default file name when saving settings (FS#10399)Alexander Levin1-2/+10
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré1-2/+2
2009-06-30Commit rest of fix in FS#9866. Don't parse Vorbis comments again in libtremo...Michael Giacomelli1-24/+1
2009-06-30Second attempt at fixing FS#10396. Turns out that gcc for coldfire choose to ...Magnus Holmgren1-4/+8