summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-30fs#10290: Sansa AMS language fixes by Bertrik Sikken and Hilton ShumwayRafaël Carré35-272/+272
2009-06-30Improve the highscore related functions in plugin lib (FS#10350)Alexander Levin3-63/+113
2009-06-30Small change to significantly reduce stack usage during database scanning. Th...Magnus Holmgren1-7/+20
2009-06-30Correct commentMaurus Cuelenaere1-1/+1
2009-06-30Lua: also expose BUTTON_REL, BUTTON_REPEAT & BUTTON_TOUCHSCREENMaurus Cuelenaere1-1/+6
2009-06-29Bugfix for FS#10157 - "inaccurate seeking while paused" by Jeffrey Goode.Thomas Martitz1-4/+10
2009-06-29FS#10377 - "PCM buffer remainder is played under too many conditions" by Jeff...Thomas Martitz1-3/+8
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré7-16/+17
2009-06-29Do not modify the passed in parameter string (FS#10392 by Jonas Häggqvist)Alexander Levin1-3/+2
2009-06-28Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.luaMaurus Cuelenaere1-1/+0
2009-06-28Fix typo & redMaurus Cuelenaere1-1/+1
2009-06-28Lua:Maurus Cuelenaere5-143/+512
2009-06-28FS#10099: new lib, which displays formatted text on every target; also suppor...Johannes Schwarz3-0/+187
2009-06-28Trivial changes to Mazezam to fix the red on 3G iPods.Magnus Holmgren1-5/+5
2009-06-28Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bi...Andrew Mahone1-76/+86
2009-06-27FS#10294: reform the weird buttons in maze and mazezam for Fuze, E200 and ipod3GJohannes Schwarz2-32/+78
2009-06-27Use single-instruction shift-and-saturate in place of range_limit for JPEG on...Andrew Mahone1-32/+29
2009-06-27ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside f...Andrew Mahone2-7/+275
2009-06-26FS#10283 simplify plugins' menus by using stringlist with callback (by Teruak...Johannes Schwarz7-184/+124
2009-06-26fix small issues in xobox (part of FS#10283 by Teruaki Kawashima)Johannes Schwarz1-10/+9
2009-06-26Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5.Rob Purchase1-1/+1
2009-06-25Lua: add the package libraryMaurus Cuelenaere7-55/+345
2009-06-24Lua: expose BUTTON_* definesMaurus Cuelenaere2-2/+70
2009-06-24Clear the display before showing the splash (part of FS#10138 by Teruaki Kawa...Alexander Levin1-0/+1
2009-06-24Delete the save file immediately after loading it to avoid false tries at the...Alexander Levin1-12/+13