- 75f7481 Voice: Don't omit "shutting down" speech warning when battery dies. by Solomon Peachy · 6 years ago
- 62a5ed4 Fix possible truncation misc.c->output_dyn_value + use Kibytes by William Wilgus · 6 years ago
- 838ff9c Add a 32 byte read buffer to read_line. by Michael Sevakis · 7 years ago
- 12bc24a aced667 forgot about those pesky __PCTOOL__ things. by Michael Sevakis · 7 years ago
- aced667 Undo hacks to meant to get around string formatting limitations by Michael Sevakis · 7 years ago
- d787191 Fix dangerous casts by Amaury Pouly · 8 years ago
- 1245c5f Implement speaker enable/disable on jack (un)plug by Amaury Pouly · 8 years ago
- 26beb30 Save bookmark and settings on shutdown at low battery level on players without HD by Mihail Zenkov · 9 years ago
- 6228c8d Fix reset runtime by Mihail Zenkov · 9 years ago
- 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
- 5877f7b open_utf8: Actually use the result of read/write. by Thomas Martitz · 10 years ago
- 31b7122 Implement time-based resume and playback start. by Michael Sevakis · 11 years ago
- 4f5b130 Fix Player by Thomas Martitz · 11 years ago
- 5007bd6 Fix checkwps. by Thomas Martitz · 11 years ago
- 2eb873c skins: Update SBS when changing activities. by Thomas Martitz · 11 years ago
- f0bec02 Implement volume limiter feature by PurlingNayuki · 11 years ago
- b170c73 Updated IAP commands. by Ralf Ertzinger · 11 years ago
- 023f6b6 Get rid of some superfluous single-purpose functions in playback. by Michael Sevakis · 11 years ago
- ffa8626 Fix whitespace in files for following commit. by Michael Sevakis · 11 years ago
- 8c655cf New GUI browser to select one (or more) folders. by Thomas Martitz · 12 years ago
- f6d6a46 Fix fast_readline to handle windows line endings (\r\n) by Jonathan Gordon · 12 years ago
- 57a20d2 Make DSP's replaygain independent of global_settings. by Michael Sevakis · 13 years ago
- d18a5ca Tweak paramters of mp3_play_data and callback. by Michael Sevakis · 13 years ago
- d05db0a Correct actionable offense for misappropriation of action context. by Michael Sevakis · 13 years ago
- f688710 Change keyclick_click so that it may accept raw buttons or actions. by Michael Sevakis · 13 years ago
- 295c1c1 checkwps: Fix buildall.sh and some RaaA/ypr0 versions. by Thomas Martitz · 13 years ago
- c2f0ba7 fix compiler error, missed action.h by Jonathan Gordon · 13 years ago
- eb2ea7f keyclick: Add a callback so screens can cancel a click. Add a generic list callback to stop clicks when we are at the end of the list by Jonathan Gordon · 13 years ago
- b612263 apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined by Rafaël Carré · 13 years ago
- c1bd9b0 Rework powermgmt to enable code re-use on appliation and sims. by Thomas Martitz · 13 years ago
- 1b781df Convert hard-coded unicode byte order mark values to constants. by Nick Peskett · 13 years ago
- f65ceeb Change the "keyclick repeat" setting behaviour so when it is off only the *first* repeat will click. by Jonathan Gordon · 13 years ago
- be716c0 Finally commit FS#5111 - piezo clicker for ipods! by Jonathan Gordon · 13 years ago
- 0602dbc Fix typos in usb_screen.c and use lcd_remote_bmp() for showing the rockbox logo on remotes as well. by Thomas Martitz · 13 years ago
- 9a70c42 Add the ability to create a prefilled struct bitmap along with generated images. by Thomas Martitz · 13 years ago
- 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
- d43b85c fix the last of the error by Jonathan Gordon · 13 years ago
- 63a379c Add the new file and fix the compile error by Jonathan Gordon · 13 years ago
- 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 13 years ago
- 1da1b70 Fix panic after usb extraction if lastfm logging is enabled. by Thomas Martitz · 13 years ago
- d1322b7 GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. by Thomas Martitz · 13 years ago
- b2d0ea2 Remove a couple of duplicate #includes by Bertrik Sikken · 13 years ago
- dbdbc24 Remove hosted_get_volume(), as event data is available in button_get_data(). by Thomas Martitz · 13 years ago
- eb90d95 imx233/fuze+: huge rework by Amaury Pouly · 13 years ago
- b2dbc2f Fix r30130 red. New functions in misc.c shouldn't be compiled if '__PCTOOL__' is defined. by Michael Sevakis · 13 years ago
- 5663e1c Have mpegplayer use the mixer (the playback channel, since it's mutually exclusive to audio playback) so the clicks and skip beep can be used according to user settings. Introduce some system sound functions to make easier playing event sounds from various places and convert files calling 'beep_play' to use 'system_sound_play' and 'keyclick_click'. Event sound could be become themeable. by Michael Sevakis · 13 years ago
- 7996d6d Knock out at least some red/yellow from r30097. by Michael Sevakis · 13 years ago
- a2b6703 Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. by Michael Sevakis · 13 years ago
- d0084ff Fixed a regression caused in r30021: tagnavi_custom.config parsing by Miika Pekkarinen · 13 years ago
- f2ef42c Fixed a changelog export/import problem with tagcache where <CR> or <LF> by Miika Pekkarinen · 13 years ago
- 482e83d Center Rockbox logo when smaller than the screen size. by Dominik Riebeling · 13 years ago
- b58d365 FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful by Jonathan Gordon · 13 years ago
- 5aec3c2 FS#11931 part 2: Allow a short rewind when playback is paused. Patch by Michael Hohmuth · 13 years ago
- 84301c1 FS#11931 part 1: Make fade in/out behavior more consistent across the by Michael Hohmuth · 14 years ago
- 9b70272 unplug_change: Precede call to audio_ff_rewind with by Michael Hohmuth · 14 years ago
- 82e9736 Get rid of a committed #define from kernel.h that didn't make the final cut. Put voice_wait in voice_thread.h where it ought. by Michael Sevakis · 14 years ago
- ce755dd Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034. by Björn Stenberg · 14 years ago
- 8c46ddf Android: Implement app shutdown and thus, sleep timer. by Thomas Martitz · 14 years ago
- e50cc0e Listen to and follow external Android volume changes. (Based on FS#11914 by Maurus Cuelenaere) by Björn Stenberg · 14 years ago
- 48b1a2d Fix the r29343 red. by Michael Sevakis · 14 years ago
- 0386229 Make format_time properly format negative times because sometimes they are shown if track length estimates are off from seeking. Example: -0:15 instead of 0:-15. -1000ms < t < 0 is shown as -0:00. by Michael Sevakis · 14 years ago
- 1e391fb Fix yellows and checkwps. by Thomas Martitz · 14 years ago
- 258626f Fix the shutdown sequence for maemo, SDL and simulator builds by Thomas Jarosch · 14 years ago
- 5f037ac Initial maemo platform support by Thomas Jarosch · 14 years ago
- ccad6d0 Few whitespace fixes by Michael Hohmuth FS#11885 by Mustapha Senhaji · 14 years ago
- 930a8a5 set mode argument for open() where O_CREAT flag is/can be set. by Teruaki Kawashima · 14 years ago
- 49f1ec8 Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). by Thomas Martitz · 14 years ago
- bd573c4 Fix FS#11676 - audio_status() returns AUDIO_STATUS_PLAY|AUDIO_STATUS_PAUSE if paused so only resume if AUDIO_STATUS_PLAY is the only bit. by Thomas Martitz · 14 years ago
- 7f8b70f Oops #ifdef -> #if by Nils Wallménius · 14 years ago
- 65ee5eb Accept FS#11606 by Michael Gentry, making ACTION_TREE_STOP stop radio too. by Nils Wallménius · 14 years ago
- c8c40c5 Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloading/reloading in gui_usb_screen_run() in the early usb case. Fixes the crash part of FS#11589 by Frank Gevaerts · 14 years ago
- 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
- bf82ac0 output_dyn_value() : don't use strlen() to check string emptiness by Rafaël Carré · 14 years ago
- 2e02177 try again by Jonathan Gordon · 14 years ago
- dbf44a6 fid red/yellow... does database really need to compile all of misc.c? by Jonathan Gordon · 14 years ago
- 489962d Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main by Jonathan Gordon · 14 years ago
- ca4439f Android port: handle incoming calls. by Thomas Martitz · 14 years ago
- bc046ff make grey targets reject viewport colours if theyare more than one letter (i.e %Vb(333333) ) by Jonathan Gordon · 14 years ago
- 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
- 2d31d77 FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. by Jonathan Gordon · 14 years ago
- 35e8b14 Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). by Thomas Martitz · 14 years ago
- a444eb5 simplify parse_list. don't search for terminating separator or parenthesis when '-' is set. by Teruaki Kawashima · 14 years ago
- 268c064 fix - not being accepted for viewport font. by Jonathan Gordon · 14 years ago
- 5b0521c Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. by Jonathan Gordon · 14 years ago
- 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
- bc2f8bb Since the sdl to target tree move, the main thread cannot be removed anymore, by Thomas Martitz · 14 years ago
- 964dcb3 Revert r26055 since it breaks certain Archos targets. by Michael Sevakis · 14 years ago
- 414dad4 If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration specifies CHARGING_MONITOR or greater, allow poweroff while plugged but not actually charging the battery. by Michael Sevakis · 14 years ago
- 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 15 years ago
- 883e5ce Update a comment to reflect the previous commit. by Thomas Martitz · 15 years ago
- 69f8e8d Move read_line() further down so that it can be used in checkwps and remove checkwps' copy if it. by Thomas Martitz · 15 years ago
- 05ace8e Fix "bookmark on stop: ask" when idle poweroff triggers. by Torne Wuff · 15 years ago
- 1fefb48 Fix System/Running Time to reset the running time whenever a charger or USB cable is inserted, not just when the cable is inserted in the running time screen. Should now make the running time actually be the amount of time rockbox has run since the battery was last charged, which is as far as I can tell the original idea behind the runtime menu. by Michael Giacomelli · 15 years ago
- f178260 Print correctly the rockbox logo for Clipv2/Clip+, not only Clipv1 by Rafaël Carré · 15 years ago
- 3ddfa0f Return NULL istead of 0 in function which returns a pointer by Tomer Shalev · 15 years ago
- dc01020 make sure plugin reset backlight setting before exit. do code polish. by Teruaki Kawashima · 15 years ago
- f2f5b7c Add a simple sanity check before checking for changed binary. by Thomas Martitz · 15 years ago
- cfda097 Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting the storage on targets that run rockbox from hotswappable storage. by Thomas Martitz · 15 years ago
- a052102 mpeg.h/c cleanup by Jeffrey Goode · 15 years ago
- c5b4482 Revert r23599 and r23600 and fix the early usb problem at the root. The the viewportmanager and custom statusbar was initialized too late. by Thomas Martitz · 15 years ago