1. 75f7481 Voice: Don't omit "shutting down" speech warning when battery dies. by Solomon Peachy · 6 years ago
  2. 62a5ed4 Fix possible truncation misc.c->output_dyn_value + use Kibytes by William Wilgus · 6 years ago
  3. 838ff9c Add a 32 byte read buffer to read_line. by Michael Sevakis · 7 years ago
  4. 12bc24a aced667 forgot about those pesky __PCTOOL__ things. by Michael Sevakis · 7 years ago
  5. aced667 Undo hacks to meant to get around string formatting limitations by Michael Sevakis · 7 years ago
  6. d787191 Fix dangerous casts by Amaury Pouly · 8 years ago
  7. 1245c5f Implement speaker enable/disable on jack (un)plug by Amaury Pouly · 8 years ago
  8. 26beb30 Save bookmark and settings on shutdown at low battery level on players without HD by Mihail Zenkov · 9 years ago
  9. 6228c8d Fix reset runtime by Mihail Zenkov · 9 years ago
  10. 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
  11. 5877f7b open_utf8: Actually use the result of read/write. by Thomas Martitz · 10 years ago
  12. 31b7122 Implement time-based resume and playback start. by Michael Sevakis · 11 years ago
  13. 4f5b130 Fix Player by Thomas Martitz · 11 years ago
  14. 5007bd6 Fix checkwps. by Thomas Martitz · 11 years ago
  15. 2eb873c skins: Update SBS when changing activities. by Thomas Martitz · 11 years ago
  16. f0bec02 Implement volume limiter feature by PurlingNayuki · 11 years ago
  17. b170c73 Updated IAP commands. by Ralf Ertzinger · 11 years ago
  18. 023f6b6 Get rid of some superfluous single-purpose functions in playback. by Michael Sevakis · 11 years ago
  19. ffa8626 Fix whitespace in files for following commit. by Michael Sevakis · 11 years ago
  20. 8c655cf New GUI browser to select one (or more) folders. by Thomas Martitz · 12 years ago
  21. f6d6a46 Fix fast_readline to handle windows line endings (\r\n) by Jonathan Gordon · 12 years ago
  22. 57a20d2 Make DSP's replaygain independent of global_settings. by Michael Sevakis · 13 years ago
  23. d18a5ca Tweak paramters of mp3_play_data and callback. by Michael Sevakis · 13 years ago
  24. d05db0a Correct actionable offense for misappropriation of action context. by Michael Sevakis · 13 years ago
  25. f688710 Change keyclick_click so that it may accept raw buttons or actions. by Michael Sevakis · 13 years ago
  26. 295c1c1 checkwps: Fix buildall.sh and some RaaA/ypr0 versions. by Thomas Martitz · 13 years ago
  27. c2f0ba7 fix compiler error, missed action.h by Jonathan Gordon · 13 years ago
  28. 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
  29. b612263 apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined by Rafaël Carré · 13 years ago
  30. c1bd9b0 Rework powermgmt to enable code re-use on appliation and sims. by Thomas Martitz · 13 years ago
  31. 1b781df Convert hard-coded unicode byte order mark values to constants. by Nick Peskett · 13 years ago
  32. f65ceeb Change the "keyclick repeat" setting behaviour so when it is off only the *first* repeat will click. by Jonathan Gordon · 13 years ago
  33. be716c0 Finally commit FS#5111 - piezo clicker for ipods! by Jonathan Gordon · 13 years ago
  34. 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
  35. 9a70c42 Add the ability to create a prefilled struct bitmap along with generated images. by Thomas Martitz · 13 years ago
  36. 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
  37. d43b85c fix the last of the error by Jonathan Gordon · 13 years ago
  38. 63a379c Add the new file and fix the compile error by Jonathan Gordon · 13 years ago
  39. 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 13 years ago
  40. 1da1b70 Fix panic after usb extraction if lastfm logging is enabled. by Thomas Martitz · 13 years ago
  41. d1322b7 GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. by Thomas Martitz · 13 years ago
  42. b2d0ea2 Remove a couple of duplicate #includes by Bertrik Sikken · 13 years ago
  43. dbdbc24 Remove hosted_get_volume(), as event data is available in button_get_data(). by Thomas Martitz · 13 years ago
  44. eb90d95 imx233/fuze+: huge rework by Amaury Pouly · 13 years ago
  45. b2dbc2f Fix r30130 red. New functions in misc.c shouldn't be compiled if '__PCTOOL__' is defined. by Michael Sevakis · 13 years ago
  46. 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
  47. 7996d6d Knock out at least some red/yellow from r30097. by Michael Sevakis · 13 years ago
  48. 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
  49. d0084ff Fixed a regression caused in r30021: tagnavi_custom.config parsing by Miika Pekkarinen · 13 years ago
  50. f2ef42c Fixed a changelog export/import problem with tagcache where <CR> or <LF> by Miika Pekkarinen · 13 years ago
  51. 482e83d Center Rockbox logo when smaller than the screen size. by Dominik Riebeling · 13 years ago
  52. 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
  53. 5aec3c2 FS#11931 part 2: Allow a short rewind when playback is paused. Patch by Michael Hohmuth · 13 years ago
  54. 84301c1 FS#11931 part 1: Make fade in/out behavior more consistent across the by Michael Hohmuth · 14 years ago
  55. 9b70272 unplug_change: Precede call to audio_ff_rewind with by Michael Hohmuth · 14 years ago
  56. 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
  57. ce755dd Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034. by Björn Stenberg · 14 years ago
  58. 8c46ddf Android: Implement app shutdown and thus, sleep timer. by Thomas Martitz · 14 years ago
  59. e50cc0e Listen to and follow external Android volume changes. (Based on FS#11914 by Maurus Cuelenaere) by Björn Stenberg · 14 years ago
  60. 48b1a2d Fix the r29343 red. by Michael Sevakis · 14 years ago
  61. 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
  62. 1e391fb Fix yellows and checkwps. by Thomas Martitz · 14 years ago
  63. 258626f Fix the shutdown sequence for maemo, SDL and simulator builds by Thomas Jarosch · 14 years ago
  64. 5f037ac Initial maemo platform support by Thomas Jarosch · 14 years ago
  65. ccad6d0 Few whitespace fixes by Michael Hohmuth FS#11885 by Mustapha Senhaji · 14 years ago
  66. 930a8a5 set mode argument for open() where O_CREAT flag is/can be set. by Teruaki Kawashima · 14 years ago
  67. 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
  68. 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
  69. 7f8b70f Oops #ifdef -> #if by Nils Wallménius · 14 years ago
  70. 65ee5eb Accept FS#11606 by Michael Gentry, making ACTION_TREE_STOP stop radio too. by Nils Wallménius · 14 years ago
  71. 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
  72. 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
  73. bf82ac0 output_dyn_value() : don't use strlen() to check string emptiness by Rafaël Carré · 14 years ago
  74. 2e02177 try again by Jonathan Gordon · 14 years ago
  75. dbf44a6 fid red/yellow... does database really need to compile all of misc.c? by Jonathan Gordon · 14 years ago
  76. 489962d Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main by Jonathan Gordon · 14 years ago
  77. ca4439f Android port: handle incoming calls. by Thomas Martitz · 14 years ago
  78. bc046ff make grey targets reject viewport colours if theyare more than one letter (i.e %Vb(333333) ) by Jonathan Gordon · 14 years ago
  79. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  80. 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
  81. 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
  82. a444eb5 simplify parse_list. don't search for terminating separator or parenthesis when '-' is set. by Teruaki Kawashima · 14 years ago
  83. 268c064 fix - not being accepted for viewport font. by Jonathan Gordon · 14 years ago
  84. 5b0521c Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. by Jonathan Gordon · 14 years ago
  85. 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
  86. bc2f8bb Since the sdl to target tree move, the main thread cannot be removed anymore, by Thomas Martitz · 14 years ago
  87. 964dcb3 Revert r26055 since it breaks certain Archos targets. by Michael Sevakis · 14 years ago
  88. 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
  89. 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
  90. 883e5ce Update a comment to reflect the previous commit. by Thomas Martitz · 15 years ago
  91. 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
  92. 05ace8e Fix "bookmark on stop: ask" when idle poweroff triggers. by Torne Wuff · 15 years ago
  93. 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
  94. f178260 Print correctly the rockbox logo for Clipv2/Clip+, not only Clipv1 by Rafaël Carré · 15 years ago
  95. 3ddfa0f Return NULL istead of 0 in function which returns a pointer by Tomer Shalev · 15 years ago
  96. dc01020 make sure plugin reset backlight setting before exit. do code polish. by Teruaki Kawashima · 15 years ago
  97. f2f5b7c Add a simple sanity check before checking for changed binary. by Thomas Martitz · 15 years ago
  98. 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
  99. a052102 mpeg.h/c cleanup by Jeffrey Goode · 15 years ago
  100. 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