summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
...
* Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)Maurus Cuelenaere2009-07-08
* cleanup the remote+main statusbar handling a bit, and fix the bug where the r...Jonathan Gordon2009-07-08
* Fix bug in playlist_move where the track would end up one place too early / t...Dave Hooper2009-07-08
* Fix bug introduced in r21616 (my bad)- playlist moving array could show in pl...Dave Hooper2009-07-07
* * FS#10411 - Fixed point math code is bloated by Jeffrey GoodeMaurus Cuelenaere2009-07-07
* Philips SA9200: fix the buttons to work with flip screen mode (does anyone us...Mark Arigo2009-07-07
* Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek2009-07-06
* Updated italian translation.Alessio Lenzi2009-07-06
* Fix returning too early (before cleanup) in RFAC, which led to not cancellingThomas Martitz2009-07-06
* Adapt pictureflow and random_folder_advance_config to make use of the new got...Thomas Martitz2009-07-05
* Add a possibility for plugins to go directly to the WPS after exiting.Thomas Martitz2009-07-05
* Lua: use rb->screens[] to do paintingMaurus Cuelenaere2009-07-05
* fix yellowJonathan Gordon2009-07-05
* FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon2009-07-05
* Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere2009-07-05
* Also make rocklib_aux.c depend on $(LUA_OBJ)Maurus Cuelenaere2009-07-05
* Lua: implement gui_syncyesno_runMaurus Cuelenaere2009-07-05
* Sansa Fuze: Correct some solitaire controls.Thomas Martitz2009-07-05
* Fix sim_* errors when compiling LuaMaurus Cuelenaere2009-07-05
* Fix actions.lua & buttons.lua make errorsMaurus Cuelenaere2009-07-05
* Add a Rockbox header..Maurus Cuelenaere2009-07-05
* Lua: add script which wraps not-yet ported C functions to LuaMaurus Cuelenaere2009-07-05
* Do not delete tagcache entries on bootup with dircache enabled but auto-updat...Thomas Martitz2009-07-04
* FS#10291: use lib highscore.h and add a new highscore tableJohannes Schwarz2009-07-04
* Crude logging for the sim in database creation/updating - to aid in debuggingJonas Häggqvist2009-07-04
* Replace HAVE_SCROLLWHEEL in PictureFlow with USE_CORE_PREVNEXT, defined on ta...Andrew Mahone2009-07-04
* Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere2009-07-04
* Set svn:keywords propertyMaurus Cuelenaere2009-07-04
* Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere2009-07-04
* Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl...Maurus Cuelenaere2009-07-03
* Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some k...Peter D'Hoye2009-07-03
* Still failing at git-svn, but I won't give up! The previous commitThomas Martitz2009-07-03
* test test testThomas Martitz2009-07-03
* JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5.Andrew Mahone2009-07-03
* Fix the bug where the short-long fwd/back action would ffwd/rewind the next f...Jonathan Gordon2009-07-03
* Initialise minesweeper main menu so that first item is selected on plugin sta...Dave Hooper2009-07-02
* Commit patch in FS#7967 by Vuong Minh Hiep (with some small changes to variab...Dave Hooper2009-07-02
* Fix playlist viewer behaviour when deleting tracks (one ret had missed being ...Dave Hooper2009-07-02
* reduce size of the instance of struct style_text in lib/display.h (thanks to ...Johannes Schwarz2009-07-02
* Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4.Andrew Mahone2009-07-02
* add firmware/driver/sd.c which contains common code between SD driversRafaël Carré2009-07-01
* card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré2009-07-01
* clarify error message a bitFrank Gevaerts2009-07-01
* Remove the static order[] allocation in favour of plugin_get_buffer()Frank Gevaerts2009-07-01
* Assume a smaller plugin binsize, so MAX_SHUFFLE_SIZE actually fits on archosFrank Gevaerts2009-07-01
* Lua: because Rockbox doesn't support any current working directory functional...Maurus Cuelenaere2009-07-01
* Add "Play Shuffled" menu item to random_folder_advance_config, which adds all...Frank Gevaerts2009-07-01
* Provide a context sensitive default file name when saving settings (FS#10399)Alexander Levin2009-07-01
* Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré2009-07-01
* Commit rest of fix in FS#9866. Don't parse Vorbis comments again in libtremo...Michael Giacomelli2009-06-30