- a06d9c8 Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss) by William Wilgus · 6 years ago
- dc87e9e Selective Backlight/Advanced Softlock - Selective actions based on context by William Wilgus · 8 years ago
- 31b7122 Implement time-based resume and playback start. by Michael Sevakis · 11 years ago
- 1eb17dc EQ settings: Rework the settings to clean up the config file. by Jonathan Gordon · 12 years ago
- 212e780 Use crc32 of filename to resume tracks by Richard Quirk · 12 years ago
- 3200d04 Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups by Nils Wallménius · 15 years ago
- edcacaa FS#9515 - customisable quickscreen. Allows you to choose which setting you want displayed on the quickscreen. by Jonathan Gordon · 16 years ago
- 5395957 Add a setting type which is completly user-defined. This setting type cannot be used by the regular menu macros (e.g MENUITEM_SETTING() macro) so if you are goign to use this type remember to implement the setting screen seperately (using option_select() if you can) by Jonathan Gordon · 16 years ago
- 9e2807f Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values of all the config settings to /settings_dumper.txt. If you notice any settings its not dumping please let me know. by Jonathan Gordon · 16 years ago
- 95f516e more slight playlist resume cleanuping... dont bother saving the playlist first index value. its reset to 0 before playlistcontrol is loaded anyway, and then reset to 0 after its finished so its completly useless in global_status. by Jonathan Gordon · 16 years ago
- 40d713c FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway. by Jonathan Gordon · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- b8bc45d FS#8353 - add a quick way to make a .cfg from the sound settings. by Jonathan Gordon · 17 years ago
- 5886efa Save some bytes and reuse the settings saving code for eq preset saving. by Dan Everton · 17 years ago
- 09a7861 Allow (almost) arbitrary backlight fade in and fade out times (on targets with software PWM fading), and comvert the associated settings to table settings. * Settings system: Unify a bunch of formatters and getlang helpers. by Jens Arnold · 17 years ago
- d63f237 Fix 64 bit warnings. by Jens Arnold · 17 years ago
- d490f44 New way of handling integer settings with variable steps: table settings (FS #8186, with fixes by me). This allows to get rid of those synchronised tables in firmware/ and apps/, making things more flexible and less error prone. First application: backlight timeouts. * Make some more things 'const'. by Jens Arnold · 17 years ago
- acbd780 Make id's created with the TALK_ID macro work in 64 bit sims by Nils Wallménius · 17 years ago
- 91ccc01 fix FS#7288 - pad the title of the scrolling settings so they actually scroll by Jonathan Gordon · 17 years ago
- 0f7f346 Integer setting changes to make all those settings consistant on the target. by Jonathan Gordon · 17 years ago
- 12a957b Disable wrapping of the bass and treble settings and do the same for volume in a cleaner way, closes FS#7783 by Nils Wallménius · 17 years ago
- 9b59183 Use size_t type for the buffer_size parameter to formatter functions, static two private functions by Nils Wallménius · 17 years ago
- 07a7d47 Revert my filetypes commits from today. the nvram buffer is 44bytes of which 43 are currently being used. We need to figure out what to do about this. by Jonathan Gordon · 17 years ago
- 7cb80a2 Fix a problem with the nvram settings which meant adding new items to the end needed the version bump (they dont anymore, but I'm bumping it now anyway to save some bug reports) by Jonathan Gordon · 17 years ago
- 9adf056 this adds 2 options to the recording settings menu to let you save all the recording settings to a .cfg and view your saved presets. by Jonathan Gordon · 17 years ago
- 8ca99d3 Code Police: Remove tabs throught apps/ . Hopefully no actual code change by Jonathan Gordon · 18 years ago
- ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
- 4e73b53 Fix the keywords on some recently added files. by Jonathan Gordon · 18 years ago
- fb62831 * Move playback menu to the new sysetm by Jonathan Gordon · 18 years ago
- fe3cfcc Convert the sound menu to the new system by Jonathan Gordon · 18 years ago
- 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
- f0d2861 when saving config.cfg, only save settings which are not the same as by Jonathan Gordon · 18 years ago
- 4ca8a43 Add 4 settings which were somehow missed during the conversion to config.cfg. by Jonathan Gordon · 18 years ago
- 0c33756 allow int settings to call a function to get the default value (Fixes the contrast problem on archos) by Jonathan Gordon · 18 years ago
- 228d62d Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need by Jonathan Gordon · 18 years ago
- b2e5090 Settings are now stored in /.rockbox/config.cfg instead of the hidden sector. (FS #6557) by Jonathan Gordon · 18 years ago