- b0fee17 waiting is over: initial unicode commit by Marcoen Hirschberg · 19 years ago
- f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago
- 2654d91 iRiver: new sound option "prevent clipping:adjust volume/adjust bass/adjust current/off" by Anton Oleynikov · 19 years ago
- a6d409d Replaced the booolean 'Backlight On When Plugged' setting with a complete alternative 'Backlight When Plugged' timeout setting. * Yield during poweroff to make backlight_off() work. * Bumped config version, save your settings. by Jens Arnold · 19 years ago
- b51f7df Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code. by Jens Arnold · 19 years ago
- 93d8ca5 Fixed the simulator builds and added HAVE_REMOTE_LCD_TICKING define. by Miika Pekkarinen · 19 years ago
- 05fdb1a Added option to reduce (and almost prevent) the remote lcd ticking by Miika Pekkarinen · 19 years ago
- fe77240 iPod: First attempt to implement sensible button mappings. Changes to all targets to replace a small number of references to raw button codes (BUTTON_???) with their abstract equivalents. by Dave Chapman · 19 years ago
- 32a43e2 When fixing things is it better to do it in a way that causes them to actually work. Some more bugs in wpsbuild.pl squashed. Also, themes moved to the main menu. Resetting to default themes now works properly. by Christi Scarborough · 19 years ago
- 3b5449f Initial stab at theme support. by Christi Scarborough · 19 years ago
- 4c0b83f Remote WPS support (and some WPS bugfixes) by Stephan Wezel by Christi Scarborough · 19 years ago
- 6b569d3 completed the CONFIG_BACKLIGHT transition by Daniel Stenberg · 19 years ago
- e13fad3 by Marcoen Hirschberg · 19 years ago
- 0b4576c 1 - assume and use WPS files in .rockbox/wps by Daniel Stenberg · 19 years ago
- 64e5239 iPod: Add placeholder button definitions - these need reviewing when the button usage for the iPod is decided by Dave Chapman · 19 years ago
- f6da6d8 Removed monitor option from audio_set_recording_options and the global setting rec_monitor. by Andy · 19 years ago
- e6e5496 iRiver: Initial support for wav-recording in recording menu. Supports mic/line-in (and radio), monitor mode, time-splitting (and byte-splitting), pause/resume etc. Things todo: Prerecording, peakmeter (should be simple), frequency other than 44.1 kHz, etc.. by Andy · 19 years ago
- e7461b3 iRiver: New crossfader with more configuration capability. Might still by Miika Pekkarinen · 19 years ago
- ab78b04 Implemented directory caching. No more waiting for disk to spin up while by Miika Pekkarinen · 19 years ago
- 4b711c2 Iriver: Added new ReplayGain type: track gain if shuffle mode is active, album gain otherwise. Properly apply ReplayGain settings on config file load. Bumped config version, so save your settings. by Magnus Holmgren · 19 years ago
- ec9b202 Reworked handling of MPEG audio frame & file info: * Fixed frame size calculation for layer 1 (all versions) and layer 2 (V2/V2.5). * Exact frame time (expressed as a fraction) for way more precise playtime calculation at 44100/22050/11025Hz sample frequency. * Exact playtime<->position conversion for CBR also used for resume position. * More compact code, long policy. by Jens Arnold · 19 years ago
- d887c17 Changed WPS image tag format, allowing for conditional image display by Linus Nielsen Feltzing · 19 years ago
- 6c2af7c On popular demand, the arrow cursor is reintroduced by Linus Nielsen Feltzing · 19 years ago
- f43216f Removed the line selector option, it is now always an inverse bar (except for the Player/Studio of course) by Linus Nielsen Feltzing · 19 years ago
- d6c0545 Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. by Jens Arnold · 19 years ago
- 99a0598 Major peakmeter rework: * Changed set/get functions for dbfs mode to bool type. * Removed performance setting, leaving (slightly adapted) high performance mode only. * Refresh rate is always 20 Hz now. * Readout doesn't do an extra (hidden) peek, should allow for slightly better clip detection. * Brought back high performance peakmeter for recording. Peakmeter stops hogging the CPU when the disk is spinning; this is enough to avoid the performance problem when saving data. * Optimisations, code cleanup and code policeing. * (iriver) Reduced CPU load of peakmeter by not calculating excessive overlaps. ** Bumped config block version, so save your settings before upgrading. by Jens Arnold · 19 years ago
- 0ad617c Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still not 100% complete, but I wanted to commit it before the 2.5 feature freeze by Linus Nielsen Feltzing · 19 years ago
- 9d7fd18 Now beep can be disabled. by Miika Pekkarinen · 19 years ago
- b3e49e2 The const police struck again by Linus Nielsen Feltzing · 19 years ago
- 5a8eac1 Added pre-amp setting for files with ReplayGain information. by Magnus Holmgren · 19 years ago
- 41a53d2 Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text support for Hebrew and Arabic by Linus Nielsen Feltzing · 19 years ago
- 4a53787 ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. by Magnus Holmgren · 19 years ago
- 90161c9 It's now possible to select the crossfading mode: "Off, Crossfade, by Miika Pekkarinen · 19 years ago
- ebb9099 Forgot to commit these files. by Miika Pekkarinen · 19 years ago
- be78945 (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. 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
- 1753e98 behave the same way with the h300 keypad as with the h100 (for now at least) by Daniel Stenberg · 19 years ago
- 9ed26cb Button adjustments for H1x0: added mode button for leaving menus and cancelling settings, removed unnecessary soft keylock from wps. by Jens Arnold · 19 years ago
- 6271b2b Added Crossfade setting for iRiver by Linus Nielsen Feltzing · 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 · 20 years ago
- 68482bb Patch #868645 by Philipp Pertermann, volume triggered recording for the Archos recording devices 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
- 9f02041 made the rec_timesplit_seconds() proto not depend on a MAS setup by Daniel Stenberg · 20 years ago
- 45e0de3 long policy by Jean-Philippe Bernardy · 20 years ago
- 8a8bd91 New Recording Option: Show recording screen on startup by Christi Scarborough · 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
- 259e354 Added button definitions for gmini build. Prettified formatting. by Jens Arnold · 20 years ago
- fc53fd7 Added ID3 database dirfilter by Björn Stenberg · 20 years ago
- 76b257f New channel configuration setting, allowing fine-grained control of the stereo width. This replaces the 'stereo narrow' and 'stereo wide' modes. by Jens Arnold · 20 years ago
- e68ccbd Added iRiver button codes by Linus Nielsen Feltzing · 20 years ago
- 4dab0d2 Fixes: (1) Ondio: Off is now an alternative way to cancel settings. (2) Use proper function to clear button queue. (3) Create bookmark request now working properly, ignoring stray button releases. (4) Fixed button handling in bookmark display on Ondio (it was impossible to delete a bookmark before) by Jens Arnold · 20 years ago
- ff4b21d Moved most actions off of button release events. by Björn Stenberg · 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
- c12e87d The config sector number is now calculated from the lowest partition start sector. Needed for disks with sectors_per_track < 63, e.g. flash cards. by Jens Arnold · 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
- 8fb3361 Const policed pointer arguments to functions, part 3 by Jens Arnold · 20 years ago
- abe77a1 More const policeing step 1 by Jens Arnold · 20 years ago
- 4cdcbb9 New option, ID3 tag order 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
- c50a069 More const policeing, removed unused variable by Jens Arnold · 20 years ago
- 3e92dbe The FM radio screen now remembers the last used frequency by Linus Nielsen Feltzing · 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
- 7bade1a Bass boost removed in favour of some new sound settings: Super bass and five new MDB parameters: strength, harmonics, center, shape and enable by Linus Nielsen Feltzing · 20 years ago
- 94da3b5 Added the (practically useless) 20ms option to the Auto Volume setting, for completeness by Linus Nielsen Feltzing · 20 years ago
- 5c8a2f5 sort options for files & directories by Jörg Hohensohn · 20 years ago
- 6ff6d21 settings_load() is now split in RTC and HD part, so RTC settings get loaded early (car adapter mode) by Jörg Hohensohn · 20 years ago
- 44171b9 New method of persisting the settings, using a central table. This saves lots of spaghetti code and saves ~6kB in .ajz size. by Jörg Hohensohn · 20 years ago
- a4f39a6 Default idle-poweroff set to 10 minutes. by Björn Stenberg · 20 years ago
- 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 20 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
- 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
- ef7293f New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. by Linus Nielsen Feltzing · 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
- 74976c1 New recording feature: Prerecord up to 30 seconds before you press the Play key. Especially useful for FM radio recording. Also fixed a bug which didn't apply the recording settings correctly in the Radio screen. by Linus Nielsen Feltzing · 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
- 58bafee Don't write playlist shuffle settings immediately to disk. Instead, save them in global settings and only flush to disk when the playlist is modified \(e.g. insert,delete\). As part of the changes the resume index was changed from an int to a short to give an extra 2 bytes in RTC ram to be used for another playlist index. by Hardeep Sidhu · 21 years ago
- aaa99e7 Recording in FM screen, USB mode possible in FM and recording screen 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
- fb06748 Runtime display bug fix by Craig Sather (patch #766552) by Björn Stenberg · 21 years ago
- de5477c Brian King's .rockbox browsing patch by Björn Stenberg · 21 years ago
- e9d4058 Include config.h so anyone including this file will get proper version of config structure by Hardeep Sidhu · 21 years ago
- 11e7ad5 Added "Ask" option to recursive dir insert which, if enabled, will ask users whether they want to recursively insert selected dir. Also, renamed "Insert first" and "Queue first" to "Insert next" and "Queue next" respectively. by Hardeep Sidhu · 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
- cd82560 Added more time options to recorder timesplit by Björn Stenberg · 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
- 56f771e Dave Jones' recording time split feature (patch #697373) by Björn Stenberg · 21 years ago