1. bd1bb5f iriver: LCD flip for H1x0 remote, some code cleanup. by Jens Arnold · 20 years ago
  2. 6271b2b Added Crossfade setting for iRiver by Linus Nielsen Feltzing · 20 years ago
  3. ca98052 now everything should work by Christian Gmeiner · 20 years ago
  4. 7477c09 Remote LCD: added own backlight timeout stuff by Christian Gmeiner · 20 years ago
  5. d6587f9 Bugfix: Only mangle the current playlist when the shuffle setting is changed (from menu) when the music is playing. This behaviour was already present in the recorder's F2 quickscreen, and doing otherwise isn't intuitive. by Jens Arnold · 20 years ago
  6. 7c1879b IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main.c (3) updated english.lang by Christian Gmeiner · 20 years ago
  7. 3d21781 Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARGER_CONNECTED and SYS_CHARGER_DISCONNECTED events by Linus Nielsen Feltzing · 20 years ago
  8. 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
  9. d061b37 removed the practically useless "trickle charge" and "deep discharge" options, now trickle is always on and deep always off by Jörg Hohensohn · 20 years ago
  10. 2584896 More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren) by Jörg Hohensohn · 20 years ago
  11. 91846a1 New Ondio feature: Battery type setting, for correct battery level display. by Jens Arnold · 20 years ago
  12. 9d42e2b Renamed the config variable for the battery display type to battery_display to get it out of the way for the upcoming battery_type setting for the Ondio. Also seems more logical. by Jens Arnold · 20 years ago
  13. 3badc7d Leaving all menus when loading a new language is no longer necessary. by Jens Arnold · 20 years ago
  14. fc53fd7 Added ID3 database dirfilter by Björn Stenberg · 20 years ago
  15. fee8617 multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, allows better control of how to do this per model by Jörg Hohensohn · 20 years ago
  16. 359ef77 Bug fix: Unit for the 'Peak Release' setting was not displayed, and calling that setting caused a NULL pointer access by Jens Arnold · 20 years ago
  17. 40ae63b Improvement for talking filenames: While loading the directory, already cache for which files are clips available. This avoids unsuccessful spinups while browsing. by Jörg Hohensohn · 20 years ago
  18. 566eae2 Logarithmic scroll speed setting: speed doubles every 3 steps. by Jens Arnold · 20 years ago
  19. fe32456 Consistent battery capacity handling for settings and menu, adapted allowed range for Ondio by Jens Arnold · 20 years ago
  20. ccfa4cd Removed car adapter mode for Ondio, and changed the misleading config option HAVE_BATTERIES to the more appropriate HAVE_CHARGING by Jens Arnold · 20 years ago
  21. dd937dc Removed disk settings menu for Ondio by Jens Arnold · 20 years ago
  22. 1f0908d Removed button bar for devices with no F buttons (Ondio) by Jens Arnold · 20 years ago
  23. a1a08d0 Removed backlight handling remains for platforms with no backlight (Ondio) by Jens Arnold · 20 years ago
  24. d484420 patch #978765 by Carsten Tschach, new option for voice filenames: every file may have an optional .talk companion, with a filename clip. While at it, I removed the "on enter" directory talking, nobody used it. by Jörg Hohensohn · 20 years ago
  25. 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
  26. 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
  27. 24c7c04 adjustment for the Ondio: button driver has an Odio part, for now it has a Player layout. Some fixes in the app code were necessary to remove dependencies of LCD, keypad, this wasn't independent everywhere. by Jörg Hohensohn · 20 years ago
  28. 2ffaed3 Increased the maximum scroll speed to 25Hz by Linus Nielsen Feltzing · 20 years ago
  29. 4cdcbb9 New option, ID3 tag order by Linus Nielsen Feltzing · 20 years ago
  30. ade5d7b First step in revamping the USB event handling, paving the way for the upcoming SYS_POWER_OFF event by Linus Nielsen Feltzing · 20 years ago
  31. b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 20 years ago
  32. 5fd97fa Removed the option for the progress bar, making it permanently solid by Linus Nielsen Feltzing · 21 years ago
  33. 5f60470 Patch #985429 by Christi Scarborough, solid progress bar by Linus Nielsen Feltzing · 21 years ago
  34. d79b1f5 reload directory if sort options were changed by Jörg Hohensohn · 21 years ago
  35. 5c8a2f5 sort options for files & directories by Jörg Hohensohn · 21 years ago
  36. 00898c6 avoid empty menu for simulator, caused compile errors in VC by Jörg Hohensohn · 21 years ago
  37. eff1f80 Removed filetype_reset() by Björn Stenberg · 21 years ago
  38. fb00c21 Plugin/file type association system. Patch #879411 by Henrik Backe by Björn Stenberg · 21 years ago
  39. 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 21 years ago
  40. e735356 Patch #937592 by Benjamin Metzler by Henrik Backe · 21 years ago
  41. 47e0079 A not so very elegant fix for bug #918063 by Linus Nielsen Feltzing · 21 years ago
  42. c8592ba Voice UI: option to spell dirs/files, say (known) extension with file number, minor fixes by Jörg Hohensohn · 21 years ago
  43. 3aa99e1 Step 4 of voice UI: by Jörg Hohensohn · 21 years ago
  44. beec2e9 Overlooked to "voice" the set_int() function, this is why many numerical setting remained silent. by Jörg Hohensohn · 21 years ago
  45. fa97f16 Third step of the voice-UI: numerical settings are spoken (composed at runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" by Jörg Hohensohn · 21 years ago
  46. 77936e6 First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. by Linus Nielsen Feltzing · 21 years ago
  47. 42ffbf9 Second step of the voice-UI: Option values are spoken, if they are translatable strings. by Jörg Hohensohn · 21 years ago
  48. 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
  49. 10b92c4 First step towards context sensitive and configurable menus, by Brent Coutts by Linus Nielsen Feltzing · 21 years ago
  50. 107ebc5 Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu. by Hardeep Sidhu · 21 years ago
  51. a73cc6a Re-added wake-up alarm which was lost in the menu reorganisation. by Björn Stenberg · 21 years ago
  52. fe375a0 Menu reorganization (patch #872810 by Peter Schneider) by Björn Stenberg · 21 years ago
  53. a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
  54. 0f68958 Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectories by Daniel Stenberg · 21 years ago
  55. a5e1d06 Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs by Jörg Hohensohn · 21 years ago
  56. 54a7e20 Oooops by Linus Nielsen Feltzing · 21 years ago
  57. c22b411 Patch #798050 by Leslie Donaldson, activates Line In on Player models by Linus Nielsen Feltzing · 21 years ago
  58. b1c429e Car Ignition Auto Stop (patch #736339 by Craig Sather) by Björn Stenberg · 21 years ago
  59. de5477c Brian King's .rockbox browsing patch by Björn Stenberg · 21 years ago
  60. bf6481e Future proof value for Jumpscroll selection allways was illegal. Code removed. by Mats Lidell · 21 years ago
  61. 9e42620 Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. by Hardeep Sidhu · 22 years ago
  62. 9fb2d34 Default contrast is now autodetected on recorders by Linus Nielsen Feltzing · 22 years ago
  63. 26712d5 Made bool options apply instantly (patch #729614). Also cleared up a long-standing issue with int/bool settings. by Björn Stenberg · 22 years ago
  64. d1a6fa1 Addded option to hide icons in dir browser. (Patch #728377) by Björn Stenberg · 22 years ago
  65. 66875e0 Silly, Silly. There is no day/month 0. by Markus Braun · 22 years ago
  66. 44ee2ab Fix for time/date setting after power loss (battery change). by Markus Braun · 22 years ago
  67. 6143eeb Added "jump scroll delay" (for player). by Kjell Ericson · 22 years ago
  68. 53f156a New feature for player: Jump scroll! by Kjell Ericson · 22 years ago
  69. 2ce9ba5 Max playlist size is 20000 files by Linus Nielsen Feltzing · 22 years ago
  70. 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 22 years ago
  71. 233b7f3 Changed some settings strings by Björn Stenberg · 22 years ago
  72. 8d4471d Caption backlight needed a function. Picky picky... by Björn Stenberg · 22 years ago
  73. e89069d Caption backlight is available for players too by Björn Stenberg · 22 years ago
  74. 8658752 Added caption backlight: Turns on backlight briefly at the start and end of each track. by Björn Stenberg · 22 years ago
  75. 7222168 Fixed compiler warnings for player builds by Linus Nielsen Feltzing · 22 years ago
  76. 459abc2 scroll/status bar enable now also in display menu (were in F3 menu only). Now all F2/F3 settings are accessible in the main menu, consistent and better for F2/F3 hijacking by Jörg Hohensohn · 22 years ago
  77. e43b78a Magnus Öman's long awaited inverted cursor patch by Linus Nielsen Feltzing · 22 years ago
  78. 72f75f3 Removed CPU Sleep setting. It's now permanently enabled. by Björn Stenberg · 22 years ago
  79. c5aaab4 Added .cfg file writing. Patch by Christian Determann. by Björn Stenberg · 22 years ago
  80. 98a9198 Invert is a boolean by Björn Stenberg · 22 years ago
  81. b107920 New option: Invert display. Patch by Mark Hillebrand. by Björn Stenberg · 22 years ago
  82. e2628d9 Volume fade patch by Eric Linenberg by Björn Stenberg · 22 years ago
  83. c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
  84. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  85. c65dadf Bidirectional scroll for player. by Mats Lidell · 22 years ago
  86. 0494188 one space character too much by Uwe Freese · 22 years ago
  87. 0bf70e6 battery capacity (1500-2400 in 50mAh steps) saved to disk by Uwe Freese · 22 years ago
  88. ae1ba1d stupid bug, trickle setting in menu didn't work by Uwe Freese · 22 years ago
  89. bf93c08 sim build error fixed by Uwe Freese · 22 years ago
  90. 4cff030 battery capacity setting, not saved to RTC/disk yet by Uwe Freese · 22 years ago
  91. 207f4d2 no inclusion of apps/settings.h anymore (simulator build error), new enable_trickle_charge function by Uwe Freese · 22 years ago
  92. db5bcc6 trickle charge switchable on and off by Uwe Freese · 22 years ago
  93. 265a75d lets list scroll first by Robert Hak · 22 years ago
  94. 89d8f76 delay cant be >2500 since we store # of ticks in a single byte by Robert Hak · 22 years ago
  95. b4b9e3b As per Zagor: Any value over 10 will eat all available by Robert Hak · 22 years ago
  96. 048fa13 scroll speed up'd to 50 by Robert Hak · 22 years ago
  97. 65002e8 moved scroll to it's own submenu and we now clear screen on settings reset by Robert Hak · 22 years ago
  98. a2e98c1 Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll step size and scroll start delay. by Björn Stenberg · 22 years ago
  99. b8ff5f8 Added MP3 buffer margin setting by Linus Nielsen Feltzing · 22 years ago
  100. 657a2f3 correction to make 'playlists' display option work by Robert Hak · 22 years ago