1. 752dd5c Prepare new, unofficial maemo build by Thomas Jarosch · 13 years ago
  2. e6819b9 FS#12373 - Patch for Spanish translation by Francisco Vila by Bertrik Sikken · 13 years ago
  3. 7cba6f6 FS#12394 - Update of the European Portuguese language by Gabriel Maia by Bertrik Sikken · 13 years ago
  4. 95280e0 FS#12434 - Serbian translation update by Ivan Pesic by Bertrik Sikken · 13 years ago
  5. 5dd1420 Quick-fix for r31197 by Bertrik Sikken · 13 years ago
  6. ce4ec80 FS#12437 - Updated Croatian translation by Ante Maretic by Bertrik Sikken · 13 years ago
  7. 75f2e45 AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before rebooting by Bertrik Sikken · 13 years ago
  8. c9a8031 mkamsboot: add support for sansa clip zip firmware version v1.01.18 by Bertrik Sikken · 13 years ago
  9. 8187115 Fix release notes link by Frank Gevaerts · 13 years ago
  10. 07cfc30 lcd_blit_yuv(): don't use weak attribute when building for windows by Rafaël Carré · 13 years ago
  11. 11b661e Add labels for calculating RAM usage on tms320dm320 targets. Thanks to Rafaël Carré for pointing this out. by Boris Gjenero · 13 years ago
  12. 33d3f05 Nokia N900: Increase the number of samples for the software mixer by Thomas Jarosch · 13 years ago
  13. 9d9d867 Nokia N900: Implement pcm_play_lock() / pcm_play_unlock() by Thomas Jarosch · 13 years ago
  14. 8906b3e Convert remaining __attribute__((noreturn)) to NORETURN_ATTR. by Boris Gjenero · 13 years ago
  15. 59e71ee Introduce USED_ATTR wrapper for __attribute__((used)). by Boris Gjenero · 13 years ago
  16. 9653ae3 Manual: Some minor corrections to the 'Shortcuts' section by Alexander Levin · 13 years ago
  17. 08d4252 Add STORAGE_INIT_ATTR to some target-specific ATA functions. by Boris Gjenero · 13 years ago
  18. 5ffd2f7 Various adjustments for MSVC. by Dominik Riebeling · 13 years ago
  19. d2c1ece Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of the recording engine interface. Leave the low-level DMA error defines in pcm.h. by Michael Sevakis · 13 years ago
  20. 5af1e2f Add a second boost condition to the recording PCM buffer to boost the CPU when 75% full or more. This is especially important for small memory when the 1-second condition frequency cannot be reached. by Michael Sevakis · 13 years ago
  21. e4dbcc4 FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver.h. After this change: by Boris Gjenero · 13 years ago
  22. d09818d Fix sim errors in r31180. by Michael Sevakis · 13 years ago
  23. e42a319 AS3525v1/v2: by Michael Sevakis · 13 years ago
  24. 2c73797 Fix red by Jonathan Gordon · 13 years ago
  25. 29b1ba3 shortcuts: talk the time and configure the sleep timeout by Jonathan Gordon · 13 years ago
  26. 2376c4f Update to 3.10 by Frank Gevaerts · 13 years ago
  27. 6bc8916 QuaZip: change the order of void-casts. by Dominik Riebeling · 13 years ago
  28. 16f48e8 Rockbox Utility: disable some pointless warnings when building with VS. by Dominik Riebeling · 13 years ago
  29. e23adb5 ipodpatcher: guard platform specific files. by Dominik Riebeling · 13 years ago
  30. f83a3d0 Make rbutil tools Makefile more silent. by Dominik Riebeling · 13 years ago
  31. d073106 Pass VERSION to *all* make invocations in release scripts by Frank Gevaerts · 13 years ago
  32. 790be2d Fix for "FS#12430 - FM presets tags aren't dynamic in status bar." by Thomas Martitz · 13 years ago
  33. cc95f34 Manual: Rephrase what 'shutdown' does so that the sentence reads more smoothly by Alexander Levin · 13 years ago
  34. a8e0d6a Fix warnings by Jonathan Gordon · 13 years ago
  35. 565191a Add a shortcut type 'shutdown' which will turn off the player by Jonathan Gordon · 13 years ago
  36. a55982d Fix touchscreens so entering the WPS with a skin with no touchregions reverts to grid mode (caused by r30991) by Jonathan Gordon · 13 years ago
  37. 694502a Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This fixes entry into USB mode on the Archos Recorder V2 and possibly also other targets using a USB to IDE bridge chip. Fred Bauer found this removes the need for a workaround in glyph_cache_save(). I'm including his patch which removes the workaround. by Boris Gjenero · 13 years ago
  38. fb6b28d Missed one const. by Nils Wallménius · 13 years ago
  39. a0377bd Sprinkle around some static and const. by Nils Wallménius · 13 years ago
  40. 906905a Use a macro for aligning PCM chunks instead of explictly coding it each time. by Michael Sevakis · 13 years ago
  41. 6461f74 Try $RBROOT before $HOME when looking for the sdl apps rockbox root dir by Jonathan Gordon · 13 years ago
  42. bac6a70 Sansa Connect: Revise codec initialization/shutdown. by Tomasz Moń · 13 years ago
  43. 4811b51 Don't define str(n,i)cmp(i): we don't use those by Rafaël Carré · 13 years ago
  44. 09f6556 Compile fix for mingw-w64 by Rafaël Carré · 13 years ago
  45. 280d907 FS#12424 - latvian translation update by Mārtiņš Šimis by Bertrik Sikken · 13 years ago
  46. 38f03d4 sansapatcher: factor out handling of bundled bootloaders. by Dominik Riebeling · 13 years ago
  47. 38890ac sansapatcher: guard platform specific files. by Dominik Riebeling · 13 years ago
  48. a43df15 Collect the 16-bit signed range sample clipping routines scattered about, which can be optimized on armv6 and create firmware/export/dsp-util.h (for lack of better place right now). by Michael Sevakis · 13 years ago
  49. 700e360 Reduce stack allocation for remote screendump. The screendump filename is generated and known, so we don't need MAX_PATH. by Frank Gevaerts · 13 years ago
  50. 346f1e0 Add double inclusion protection and prepare for use with C++ code. by Dominik Riebeling · 13 years ago
  51. 2d2fa5c Add missing include. by Dominik Riebeling · 13 years ago
  52. 2ee9fac Power management is to be kept in target tree due to being target specific. by Tomasz Moń · 13 years ago
  53. de712ee Sansa Connect: Add TPS65021 (Power Management) driver. by Tomasz Moń · 13 years ago
  54. ad0b308 Clip Zip manual: add platform file by Rafaël Carré · 13 years ago
  55. d472090 fuze+: fix seeking forward/backward keymap, don't know why it was wrong in the first place by Amaury Pouly · 13 years ago
  56. c31f7d0 HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support for gestures. From now on some things are accessible by tapping on the vertical scroll strip. Reorganize, fix and remap some of the keymaps, add missing keymap for the recording. by Szymon Dziok · 13 years ago
  57. 6b5dff4 lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common code by Rafaël Carré · 13 years ago
  58. 26851ea lcd-16bit: move common code to lcd-16bit-common.c by Rafaël Carré · 13 years ago
  59. 1414e83 lcd_blit_yuv: move to lcd-16bit-common.c by Rafaël Carré · 13 years ago
  60. 2c523ac Clip Zip: fix yuv playback by Rafaël Carré · 13 years ago
  61. d780213 lcd_blit_yuv: move from sdl driver to lcd16bit-common by Rafaël Carré · 13 years ago
  62. 1d81683 Fix red: Mark variable as unused the rockbox way by Thomas Jarosch · 13 years ago
  63. eea3c1c Remove redundant assigment to "dummy" variable by Thomas Jarosch · 13 years ago
  64. dd865bc imx233: add control for more clocks, add debug clock debug screen by Amaury Pouly · 13 years ago
  65. 66c53d5 Sansa Connect: Fix yellow by Tomasz Moń · 13 years ago
  66. 5e805f2 Sansa Connect: Fix GIO initialization and screen wakeup. by Tomasz Moń · 13 years ago
  67. 488ee77 Don't show the full path when building librbspeex.a by Dominik Riebeling · 13 years ago
  68. 7de4f64 Rockbox Utility: build chinachippatcher as library. by Dominik Riebeling · 13 years ago
  69. fd5f16c Consolidate libraries list in project file a bit. by Dominik Riebeling · 13 years ago
  70. 059cb71 Extend return codes for chinachip_patch(). by Dominik Riebeling · 13 years ago
  71. 07da9ce Split up chinachippatcher. by Dominik Riebeling · 13 years ago
  72. bd691ef Sansa Clip Zip: enable all plugins by Rafaël Carré · 13 years ago
  73. 444b176 mkamsboot: make clip zip boot OF when pressing left button by Rafaël Carré · 13 years ago
  74. ab76a0d mkamsboot/dualboot: use arm-elf-eabi cross compiler by default by Rafaël Carré · 13 years ago
  75. 8687c5c Fix FS#11675 : LED resistor calculator does not wait for keypress. Thanks to Michael Chicoine for reporting the bug. by Boris Gjenero · 13 years ago
  76. 7c0977b Sansa Connect Simulator: Fix button sizes, add hold button support by Tomasz Moń · 13 years ago
  77. 8b9d6bd Add a gitattributes file for the migration. by Torne Wuff · 13 years ago
  78. 30e2a6d Convert one more file to LF line endings. by Torne Wuff · 13 years ago
  79. 39f4408 Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmüller (based on press image). by Tomasz Moń · 13 years ago
  80. f0bab2f Address some weaknesses and bugs of buflib_compact() and make the code prettier. Thanks to Boris Gjenero for his great investigation. by Thomas Martitz · 13 years ago
  81. a299212 imx233: add power debug screen by Amaury Pouly · 13 years ago
  82. c871076 mkimxboot: remove an unecessary include that will prevent compilation of rbutil by Amaury Pouly · 13 years ago
  83. 374a08a fuze+: update keymap and touchpad driver based on FS#12405 with minor modifications. Thanks to Jean-Louis Biasini. by Amaury Pouly · 13 years ago
  84. d6a397d Text viewer plugin: Fix info viewport font not being set to user selected font by Michael Chicoine · 13 years ago
  85. bdaac8b Rockbox does not support encrypted ADX. Clearly state this in the manual and the debug messages. by Andree Buschmann · 13 years ago
  86. 3c63cb2 Resync mpc to r476 of svn.musepack.org. Improves error handling after seek. by Andree Buschmann · 13 years ago
  87. 16d736d Make embedded cover art for APEv2 more flexible. This fixes an issue with foobar-tagged files as reported in the forums. by Andree Buschmann · 13 years ago
  88. c40f520 Sansa Connect: Add keymap for YesNo dialog and keyboard by Tomasz Moń · 13 years ago
  89. a23dd7f FS#12414 : Fix directory functions in plugins on targets which HAVE_DIRCACHE. In rockbox_api, PREFIX( ) is removed around directory functions because that's now handled in directory header files. Thanks to Fred Bauer for reporting this. by Boris Gjenero · 13 years ago
  90. d51e598 FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c by Boris Gjenero · 13 years ago
  91. 297c29c dm320: call storage idle notifys on in sdmmc thread by Tomasz Moń · 13 years ago
  92. a884ec2 Update manual to match current codec IDs. by Andree Buschmann · 13 years ago
  93. f331d19 playlist handling: revert part of r30177. by Jonathan Gordon · 13 years ago
  94. 8ed7ba1 Fix fs#12005 - have %pc,%pl and %pr return the number of seconds when used with %if() instead of a formatted time string by Jonathan Gordon · 13 years ago
  95. d66592b Be less smart about when to reload skins as it caused more problems than it was worth. If any theme setting is loading from a .cfg reload all skins. Fixes FS#12410 by Jonathan Gordon · 13 years ago
  96. 25bce23 Fix FS#12408 - don't load skins too early causing buflib handles to leak by Jonathan Gordon · 13 years ago
  97. e5a7388 If Rockbox never turns off ATA power, don't compile code for turning it back on. Note that ATA power may still need to be turned on when starting, so that code in ata_init() always remains. by Boris Gjenero · 13 years ago
  98. 2154cbf remove stray debugging line by Fred Bauer · 13 years ago
  99. 6e664f4 Guard font functions against invalid font ids. These arguably should never be passed, but this prevents freezes. Fixes FS#12400 by Frank Gevaerts · 13 years ago
  100. dfd5d06 Actually make glyph_cache_save static instead of just claiming it should be by Frank Gevaerts · 13 years ago