summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-07-11FS#10421 - clip keymap updates.Jonathan Gordon1-26/+35
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone6-7/+9
2009-07-10FS#10418: Change menu button in Sudoku on Fuze, by Nick TryonJohannes Schwarz1-1/+1
2009-07-10Correct another small typo in a comment.Thomas Martitz1-1/+1
2009-07-10Correct return value of function get_ucs, position of next character, in view...Teruaki Kawashima1-3/+4
2009-07-10Fix a typoAlexander Levin1-1/+1
2009-07-10Fix a few comments in gwps.c.Thomas Martitz1-7/+7
2009-07-10Lua:Maurus Cuelenaere1-1/+1
2009-07-09fix FS#9383 (chessclock freezes on deleting a player), patch by Yoshihisa Uch...Teruaki Kawashima1-11/+18
2009-07-08Helloworld.lua: fix file_put_contents depending on a wrong return value of io...Maurus Cuelenaere1-3/+3
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