1. 17a1867 Fix rm function on Windows once more. by Dominik Riebeling · 11 years ago
  2. 82b30de Fix rm function on Windows. by Dominik Riebeling · 11 years ago
  3. f3a1a33 Fix rebuilding of libs on OS X. by Dominik Riebeling · 11 years ago
  4. 660c8d0 Add missing german translations and lupdate remaining ones. by Dominik Riebeling · 11 years ago
  5. 2e40f31 Update french Rockbox Utility translation. by Dominik Riebeling · 11 years ago
  6. b91ec7e Make some missing strings translatable. by Dominik Riebeling · 11 years ago
  7. ceff063 Update german Rockbox Utility translation. by Dominik Riebeling · 11 years ago
  8. 7602f10 Fix Chinese translation and missing "Attack Time" string by PurlingNayuki · 11 years ago
  9. 6a3fd9a Dutch (nl) translation update of RockboxUtility by Bertrik Sikken · 11 years ago
  10. 473b26f lupdate all translations. by Dominik Riebeling · 11 years ago
  11. 72da9be Drop year from (c) notice in Rockbox Utility. by Dominik Riebeling · 11 years ago
  12. 827a03b Fix potentially problematic sprintf statement. by Dominik Riebeling · 11 years ago
  13. 042d8bf Revert "Fix data abort introduced by ef92ed4a." by Thomas Martitz · 11 years ago
  14. 61a0964 Fix data abort introduced by ef92ed4a. by Frank Gevaerts · 11 years ago
  15. 646edc5 Fix bpb_is_sane() cluster size calculation for non-512 byte sectors. by Frank Gevaerts · 11 years ago
  16. da94b63 Make fat test tool build again, and make its sector size configurable. by Frank Gevaerts · 11 years ago
  17. 062801e atj213x: obtain PC value in more elegant way by Marcin Bukat · 11 years ago
  18. 9dbdec1 creativezenv: change target_id & MODEL_NUMBER. by Andrew Ryabinin · 11 years ago
  19. 124c969 Fix build error by Jonathan Gordon · 11 years ago
  20. 00b3fd2 skin_engine: unload skin backdrops when the skins are reset by Jonathan Gordon · 11 years ago
  21. 8566cd7 regtools/qeditor: always open a register tab at init by Amaury Pouly · 11 years ago
  22. a0fd5e8 hwstub: update zenxfistyle code by Amaury Pouly · 11 years ago
  23. 16de558 hwstub: use delay in zenxfistyle code by Amaury Pouly · 11 years ago
  24. 01475e7 hwstub: fix lcdif pin setup for 18-bit bus by Amaury Pouly · 11 years ago
  25. 5b865de hwstub: add delay function by Amaury Pouly · 11 years ago
  26. 1dc91b4 hwstub: add ZEN X-Fi Style code (preliminary) by Amaury Pouly · 11 years ago
  27. 84f1a0a imxtools/scsitools: tool can now write a firmware using SCSI by Amaury Pouly · 11 years ago
  28. e0636af hwstub: fix lcdif code for 18-bit word length by Amaury Pouly · 11 years ago
  29. 40fae1d zenxfi2: remove unused function by Amaury Pouly · 11 years ago
  30. a56837b recording: Fix sloppy return value check. This caused an OOM panic. by Thomas Martitz · 11 years ago
  31. 5827e41 hwcodec: core_alloc_maximum() returned 0 bytes if talk.c controls the audio buffer. by Thomas Martitz · 11 years ago
  32. d2ae832 lcd: Fix scrolling. by Thomas Martitz · 11 years ago
  33. ca423ed Proposed fix for FS#12878: Zero-length embedded album art prevents mp3 playback by Jack Whitham · 11 years ago
  34. 10d71bb Fix more reds. by Thomas Martitz · 11 years ago
  35. a4d1849 Fix yellow. by Thomas Martitz · 11 years ago
  36. ee7c135 hwcodec: Need to grab audio buffer before recording. by Thomas Martitz · 11 years ago
  37. ec6258f fix some reds. by Thomas Martitz · 11 years ago
  38. 22e802e playback,talk: Share audiobuffer via core_alloc_maximum(). by Thomas Martitz · 12 years ago
  39. 64b9e1f buflib: Add buflib_context_relocate(). by Thomas Martitz · 11 years ago
  40. d25a512 buflib: Try harder in buflib_alloc_maximum(). by Thomas Martitz · 12 years ago
  41. 9f878b1 Fix errors introduced by a62bd92. by Thomas Martitz · 11 years ago
  42. a62bd92 Fix warning and re-order code a bit. by Thomas Martitz · 11 years ago
  43. ef92ed4 Support GIMP bmp files. by Thomas Martitz · 11 years ago
  44. 21ff832 Update changelog. by Dominik Riebeling · 11 years ago
  45. 5875764 Fix recorderv2 manual. by Dominik Riebeling · 11 years ago
  46. 17f265d Fix cabbie WPS for black&white targets (m:robe 100) by Szymon Dziok · 11 years ago
  47. e7499ba Fix audio on m:robe 100. by Szymon Dziok · 11 years ago
  48. e3c2ed7 Sync libopus to upstream release 1.1 by Nils Wallménius · 11 years ago
  49. d0918b9 DSP Compressor: Sidechain, Exponential Atk/Rls by Ryan Billing · 11 years ago
  50. 5b5f075 Introduce IHIFI760/960 targets. by Andrew Ryabinin · 11 years ago
  51. 04c59b8 rk27xx: Fix ifdef for DEBUG_CANCEL button. by Andrew Ryabinin · 11 years ago
  52. ed5b853 Fix more reds. by Thomas Martitz · 11 years ago
  53. c72b454 Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered an by Thomas Martitz · 11 years ago
  54. 1fc1904 Bump plugin api and sort. by Thomas Martitz · 11 years ago
  55. 50eb528 scroll_engine: Major rework to support pixel-based scrolling and scroll callbacks. by Thomas Martitz · 12 years ago
  56. 26801b3 scroll_engine: Add STYLE_NONE to allow for drawing lines without styling. by Thomas Martitz · 12 years ago
  57. b094d80 scroll_engine: Split out common main and remote lcd functions. by Thomas Martitz · 12 years ago
  58. 1c5d0b4 scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api. by Thomas Martitz · 12 years ago
  59. 47c8d3c lcd-*: Merge common viewport operations into lcd-bitmap-common.c by Thomas Martitz · 12 years ago
  60. 87c6df9 adfuload: add test program by Marcin Bukat · 11 years ago
  61. 32a6ed8 CREDITS: Add Albert Song for his FLAC embedded albumart patch. by Thomas Martitz · 11 years ago
  62. f633d5e Add support for flac embeded album art. by Albert Song · 11 years ago
  63. 8666871 hwstub/stmp: disable watchdog by Amaury Pouly · 11 years ago
  64. 3bbe52b hwstub/stmp: cleanup by Amaury Pouly · 11 years ago
  65. b5ca0cf adfuload: utility to upload and exec binary using brom adfu mode of atj213x SoC by Marcin Bukat · 11 years ago
  66. 01d8cc6 Fix yellow by Amaury Pouly · 11 years ago
  67. b163fb9 rmi/fuze+: add product info in the debug screen by Amaury Pouly · 11 years ago
  68. b69ea18 Fix typo in the manual by Amaury Pouly · 11 years ago
  69. 43f1ac8 Docs: Manual entry for touchpad settings. by Benjamin Brown · 11 years ago
  70. 99835fa imxtools/sbtools/sb1: fix parsing/debug bug about jump/call arguments by Amaury Pouly · 11 years ago
  71. 6eefc41 imxtools/sbtools/elf: fix debug code by Amaury Pouly · 11 years ago
  72. 3440f35 hwstub: Prepare for multi arch support by Marcin Bukat · 11 years ago
  73. c5b209f elftosb: fix crash on invalid command file by Amaury Pouly · 11 years ago
  74. f365a51 hwstub: forgot the db command file for stmp by Amaury Pouly · 11 years ago
  75. 2bf192e imx233: regenerate registers headers by Amaury Pouly · 11 years ago
  76. e43bfdd regtools: update STMP3600 descriptio (fix EMI block) by Amaury Pouly · 11 years ago
  77. 58bb4b9 hwstub: implement i2c and i2c eeprom dump by Amaury Pouly · 11 years ago
  78. c945fb6 imx233: fix storage code to work for non-MD builds by Amaury Pouly · 11 years ago
  79. 0659106 storage: fix MD vs MV confusion by Amaury Pouly · 11 years ago
  80. d8cbe4e fuze+: remove unused, duplicate code in config file by Amaury Pouly · 11 years ago
  81. a15a15b hstub: add Sansa Express lcd code by Amaury Pouly · 11 years ago
  82. 1deab73 Initial commit for the YP-Z5 port by Lorenzo Miori · 11 years ago
  83. 15155ed regtools: update xml format documentation by Amaury Pouly · 11 years ago
  84. 23c6421 imx233: don't compile fm tuner code in bootloader by Amaury Pouly · 11 years ago
  85. 9dab30a imx233: fix red on stmp3600 by Amaury Pouly · 11 years ago
  86. 3f55f01 imx233: rework power management for work on stmp3700 by Amaury Pouly · 11 years ago
  87. 2ce484c Revert "imx233: always keep cards in TRAN mode" by Amaury Pouly · 11 years ago
  88. cbed7ec zen: rework lcd enable by Amaury Pouly · 11 years ago
  89. f04d3c5 regtools: add shortcut notation for simple register in the desc files by Amaury Pouly · 11 years ago
  90. ef2b6db regtools/qeditor: fix url by Amaury Pouly · 11 years ago
  91. 75c791d imx233: add the possibility to choose audio output coupling mode by Lorenzo Miori · 11 years ago
  92. 85578cd utils/regtools/qeditor: fix compilation by avoiding g++ specific syntax by Amaury Pouly · 11 years ago
  93. 8e63338 hwstub rk27xx port by Marcin Bukat · 11 years ago
  94. 1ed57aa rk27xx: fix typo in comment about SCU_ID values by Marcin Bukat · 11 years ago
  95. 71f0b88 rk27xx: small cleanup of crt0.S by Marcin Bukat · 11 years ago
  96. adc5033 tea5767: properly power up the tuner during detect by Lorenzo Miori · 11 years ago
  97. 193753a Introduce volume_{present,removable} and fix invalid calls in apps/ by Amaury Pouly · 11 years ago
  98. c71e056 Add IAP support to iPod Mini 1G. by andypotter · 11 years ago
  99. fb8faa1 hwstub: only load stmp files on stmp targets by Amaury Pouly · 11 years ago
  100. 75dc601 imx233/sdmmc: {sd,mmc}_{present,removable} don't depend on multivolume by Amaury Pouly · 11 years ago