1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. b8bc45d FS#8353 - add a quick way to make a .cfg from the sound settings. by Jonathan Gordon · 17 years ago
  3. 5886efa Save some bytes and reuse the settings saving code for eq preset saving. by Dan Everton · 17 years ago
  4. 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
  5. d63f237 Fix 64 bit warnings. by Jens Arnold · 17 years ago
  6. 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
  7. acbd780 Make id's created with the TALK_ID macro work in 64 bit sims by Nils Wallménius · 17 years ago
  8. 91ccc01 fix FS#7288 - pad the title of the scrolling settings so they actually scroll by Jonathan Gordon · 17 years ago
  9. 0f7f346 Integer setting changes to make all those settings consistant on the target. by Jonathan Gordon · 17 years ago
  10. 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
  11. 9b59183 Use size_t type for the buffer_size parameter to formatter functions, static two private functions by Nils Wallménius · 17 years ago
  12. 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
  13. 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
  14. 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
  15. 8ca99d3 Code Police: Remove tabs throught apps/ . Hopefully no actual code change by Jonathan Gordon · 18 years ago
  16. ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
  17. 4e73b53 Fix the keywords on some recently added files. by Jonathan Gordon · 18 years ago
  18. fb62831 * Move playback menu to the new sysetm by Jonathan Gordon · 18 years ago
  19. fe3cfcc Convert the sound menu to the new system by Jonathan Gordon · 18 years ago
  20. 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
  21. f0d2861 when saving config.cfg, only save settings which are not the same as by Jonathan Gordon · 18 years ago
  22. 4ca8a43 Add 4 settings which were somehow missed during the conversion to config.cfg. by Jonathan Gordon · 18 years ago
  23. 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
  24. 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
  25. b2e5090 Settings are now stored in /.rockbox/config.cfg instead of the hidden sector. (FS #6557) by Jonathan Gordon · 18 years ago