summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Add the ability to seek to the start of the track.Mohamed Tarek1-46/+44
2009-07-08Previous commit didn't fix compiling on Cygwin, this one should.Maurus Cuelenaere1-5/+5
2009-07-08add keymap for m300 and fix warnings of previous patchJohannes Schwarz1-1/+9
2009-07-08Fix compiling on Cygwin hosts.Maurus Cuelenaere1-1/+1
2009-07-08new game plugin for colored players named clix (by Rene Peinthor)Johannes Schwarz3-0/+857
2009-07-08Try at fixing 'cast to/from pointer to/from integer of different size' warningsMaurus Cuelenaere2-2/+2
2009-07-08Accept FS#10210: "Mpegplayer playback controls on portrait oriented players" ...Bertrik Sikken1-3/+3
2009-07-08Cook codec: make sure the RMContext get aligned correctly, or we won't be abl...Maurus Cuelenaere1-1/+1
2009-07-08RM metadata parser: fix unaligned accessMaurus Cuelenaere1-1/+1
2009-07-08Lua IOlib: don't create files when they don't existMaurus Cuelenaere1-2/+0
2009-07-08Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)Maurus Cuelenaere1-0/+5
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