- 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 19 years ago
- a6abe76 Only flush and reload when something is playing. Fixes hang on H1x0 when changing repeat mode before anything has played. by Hardeep Sidhu · 19 years ago
- 8d3855e Removed dead code by Linus Nielsen Feltzing · 19 years ago
- d0ec0ce Move the 'manage settings' option onto the main menu by Christi Scarborough · 19 years ago
- 8102f3d New option to enable/disable the runtime database. Moved the runtimedb init to a more appropriate place and added proper USB handling. by Jens Arnold · 19 years ago
- 71d2281 Added new feature to move to next folder once the current one completes when playing directories by Hardeep Sidhu · 19 years ago
- 8782bc8 New config option for optical out on iriver by Linus Nielsen Feltzing · 19 years ago
- 9e8918b Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redundant options, since you can resume after any startup using the resume key. These have been stripped out, and the resume code has been streamlined. A small bug in button handler initialisation has been fixed. by Christi Scarborough · 19 years ago
- 74d082c Added new shuffle repeat mode that reshuffles playlist before repeating. Also added new shuffled insert mode that randomly inserts selected track(s) somewhere between current track and end of playlist. by Hardeep Sidhu · 19 years ago
- 61b9d34 Iriver: Backlight fading is now configurable. Added a function to stop the backlight from using timer1, freeing it for usage in plugins. Grouped together some related settings functions. by Jens Arnold · 19 years ago
- bd1bb5f iriver: LCD flip for H1x0 remote, some code cleanup. by Jens Arnold · 19 years ago
- 6271b2b Added Crossfade setting for iRiver by Linus Nielsen Feltzing · 19 years ago
- ca98052 now everything should work by Christian Gmeiner · 19 years ago
- 7477c09 Remote LCD: added own backlight timeout stuff by Christian Gmeiner · 19 years ago
- 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 · 19 years ago
- 7c1879b IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main.c (3) updated english.lang by Christian Gmeiner · 19 years ago
- 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
- 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
- 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
- 2584896 More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren) by Jörg Hohensohn · 20 years ago
- 91846a1 New Ondio feature: Battery type setting, for correct battery level display. by Jens Arnold · 20 years ago
- 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
- 3badc7d Leaving all menus when loading a new language is no longer necessary. by Jens Arnold · 20 years ago
- fc53fd7 Added ID3 database dirfilter by Björn Stenberg · 20 years ago
- 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
- 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
- 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
- 566eae2 Logarithmic scroll speed setting: speed doubles every 3 steps. by Jens Arnold · 20 years ago
- fe32456 Consistent battery capacity handling for settings and menu, adapted allowed range for Ondio by Jens Arnold · 20 years ago
- 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
- dd937dc Removed disk settings menu for Ondio by Jens Arnold · 20 years ago
- 1f0908d Removed button bar for devices with no F buttons (Ondio) by Jens Arnold · 20 years ago
- a1a08d0 Removed backlight handling remains for platforms with no backlight (Ondio) by Jens Arnold · 20 years ago
- 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
- 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
- 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
- 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
- 2ffaed3 Increased the maximum scroll speed to 25Hz by Linus Nielsen Feltzing · 20 years ago
- 4cdcbb9 New option, ID3 tag order by Linus Nielsen Feltzing · 20 years ago
- 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
- 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
- 5fd97fa Removed the option for the progress bar, making it permanently solid by Linus Nielsen Feltzing · 20 years ago
- 5f60470 Patch #985429 by Christi Scarborough, solid progress bar by Linus Nielsen Feltzing · 20 years ago
- d79b1f5 reload directory if sort options were changed by Jörg Hohensohn · 20 years ago
- 5c8a2f5 sort options for files & directories by Jörg Hohensohn · 20 years ago
- 00898c6 avoid empty menu for simulator, caused compile errors in VC by Jörg Hohensohn · 20 years ago
- eff1f80 Removed filetype_reset() by Björn Stenberg · 20 years ago
- fb00c21 Plugin/file type association system. Patch #879411 by Henrik Backe by Björn Stenberg · 20 years ago
- 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 20 years ago
- e735356 Patch #937592 by Benjamin Metzler by Henrik Backe · 20 years ago
- 47e0079 A not so very elegant fix for bug #918063 by Linus Nielsen Feltzing · 21 years ago
- c8592ba Voice UI: option to spell dirs/files, say (known) extension with file number, minor fixes by Jörg Hohensohn · 21 years ago
- 3aa99e1 Step 4 of voice UI: by Jörg Hohensohn · 21 years ago
- beec2e9 Overlooked to "voice" the set_int() function, this is why many numerical setting remained silent. by Jörg Hohensohn · 21 years ago
- 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
- 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
- 42ffbf9 Second step of the voice-UI: Option values are spoken, if they are translatable strings. by Jörg Hohensohn · 21 years ago
- 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
- 10b92c4 First step towards context sensitive and configurable menus, by Brent Coutts by Linus Nielsen Feltzing · 21 years ago
- 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
- a73cc6a Re-added wake-up alarm which was lost in the menu reorganisation. by Björn Stenberg · 21 years ago
- fe375a0 Menu reorganization (patch #872810 by Peter Schneider) by Björn Stenberg · 21 years ago
- a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
- 0f68958 Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectories by Daniel Stenberg · 21 years ago
- 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
- 54a7e20 Oooops by Linus Nielsen Feltzing · 21 years ago
- c22b411 Patch #798050 by Leslie Donaldson, activates Line In on Player models by Linus Nielsen Feltzing · 21 years ago
- b1c429e Car Ignition Auto Stop (patch #736339 by Craig Sather) by Björn Stenberg · 21 years ago
- de5477c Brian King's .rockbox browsing patch by Björn Stenberg · 21 years ago
- bf6481e Future proof value for Jumpscroll selection allways was illegal. Code removed. by Mats Lidell · 21 years ago
- 9e42620 Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. by Hardeep Sidhu · 21 years ago
- 9fb2d34 Default contrast is now autodetected on recorders by Linus Nielsen Feltzing · 21 years ago
- 26712d5 Made bool options apply instantly (patch #729614). Also cleared up a long-standing issue with int/bool settings. by Björn Stenberg · 21 years ago
- d1a6fa1 Addded option to hide icons in dir browser. (Patch #728377) by Björn Stenberg · 21 years ago
- 66875e0 Silly, Silly. There is no day/month 0. by Markus Braun · 21 years ago
- 44ee2ab Fix for time/date setting after power loss (battery change). by Markus Braun · 21 years ago
- 6143eeb Added "jump scroll delay" (for player). by Kjell Ericson · 21 years ago
- 53f156a New feature for player: Jump scroll! by Kjell Ericson · 21 years ago
- 2ce9ba5 Max playlist size is 20000 files by Linus Nielsen Feltzing · 21 years ago
- 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 21 years ago
- 233b7f3 Changed some settings strings by Björn Stenberg · 21 years ago
- 8d4471d Caption backlight needed a function. Picky picky... by Björn Stenberg · 21 years ago
- e89069d Caption backlight is available for players too by Björn Stenberg · 21 years ago
- 8658752 Added caption backlight: Turns on backlight briefly at the start and end of each track. by Björn Stenberg · 21 years ago
- 7222168 Fixed compiler warnings for player builds by Linus Nielsen Feltzing · 21 years ago
- 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 · 21 years ago
- e43b78a Magnus Öman's long awaited inverted cursor patch by Linus Nielsen Feltzing · 21 years ago
- 72f75f3 Removed CPU Sleep setting. It's now permanently enabled. by Björn Stenberg · 22 years ago
- c5aaab4 Added .cfg file writing. Patch by Christian Determann. by Björn Stenberg · 22 years ago
- 98a9198 Invert is a boolean by Björn Stenberg · 22 years ago
- b107920 New option: Invert display. Patch by Mark Hillebrand. by Björn Stenberg · 22 years ago
- e2628d9 Volume fade patch by Eric Linenberg by Björn Stenberg · 22 years ago
- c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
- 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
- c65dadf Bidirectional scroll for player. by Mats Lidell · 22 years ago
- 0494188 one space character too much by Uwe Freese · 22 years ago
- 0bf70e6 battery capacity (1500-2400 in 50mAh steps) saved to disk by Uwe Freese · 22 years ago
- ae1ba1d stupid bug, trickle setting in menu didn't work by Uwe Freese · 22 years ago
- bf93c08 sim build error fixed by Uwe Freese · 22 years ago
- 4cff030 battery capacity setting, not saved to RTC/disk yet by Uwe Freese · 22 years ago