summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen5-233/+251
2007-02-04Fix Scroll Up/Down being backwards in some screens on the Sansa.Barry Wardell1-4/+4
2007-02-04Fixed 64 bit warning.Jens Arnold1-2/+2
2007-02-04Try to fix the simulator build warnings.Magnus Holmgren1-2/+2
2007-02-04Fix playback of mono FLAC files, so they don't play in the left channel only.Magnus Holmgren1-1/+2
2007-02-03Allow longer filenames for settings files. (fixes FS #6615)Marianne Arnold1-1/+1
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold10-17/+17
2007-02-03Bugfix: Remove use of IDATA_ATTR - plugins can not use IRAM without stopping...Dave Chapman1-1/+1
2007-02-02fmr is not a theme settingJonathan Gordon1-1/+1
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold21-34/+34
2007-02-01Comment out an unused functionNils Wallménius2-3/+3
2007-02-01Swedish language update.Magnus Holmgren1-51/+456
2007-02-01Fix Steve's naughty commit to english.lang.. new strings go at the end!Jonathan Gordon1-14/+14
2007-02-01when saving config.cfg, only save settings which are not the same as Jonathan Gordon6-16/+89
2007-02-01FS#4770 - OopsSteve Bavin1-0/+6
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin8-4/+90
2007-01-31NES codec improvements - N106 fixed point implementation from FS #6603, remov...Adam Gashlin1-105/+64
2007-01-31fix hardware eq settingsJonathan Gordon1-2/+2
2007-01-31FS #6243 - Invadrox, awesome Invaders clone by Albert Veli, supporting almost...Zakk Roberts10-150/+1970
2007-01-30Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al...Magnus Holmgren3-3/+14
2007-01-30updated and fixed Czech translation by Jakub MatoušekMarcoen Hirschberg1-1000/+2103
2007-01-30italian language update by Alessio Lenzi with (re)unicodification by meMarcoen Hirschberg1-129/+643
2007-01-30Fix the default cutoff for the low shelf EQ filter. Should fix the oddness pe...Dan Everton1-1/+1
2007-01-29Updated Polish translation by Tomasz Mon FS# 6592Nils Wallménius1-2868/+4041
2007-01-29remove the ASCII version of the Polish translationMarcoen Hirschberg1-4075/+0
2007-01-29grr! didnt see the h100 warning.. build table is too wideJonathan Gordon1-0/+1
2007-01-29fix recorder warningJonathan Gordon1-0/+1
2007-01-29fix buildJonathan Gordon1-31/+31
2007-01-29Rearrange these files so they are more managable. No real code changes. Some ...Jonathan Gordon2-312/+320
2007-01-29fix bool settings which don't use "off,on" for their config values. Neatens u...Jonathan Gordon1-45/+63
2007-01-29Accept FS#6285 by Wenbin Leo, Thanks.Jonathan Gordon1-114/+1235
2007-01-28Fixes the keyboard file settingJonathan Gordon1-1/+1
2007-01-27Fix Blackjack not looking correct when a backdrop is in use.Tom Ross1-2/+6
2007-01-27Fix a potential voice related bug with first time buffer setupBrandon Low1-0/+7
2007-01-27Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #...Dave Chapman1-1/+1
2007-01-27Shiny new Minesweeper color bitmaps.Zakk Roberts2-0/+0
2007-01-26No functional changes. Code police and comment clarity improvements.Brandon Low1-90/+124
2007-01-26Third time's the charm (not using a 5G-specific ball yet).Zakk Roberts1-0/+0
2007-01-26Forgot to add the bitmaps.Zakk Roberts7-0/+0
2007-01-26More new Brickmania bitmaps. New paddles for all targets; new powerups and 'b...Zakk Roberts2-9/+12
2007-01-26fix ipod video buildJonathan Gordon1-2/+2
2007-01-26Forgot the bitmaps/native/SOURCES file..Zakk Roberts1-1/+2
2007-01-26Brickmania: new Brick bitmaps for all color targets, and introducing full-scr...Zakk Roberts5-26/+66
2007-01-26Add 4 settings which were somehow missed during the conversion to config.cfg.Jonathan Gordon2-211/+302
2007-01-25adding NSF (NES music) codecAdam Gashlin5-0/+4528
2007-01-25remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.c...Jonathan Gordon2-68/+5
2007-01-25Correct the spelling of persistent so its correct (Yes, I failed english at s...Jonathan Gordon1-16/+49
2007-01-24prepending ~ to a setting name in config.cfg will use its value from the load...Jonathan Gordon1-3/+36
2007-01-24allow int settings to call a function to get the default value (Fixes the con...Jonathan Gordon3-9/+23
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon13-83/+115