1. 7692558 Agptek Rocker: Implement USB mass storage driver by Marcin Bukat · 7 years ago
  2. dbabd0d iBasso DX50/DX90: Major code cleanup and reorganization. by Udo Schläpfer · 10 years ago
  3. dc127f2 Clarify usb_powered() and fix some code. by Amaury Pouly · 10 years ago
  4. 0b5ad60 Introducing Targets iBasso DX50 & iBasso DX90 by Simon Rothen · 10 years ago
  5. 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
  6. 981d028 Do some kernel cleanup by Michael Sevakis · 10 years ago
  7. c13f21a Fix logdisk by Amaury Pouly · 11 years ago
  8. 023f6b6 Get rid of some superfluous single-purpose functions in playback. by Michael Sevakis · 11 years ago
  9. ffa8626 Fix whitespace in files for following commit. by Michael Sevakis · 11 years ago
  10. 5857c44 Refactor audio thread to run both recording and playback. by Michael Sevakis · 11 years ago
  11. d46b090 Introduce logging to disk feature into rockbox. by Michael Giacomelli · 12 years ago
  12. ba8e436 Disable attempts to voice init_tagcache. by Michael Sevakis · 12 years ago
  13. c9bcbe2 Fundamentally rewrite much of the audio DSP. by Michael Sevakis · 13 years ago
  14. 2406005 Remove a useless sleep() from hosted's init(). by Thomas Martitz · 12 years ago
  15. a5b0a1d Call radio_init() from hosted's init() too. by Thomas Martitz · 12 years ago
  16. 5cd8aec Fix FS#7631 : Archos V2 and FM Recorder charging screen problems by Boris Gjenero · 13 years ago
  17. 0ca4b38 skinengine: Rework skin loading so skins can be un/loaded individually. This also means that loading a .cfg which doesnt change themes shouldnt have them reloaded by Jonathan Gordon · 13 years ago
  18. 71d73fd Remove sim_tasks from the sdl application build. by Thomas Martitz · 13 years ago
  19. be716c0 Finally commit FS#5111 - piezo clicker for ipods! by Jonathan Gordon · 13 years ago
  20. 101693f FS#12251 - User shortcuts in the main menu. by Jonathan Gordon · 13 years ago
  21. d3c2102 Add pcm_rec_init() to the sim's init. by Thomas Martitz · 13 years ago
  22. 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
  23. 6efb3f0 Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]" by Thomas Martitz · 13 years ago
  24. a1d3a1d Delay settings_reset() until after font_init(). Fixes boot crash on Fuze(v1) and probably others. by Fred Bauer · 13 years ago
  25. f7c2978 Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can have a number which is the amount of kilobytes to allocate for the skin buffer. This is only checked on boot so if you need to change it you must reboot to enable. by Jonathan Gordon · 13 years ago
  26. b71c66e Fix the build errors by Jonathan Gordon · 13 years ago
  27. aa0f4a4 FS#12273 - use buflib for font storage. thanks to the testers :) by Jonathan Gordon · 13 years ago
  28. baa070c GSoC/Buflib: Enable compaction in buflib. by Thomas Martitz · 13 years ago
  29. d0b72e2 GSoC/Buflib: Add buflib memory alocator to the core. by Thomas Martitz · 13 years ago
  30. d1322b7 GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. by Thomas Martitz · 13 years ago
  31. 15a3580 Introduce "power" thread for RaaA by Thomas Jarosch · 14 years ago
  32. 793eab1 Remove a redundant part of a #if by Dave Chapman · 14 years ago
  33. 6e9e6a7 RaaA: Add initial Pandora support by Thomas Jarosch · 14 years ago
  34. 95e24dd Android: by Thomas Martitz · 14 years ago
  35. 5f037ac Initial maemo platform support by Thomas Jarosch · 14 years ago
  36. 5d849a9 Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. by Andree Buschmann · 14 years ago
  37. 886e972 Fix an ugly-looking comment by Michael Sparmann · 14 years ago
  38. f5a461d Android: Rework notification and change icon sizes to better meet the systems' standard. by Thomas Martitz · 14 years ago
  39. 2c24160 Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. by Thomas Martitz · 14 years ago
  40. 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
  41. f366090 Make disabling HAVE_PITCHSCREEN actually work without breaking the build by Frank Gevaerts · 14 years ago
  42. 71379ca fix errors, warnings, tabs by Jonathan Gordon · 14 years ago
  43. 9928e34 Another major skin backend update/hopefully bugfix: by Jonathan Gordon · 14 years ago
  44. c00fbc4 Android: Don't compile sim_tasks.c by Thomas Martitz · 14 years ago
  45. a1cf4ce Unify 32mb and 64mb ipod video builds - FS#11580 by Frank Gevaerts · 14 years ago
  46. 0e2286f Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. by Thomas Martitz · 14 years ago
  47. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  48. 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
  49. 4e8ef93 Rockbox as an application: Fix a few yellows by Thomas Martitz · 14 years ago
  50. 5565a28 Remove some redundant #include's by Bertrik Sikken · 14 years ago
  51. 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
  52. 2b640ba Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avoid use of stack after switching to idle stack. by Michael Sevakis · 14 years ago
  53. a1a9084 Don't initialise disk_* for the sim, and make sure disk.c isn't built at all by Frank Gevaerts · 14 years ago
  54. 9c43b2c Remove card_enable_monitoring() and use a mutex instead. The card_enable_monitoring() method actually didn't eliminate the possible race conditions it was meant to fix. by Frank Gevaerts · 14 years ago
  55. 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
  56. 3d0cee8 - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c. by Thomas Martitz · 14 years ago
  57. 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 · 14 years ago
  58. 59463ba Fix typo in a bootchart message by Torne Wuff · 15 years ago
  59. 52e528e Boot charting support. by Torne Wuff · 15 years ago
  60. b6c12a1 Submit FS#11065. Introduce a new system setting for en-/disabling the Line-out. For now only implemented on iPod Video. This allows to save power if the user does not use the player's Line-out. On iPod 5G the saving is ~0.5 mA. by Andree Buschmann · 15 years ago
  61. 792f733 revert part of r25042 so boot error splashes are localised, and so there isnt a boot slowdown (which was the origional reason for r24922) by Jonathan Gordon · 15 years ago
  62. a14f4ac Restore the 'read_disk' flag for settings_apply that was removed in r24922. It is still needed to prevent uncessary disk I/O for fonts etc. Should fix FS#11071 (I haven't tested it on a HD-based player). by Magnus Holmgren · 15 years ago
  63. a62eced Add a few warning comments about the INIT_ATTR stuff. by Thomas Martitz · 15 years ago
  64. ed6c143 Don't forget to initialize the wps. by Thomas Martitz · 15 years ago
  65. f8edc32 FS#10756 - Free unused init code by Thomas Martitz · 15 years ago
  66. 4c6b355 split the theme settings apply() sutff out of settings_apply(). this should fix splashes not being loc'ed, statusbar over the splash (fixed in sim, not on my mini2g though), and the supposed boot time slowdown. by Jonathan Gordon · 15 years ago
  67. b2eb44c FS#10824 - viewport/statusbar API rework. by Jonathan Gordon · 15 years ago
  68. 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
  69. 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
  70. 29e28a3 hopefully fix "early usb" by Jonathan Gordon · 15 years ago
  71. bb9808b root_menu() can't return, tell gcc about it by Rafaël Carré · 15 years ago
  72. 235d1ae Fix FS#10745 - %mv not working in sbs... by Jonathan Gordon · 15 years ago
  73. 18cf68e No need for this to be static by Nils Wallménius · 15 years ago
  74. 09de597 Fix yellow: Another try at fixing aggressive includes removal by Tomer Shalev · 15 years ago
  75. 5d585f4 Extract usb_screen logic out of screens.c into apps/gui/usb_screen.c by Tomer Shalev · 15 years ago
  76. 1016ee4 Initial custom statusbar commit. by Thomas Martitz · 15 years ago
  77. ec2737b Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins. by Tom Ross · 15 years ago
  78. f34a841 Revise r23225 a bit, removing the debug_printf function and implementing more generic lcd_(remote)_putsf function(s) instead and use those in more places by Nils Wallménius · 15 years ago
  79. 9fbf346 Change lang_init() to take a source, destination, and count. Needed for translatable plugins. Minor stylist changes as well. by Tom Ross · 15 years ago
  80. 94f7651 Revert r23212, I committed it accidentally. by Thomas Martitz · 15 years ago
  81. 8d032ae initial custom statusbar commit by Thomas Martitz · 15 years ago
  82. 71411ee Change %mp tag to use current_playmode(). It has upto 9 values now, including recording and radio states. by Thomas Martitz · 15 years ago
  83. d7cdd08 RTL: Add support for DB init message by Tomer Shalev · 15 years ago
  84. baef536 Fix crash in early USB introduced in r22365 by moving the gui_syncstatusbar_init() back to where it needs to be. The comment clearly stated that it needs to happen that early. by Jens Arnold · 15 years ago
  85. 2eb1cb6 Fix buttonbar handling/theme changed handling in lists. by Thomas Martitz · 15 years ago
  86. ed940e8 fix FS#10550. Start autostart.rock after gui_syncstatusbar_init(). by Teruaki Kawashima · 15 years ago
  87. 4c48b59 User definable UI viewport, to be able to restrict the UI into a viewport for all bitmap displays. by Thomas Martitz · 15 years ago
  88. 3e7444f part two of the grand overall wps/skinning engine cleanup work: by Jonathan Gordon · 15 years ago
  89. 5e5fc64 Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better) by Jonathan Gordon · 15 years ago
  90. 24b136f rework cuesheet support: by Jonathan Gordon · 15 years ago
  91. e8c825f ...and fixify *that* yellow too. by Steve Bavin · 15 years ago
  92. 77f6f4c Fix FS#10331 and get mpegplayer working again. by Steve Bavin · 15 years ago
  93. c483efa revert r21016, as it doesn't solve anything by Frank Gevaerts · 15 years ago
  94. acc0f79 Re-order usb init a bit, so software and hardware usb are the same. This fixes FS#9957 by Frank Gevaerts · 15 years ago
  95. 02b9c65 Fix FS#10091 - On Archos targets properly detect charger at startup, so charging screen can be entered by Boris Gjenero · 16 years ago
  96. ed1a335 Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point modes. Note that many screens have not yet been adjusted to absolute point mode, so use with caution. by Rob Purchase · 16 years ago
  97. 3e67e3b Add a rockbox kernel thread for simulator specific tasks, and use that for calling the screendump function(s). Fixes screendump in simulators for backlight-less targets (Ondio), and reduces mixing of unrelated functionality a bit (screendump was called from backlight thread, triggered by a sim-only system wide event). by Jens Arnold · 16 years ago
  98. 3c7e299 Simplify conditions for including serial port support (it's now HAVE_SERIAL). This should save a little binsize and RAM for target that don't have/use a serial port. by Bertrik Sikken · 16 years ago
  99. 036fb05 Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit by Jonathan Gordon · 16 years ago
  100. 80cb355 Statusbar handling fixes. by Jonathan Gordon · 16 years ago