Age | Commit message (Expand) | Author | Files | Lines |
2007-02-01 | Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig... | Jens Arnold | 21 | -34/+34 |
2007-02-01 | Comment out an unused function | Nils Wallménius | 2 | -3/+3 |
2007-02-01 | Swedish language update. | Magnus Holmgren | 1 | -51/+456 |
2007-02-01 | Fix Steve's naughty commit to english.lang.. new strings go at the end! | Jonathan Gordon | 1 | -14/+14 |
2007-02-01 | when saving config.cfg, only save settings which are not the same as | Jonathan Gordon | 6 | -16/+89 |
2007-02-01 | FS#4770 - Oops | Steve Bavin | 1 | -0/+6 |
2007-02-01 | FS#4770 - Add USB charging for the H300 series | Steve Bavin | 8 | -4/+90 |
2007-01-31 | NES codec improvements - N106 fixed point implementation from FS #6603, remov... | Adam Gashlin | 1 | -105/+64 |
2007-01-31 | fix hardware eq settings | Jonathan Gordon | 1 | -2/+2 |
2007-01-31 | FS #6243 - Invadrox, awesome Invaders clone by Albert Veli, supporting almost... | Zakk Roberts | 10 | -150/+1970 |
2007-01-30 | Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al... | Magnus Holmgren | 3 | -3/+14 |
2007-01-30 | updated and fixed Czech translation by Jakub Matoušek | Marcoen Hirschberg | 1 | -1000/+2103 |
2007-01-30 | italian language update by Alessio Lenzi with (re)unicodification by me | Marcoen Hirschberg | 1 | -129/+643 |
2007-01-30 | Fix the default cutoff for the low shelf EQ filter. Should fix the oddness pe... | Dan Everton | 1 | -1/+1 |
2007-01-29 | Updated Polish translation by Tomasz Mon FS# 6592 | Nils Wallménius | 1 | -2868/+4041 |
2007-01-29 | remove the ASCII version of the Polish translation | Marcoen Hirschberg | 1 | -4075/+0 |
2007-01-29 | grr! didnt see the h100 warning.. build table is too wide | Jonathan Gordon | 1 | -0/+1 |
2007-01-29 | fix recorder warning | Jonathan Gordon | 1 | -0/+1 |
2007-01-29 | fix build | Jonathan Gordon | 1 | -31/+31 |
2007-01-29 | Rearrange these files so they are more managable. No real code changes. Some ... | Jonathan Gordon | 2 | -312/+320 |
2007-01-29 | fix bool settings which don't use "off,on" for their config values. Neatens u... | Jonathan Gordon | 1 | -45/+63 |
2007-01-29 | Accept FS#6285 by Wenbin Leo, Thanks. | Jonathan Gordon | 1 | -114/+1235 |
2007-01-28 | Fixes the keyboard file setting | Jonathan Gordon | 1 | -1/+1 |
2007-01-27 | Fix Blackjack not looking correct when a backdrop is in use. | Tom Ross | 1 | -2/+6 |
2007-01-27 | Fix a potential voice related bug with first time buffer setup | Brandon Low | 1 | -0/+7 |
2007-01-27 | Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #... | Dave Chapman | 1 | -1/+1 |
2007-01-27 | Shiny new Minesweeper color bitmaps. | Zakk Roberts | 2 | -0/+0 |
2007-01-26 | No functional changes. Code police and comment clarity improvements. | Brandon Low | 1 | -90/+124 |
2007-01-26 | Third time's the charm (not using a 5G-specific ball yet). | Zakk Roberts | 1 | -0/+0 |
2007-01-26 | Forgot to add the bitmaps. | Zakk Roberts | 7 | -0/+0 |
2007-01-26 | More new Brickmania bitmaps. New paddles for all targets; new powerups and 'b... | Zakk Roberts | 2 | -9/+12 |
2007-01-26 | fix ipod video build | Jonathan Gordon | 1 | -2/+2 |
2007-01-26 | Forgot the bitmaps/native/SOURCES file.. | Zakk Roberts | 1 | -1/+2 |
2007-01-26 | Brickmania: new Brick bitmaps for all color targets, and introducing full-scr... | Zakk Roberts | 5 | -26/+66 |
2007-01-26 | Add 4 settings which were somehow missed during the conversion to config.cfg. | Jonathan Gordon | 2 | -211/+302 |
2007-01-25 | adding NSF (NES music) codec | Adam Gashlin | 5 | -0/+4528 |
2007-01-25 | remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.c... | Jonathan Gordon | 2 | -68/+5 |
2007-01-25 | Correct the spelling of persistent so its correct (Yes, I failed english at s... | Jonathan Gordon | 1 | -16/+49 |
2007-01-24 | prepending ~ to a setting name in config.cfg will use its value from the load... | Jonathan Gordon | 1 | -3/+36 |
2007-01-24 | allow int settings to call a function to get the default value (Fixes the con... | Jonathan Gordon | 3 | -9/+23 |
2007-01-24 | Split the system status variables out of global_settings and put them into a ... | Jonathan Gordon | 13 | -83/+115 |
2007-01-23 | Remove the browse firmwares menu item, as the general concensus is that it is... | Martin Arver | 2 | -10/+4 |
2007-01-23 | Reduce stack usage in settings_write_config (by about 460 bytes). Should allo... | Magnus Holmgren | 1 | -10/+21 |
2007-01-23 | Permanently enable powering down the disk when it's sleeping for supported ta... | Nils Wallménius | 5 | -22/+4 |
2007-01-23 | Settings are now stored in /.rockbox/config.cfg instead of the hidden sector.... | Jonathan Gordon | 9 | -1412/+1024 |
2007-01-22 | Disk and filesystem speed and stress test plugin. Aimed at developers, not bu... | Jens Arnold | 1 | -0/+326 |
2007-01-22 | Use the svn revision number for version information too, version string is no... | Dominik Riebeling | 1 | -1/+1 |
2007-01-22 | Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls... | Jonathan Gordon | 5 | -1/+69 |
2007-01-20 | Remove an old hack that is no longer required. Ships in the corner are once a... | Tom Ross | 1 | -4/+0 |
2007-01-20 | Remove redudant code from Disk Tidy. | Tom Ross | 1 | -5/+0 |