summaryrefslogtreecommitdiffstats
path: root/apps/settings_list.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-17Add open_plugin to coreWilliam Wilgus1-0/+1
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus1-0/+1
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus1-2/+2
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-1/+1
2013-02-09EQ settings: Rework the settings to clean up the config file.Jonathan Gordon1-3/+3
2013-01-02Use crc32 of filename to resume tracksRichard Quirk1-1/+1
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-2/+2
2008-11-03FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...Jonathan Gordon1-1/+3
2008-11-03Add a setting type which is completly user-defined. This setting type cannot ...Jonathan Gordon1-0/+32
2008-10-26Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values ...Jonathan Gordon1-1/+1
2008-09-21more slight playlist resume cleanuping... dont bother saving the playlist fir...Jonathan Gordon1-1/+1
2008-09-20FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure...Jonathan Gordon1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-12-24FS#8353 - add a quick way to make a .cfg from the sound settings.Jonathan Gordon1-1/+2
2007-12-07Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton1-0/+1
2007-11-26Allow (almost) arbitrary backlight fade in and fade out times (on targets wit...Jens Arnold1-2/+2
2007-11-25Fix 64 bit warnings.Jens Arnold1-1/+1
2007-11-25New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold1-11/+23
2007-11-20Make id's created with the TALK_ID macro work in 64 bit simsNils Wallménius1-1/+1
2007-11-05fix FS#7288 - pad the title of the scrolling settings so they actually scrollJonathan Gordon1-1/+2
2007-10-15Integer setting changes to make all those settings consistant on the target.Jonathan Gordon1-2/+1
2007-09-15Disable wrapping of the bass and treble settings and do the same for volume i...Nils Wallménius1-2/+3
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius1-1/+1
2007-08-12Revert my filetypes commits from today. the nvram buffer is 44bytes of which ...Jonathan Gordon1-1/+1
2007-08-12Fix a problem with the nvram settings which meant adding new items to the end...Jonathan Gordon1-1/+1
2007-05-29this adds 2 options to the recording settings menu to let you save all the re...Jonathan Gordon1-3/+4
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon1-1/+1
2007-02-19Flip the order of some of the setting screens. (If any more are Jonathan Gordon1-1/+2
2007-02-13Fix the keywords on some recently added files.Jonathan Gordon1-1/+1
2007-02-12* Move playback menu to the new sysetm Jonathan Gordon1-0/+1
2007-02-08Convert the sound menu to the new systemJonathan Gordon1-12/+16
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon1-9/+24
2007-02-01when saving config.cfg, only save settings which are not the same as Jonathan Gordon1-2/+2
2007-01-26Add 4 settings which were somehow missed during the conversion to config.cfg.Jonathan Gordon1-0/+1
2007-01-24allow int settings to call a function to get the default value (Fixes the con...Jonathan Gordon1-7/+18
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-1/+1
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon1-0/+100