summaryrefslogtreecommitdiff
path: root/apps/settings.c (follow)
Commit message (Expand)AuthorAge
* add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts2008-10-07
* Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius2008-09-24
* Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin2008-09-08
* Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin2008-09-08
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling2008-08-02
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* commit FS#9027 - conditional viewportsJonathan Gordon2008-06-23
* Gigabeat F/X:Michael Sevakis2008-05-29
* Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis2008-05-14
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* option_screen() now accepts a viewportJonathan Gordon2008-04-23
* FS#7980: Select default option in an option listStéphane Doyon2008-04-20
* Removed unneeded dependency on pcmbuf.hBertrik Sikken2008-04-20
* Remove some more simulator debugging output.Steve Bavin2008-04-07
* Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2008-03-29
* Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin2008-03-28
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* fix the buttonbar in the browser and menus. Jonathan Gordon2008-03-26
* Code police raid on the settings code, consting and putting headers alongside...Steve Bavin2008-03-25
* So, I've been sick these last few days, and I'm trying to not take drugs to g...Jonathan Gordon2008-03-25
* well we suck! how could something seemingly simple be fubar'ed so much! KISS ...Jonathan Gordon2008-03-25
* ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa...Jonathan Gordon2008-03-25
* write the current settings to .rockbox/config.cfg.bak before resetting settingsJonathan Gordon2008-03-25
* Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman2008-03-21
* Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman2008-03-21
* Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen2008-03-16
* fix red Jonathan Gordon2008-03-06
* there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon2008-03-06
* FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon2008-03-05
* Slightly more efficient way to decide which settings to save.Jens Arnold2008-02-23
* Save empty filename settings when necessary. Fixes the inability to save the ...Jens Arnold2008-02-23
* global_settings.colors_file will always be !false which means even when the s...Jonathan Gordon2008-02-08
* (Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden2008-02-05
* updated the quickscreen's:Jonathan Gordon2008-02-05
* bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened whi...Jonathan Gordon2008-01-10
* FS#8353 - add a quick way to make a .cfg from the sound settings.Jonathan Gordon2007-12-24
* Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton2007-12-07
* New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold2007-11-25
* Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton2007-11-24
* New USB stackBjörn Stenberg2007-11-22
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Name all button light functions and variables consistently starting with butt...Jens Arnold2007-10-07
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* first part of usbstack patches -> show and use selection of usb stack mode on...Christian Gmeiner2007-09-30
* FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin2007-09-27
* Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen2007-09-19
* Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner2007-08-27
* Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius2007-08-19
* Fix a problem with the nvram settings which meant adding new items to the end...Jonathan Gordon2007-08-12