summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-26Add hardware backlight fading on Gigabeat S with fade up and down options in ...Michael Sevakis1-1/+2
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin1-1/+2
2008-11-03Add a setting type which is completly user-defined. This setting type cannot ...Jonathan Gordon1-0/+15
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-5/+6
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts1-2/+2
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-1/+1
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin1-1/+0
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin1-0/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-3/+3
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23commit FS#9027 - conditional viewportsJonathan Gordon1-18/+19
2008-05-29Gigabeat F/X:Michael Sevakis1-0/+4
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis1-1/+1
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-23option_screen() now accepts a viewportJonathan Gordon1-2/+2
2008-04-20FS#7980: Select default option in an option listStéphane Doyon1-23/+25
2008-04-20Removed unneeded dependency on pcmbuf.hBertrik Sikken1-1/+0
2008-04-07Remove some more simulator debugging output.Steve Bavin1-7/+1
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-3/+0
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-23/+23
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-0/+1
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon1-1/+1
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin1-41/+100
2008-03-25So, I've been sick these last few days, and I'm trying to not take drugs to g...Jonathan Gordon1-1/+1
2008-03-25well we suck! how could something seemingly simple be fubar'ed so much! KISS ...Jonathan Gordon1-5/+3
2008-03-25ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa...Jonathan Gordon1-3/+5
2008-03-25write the current settings to .rockbox/config.cfg.bak before resetting settingsJonathan Gordon1-1/+1
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman1-2/+2
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman1-1/+1
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-19/+1
2008-03-06fix red Jonathan Gordon1-1/+2
2008-03-06there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon1-68/+72
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon1-1/+1
2008-02-23Slightly more efficient way to decide which settings to save.Jens Arnold1-15/+23
2008-02-23Save empty filename settings when necessary. Fixes the inability to save the ...Jens Arnold1-5/+3
2008-02-08global_settings.colors_file will always be !false which means even when the s...Jonathan Gordon1-1/+1
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden1-14/+1
2008-02-05updated the quickscreen's:Jonathan Gordon1-1/+14
2008-01-10bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened whi...Jonathan Gordon1-0/+8
2007-12-24FS#8353 - add a quick way to make a .cfg from the sound settings.Jonathan Gordon1-0/+4
2007-12-07Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton1-0/+10
2007-11-25New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold1-3/+47
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-0/+5
2007-11-22New USB stackBjörn Stenberg1-16/+0
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-1/+1
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold1-1/+1
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-1/+0
2007-09-30first part of usbstack patches -> show and use selection of usb stack mode on...Christian Gmeiner1-2/+10
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin1-0/+3