1. dea3122 Added persistence of last .wps, .fnt and .lng file played in /.rockbox by Björn Stenberg · 22 years ago
  2. 08181c7 Renamed .eq files .cfg by Björn Stenberg · 22 years ago
  3. a588a18 The channel eq setting saved the value in global_settings.bass by Linus Nielsen Feltzing · 22 years ago
  4. c5b2401 Accepted Brian King's backlight-on-when-charging patch, slightly modified by Linus Nielsen Feltzing · 22 years ago
  5. 83611fe Store the first index of the playlist and use it when calculating the next index in repeat off mode so that shuffled dirplay works correctly when "play selected" is enabled. by Hardeep Sidhu · 22 years ago
  6. a6d0abb Repeat off/all/one toggle. By Hardeep Sidhu. by Björn Stenberg · 22 years ago
  7. 6bd82d3 bumped up the CONFIG_BLOCK_VERSION so that volume setting corrects by Robert Hak · 22 years ago
  8. 40ffbb1 Resetting settings in the menu now applies the settings as well by Linus Nielsen Feltzing · 22 years ago
  9. 5d2a231 Balance setting was signed but loaded as unsigned by Björn Stenberg · 22 years ago
  10. 51159b0 read_line() always null-terminates string by Björn Stenberg · 22 years ago
  11. f9d3486 Save loaded EQ settings. by Björn Stenberg · 22 years ago
  12. 0e6088f Changed .eq file format to simple 'setting: value' model. by Björn Stenberg · 22 years ago
  13. b95fe1a Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps by Daniel Stenberg · 22 years ago
  14. bb572c4 Philip Pertermanns peak meter by Linus Nielsen Feltzing · 22 years ago
  15. c1afabb set_bool uses lang. by Mats Lidell · 22 years ago
  16. a7dcf91 Merged 'mp3 filter' and 'show hidden files' into a single filter option. by Björn Stenberg · 22 years ago
  17. a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
  18. b1b8bd4 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. by Björn Stenberg · 22 years ago
  19. 42f65b1 Now sets the poweroff timer when loading the settings by Linus Nielsen Feltzing · 22 years ago
  20. ba93850 Fixed time/date setting for new font system. by Markus Braun · 22 years ago
  21. c3eb83c Removed F3 handling in the set_() functions. Now the function callback is not called on button timeouts. by Linus Nielsen Feltzing · 22 years ago
  22. 505eca7 New language/string handling by Björn Stenberg · 22 years ago
  23. 78ea93d Added play_selected option, and moved browse_current by Linus Nielsen Feltzing · 22 years ago
  24. 8d47c5c Philipp's fix .eq loading patch by Eric Linenberg · 22 years ago
  25. 8e1a00c added Lee Marlow's get_option() wrap patch by Robert Hak · 22 years ago
  26. 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 22 years ago
  27. 75d7715 Added function pointer argument to set_option(). This allows for instantaneous response from the AVC and Channels sound options by Linus Nielsen Feltzing · 22 years ago
  28. 066a547 Now saves channel config by Linus Nielsen Feltzing · 22 years ago
  29. ecca123 Hardeep's browse current file patch. When hitting stop while playing, you will be on the current song, also this is configurable by Eric Linenberg · 22 years ago
  30. 4bd90cc Custom EQ files can now be loaded (*.eq). Docs coming soon :) by Justin Heiner · 22 years ago
  31. c4207f1 Almost there with the loadable eq. still not ready to use yet though. by Justin Heiner · 22 years ago
  32. c5b645b Chris Pimlott's menu patch -- reorgainzes the menus by Eric Linenberg · 22 years ago
  33. e4a2761 The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQ by Justin Heiner · 22 years ago
  34. 7eb2711 Nate Nystrom's FF/RW min speed patch by Eric Linenberg · 22 years ago
  35. 26964fd Merged Magnus Holmgren's wps.config code. by Björn Stenberg · 22 years ago
  36. b5025a8 USB Related: by Justin Heiner · 22 years ago
  37. 000c2db Added scrollbar to tree view and menus. by Markus Braun · 22 years ago
  38. 4b0e8b0 Added char rockboxdir[] containing the directory /.rockbox/ where we should by Heikki Hannikainen · 22 years ago
  39. de14e53 update to the ff/rw options accelerate options by Eric Linenberg · 22 years ago
  40. 6524076 Nate Nystrom's ff/rw acceleration patch by Eric Linenberg · 22 years ago
  41. a0d098b Added REPEAT to UP/DOWN keys in the time/date setting by Linus Nielsen Feltzing · 22 years ago
  42. 6df3565 Corrected a comment by Linus Nielsen Feltzing · 22 years ago
  43. 457b8a0 Added configurable disk spindown. The disk will also now not spin down while you are running around in the dir browser or pressing buttons in the wps. by Björn Stenberg · 22 years ago
  44. 053d904 Bill Napier's patch slightly remodelled. This adds a setting called by Daniel Stenberg · 22 years ago
  45. c7aaca4 Make use of the fixed lcd_getstringsize() for prop fonts. by Markus Braun · 22 years ago
  46. 5e4c1d2 enabled status bar in menus on recorders by Markus Braun · 22 years ago
  47. f210606 Expanded resume options: off/ask/on by Björn Stenberg · 22 years ago
  48. 6224cdb Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. by Björn Stenberg · 22 years ago
  49. c9d98ca Added delayed write for settings. Doesn't write until someone else accesses the disk. by Björn Stenberg · 22 years ago
  50. e2a9fe1 time/date setting works now with loadable and proportional fonts code makeup by Markus Braun · 22 years ago
  51. b3bda03 Added Balance setting by Linus Nielsen Feltzing · 22 years ago
  52. 0570497 Added fast forward and rewind (without sound). Patch by Hardeep Sidhu. by Björn Stenberg · 22 years ago
  53. 65f3e98 Update last_checksum by Björn Stenberg · 22 years ago
  54. b3572af Repaired RTC saving by Björn Stenberg · 22 years ago
  55. fe604c5 Fixed typo by Björn Stenberg · 22 years ago
  56. cd7691d Enabled saving settings to disk on player by Björn Stenberg · 22 years ago
  57. 113fffa Don't save settings on disk if it has no partition table by Björn Stenberg · 22 years ago
  58. f6f3a13 Incremented the config block version, to force default values for the LCD contrast setting by Linus Nielsen Feltzing · 22 years ago
  59. 638184f Added LCD contrast setting by Linus Nielsen Feltzing · 22 years ago
  60. 2012acf changed display format for time/date setting menu by Markus Braun · 22 years ago
  61. 3181f68 Added a time/date setting by Markus Braun · 22 years ago
  62. ef1d4d2 Set loop setting true, since we always loop by Björn Stenberg · 22 years ago
  63. 80be3c3 Moved rtc config bit for status bar from 0x12 to 0xe by Markus Braun · 22 years ago
  64. de8fbf0 Added status bar to file browser and wps by Markus Braun · 22 years ago
  65. 6eb4254 Added battery charger for the recorder and a power management debugger. by Heikki Hannikainen · 22 years ago
  66. 17cf49a Now updates the backlight timer and scroll speed after loading the settings by Linus Nielsen Feltzing · 22 years ago
  67. 95c5800 Now handles key repeat by Linus Nielsen Feltzing · 22 years ago
  68. d0abfe8 Experimental disk save by Yves. #define SAVE_TO_DISK to try it by Linus Nielsen Feltzing · 22 years ago
  69. d731cdd Automatic Volume Control for Recorder by Heikki Hannikainen by Linus Nielsen Feltzing · 23 years ago
  70. 1b21053 Removed the no longer needed hold setting by Linus Nielsen Feltzing · 23 years ago
  71. 6795ab3 set_bool() now handles key-up events better by Linus Nielsen Feltzing · 23 years ago
  72. ceef544 primitive hold mode enabled for wps by Jerome Kuptz · 23 years ago
  73. c132c48 Loudness, Superbass and sorting patch by Heikki Hannikainen by Linus Nielsen Feltzing · 23 years ago
  74. 222ce15 Added newlines to a few DEBUGF()'s by Linus Nielsen Feltzing · 23 years ago
  75. 6b25f79 Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen). by Björn Stenberg · 23 years ago
  76. a3a51ec API change for default sound settings by Linus Nielsen Feltzing · 23 years ago
  77. 24fdde0 Added mp3/m3u filter by Björn Stenberg · 23 years ago
  78. 60b356e Abstracted settings user interface into set_bool, set_int and set_option. by Björn Stenberg · 23 years ago
  79. f80d8a70 Moved settings.c/h to apps/ by Björn Stenberg · 23 years ago