1. f6f5596 Fix red caused by r24615 by Michael Chicoine · 15 years ago
  2. b11c819 Convert RINGBUF_* macros to inline functions, saving binsize and improving type safety. by Thomas Martitz · 15 years ago
  3. 20ce244 "remote_control: don't use goto. by Teruaki Kawashima · 15 years ago
  4. 6878cf3 chopper: fix FS#11000: Drawing issue with steep mode. don't change level while in game. by Teruaki Kawashima · 15 years ago
  5. 23ac6ff Add support for Sony OMA file format. Currently only supports ATRAC3 (without DRM), and seeks. Tested on sansa by Mohamed Tarek · 15 years ago
  6. 5039cc7 Turkish translation update by Michael Chicoine · 15 years ago
  7. 248969f fft: fix yellow by Tomer Shalev · 15 years ago
  8. f6526bd fft: fix red by Tomer Shalev · 15 years ago
  9. 726088f fft plugin: add touchscreen key-mapping and enable plugin for touchscreen targets by Tomer Shalev · 15 years ago
  10. 05577e4 Packard Bell Vibe 500: Start committing plugin keymaps. by Szymon Dziok · 15 years ago
  11. 80cc3d4 Remove turkish from the languages bundled in the binary. The translation is broken on file level (all non-ASCII characters are broken). by Dominik Riebeling · 15 years ago
  12. 22056a9 Don't close the disk handle to the ipod too early. by Dominik Riebeling · 15 years ago
  13. d868bfe Rockbox Utility russian translation update. by Dominik Riebeling · 15 years ago
  14. 6edf71e Remove leftover from before make system rework. by Jens Arnold · 15 years ago
  15. 9856f01 fix typo by Szymon Dziok · 15 years ago
  16. f8287b0 Packard Bell Vibe 500: correct main keymaps, enable full keyboard editing, enable morse input. by Szymon Dziok · 15 years ago
  17. 446eda8 Restore the default message handler on application shutdown. Fixes sporadic segfaults on exit. by Dominik Riebeling · 15 years ago
  18. e5caf93 Commit FS#10889: detect file handles leaks in plugins and automatically close them on exit and warn the user. by Amaury Pouly · 15 years ago
  19. 552a54d Restore width of the Autodetect button. by Dominik Riebeling · 15 years ago
  20. 388a8a4 Updated Russian Translation by Michael Chicoine · 15 years ago
  21. 1549b19 color_picker: a bit of rework for color_picker. by Teruaki Kawashima · 15 years ago
  22. ad2ee30 Correct Clip manual quickscreen keymap by Michael Chicoine · 15 years ago
  23. 7065c0f Fix FS#10997 - Clipv1 Quickscreen - left button cancels instead of toggling shuffle by Michael Chicoine · 15 years ago
  24. 7e285ee Bump plugin API version. This should have been done in r24587. Also, because the new function is added halfway. the minimum api has to be bumped too/ by Frank Gevaerts · 15 years ago
  25. 93f9e7c fix text scrolling handling in do_menu, set_time_screen and time_screen. by Teruaki Kawashima · 15 years ago
  26. 0a291ff APE: Fused vector math for the filters on ARMv5te. Speedup on Cowon D2 is ~4% for -c2000..-c4000 (less for -c5000). Thanks to Frank Gevaerts for testing. by Jens Arnold · 15 years ago
  27. 3d7983e Fix iPod Nano 2G channel swapping issues by Michael Sparmann · 15 years ago
  28. e95d603 Add Mark Borgerding to CREDITS, for kiss_fft which is used by the fft plugin by Frank Gevaerts · 15 years ago
  29. 43264a9 New plugin: FFT, A frequency analyzer plugin by Frank Gevaerts · 15 years ago
  30. fa4ab10 Bubbles: Don't save scores when quit without saving is selected and reduce splash duration by Thomas Martitz · 15 years ago
  31. f47b706 Packard Bell Vibe 500: Enable ATA DMA as in r24405. by Szymon Dziok · 15 years ago
  32. 698609f Packard Bell Vibe 500: Improve/fix scrollstrip scrolling. The idea was taken from the ipod's clickweel source. by Szymon Dziok · 15 years ago
  33. 00d97d7 time menu: stop scrolling before leave the screen. by Teruaki Kawashima · 15 years ago
  34. aa8da23 Sansa Clip+: Unset B0 correctly in dualboot.S by Jack Halpin · 15 years ago
  35. c447eb9 Enable charging monitoring for the Nano 1G. by Torne Wuff · 15 years ago
  36. 39c308c Updated Portuguese Translation by Michael Chicoine · 15 years ago
  37. f8aa88b OK, this is hopefully the last sbs related fix. This one will fix the backdrop going garbage, and add a missing else which kugel spotted by Jonathan Gordon · 15 years ago
  38. fd2fdc2 Fix FS#10983 - r24568 was just moronic. Sorry by Jonathan Gordon · 15 years ago
  39. 91be725 Thai translation update by Michael Chicoine · 15 years ago
  40. 74c4809 Sansa Clip+: Unset pin B0 correctly in dualboot.S by Jack Halpin · 15 years ago
  41. 3e4e67b Fix WPS backdrop drawing, as instructed by JdGordon. by Alex Parker · 15 years ago
  42. 1cc4bd8 APE: Fused vector math for the filters on ARMv6. Speedup is ~2.5% for -c2000, ~7% for -c3000 and higher. by Jens Arnold · 15 years ago
  43. 9955e9a unconditioannly show the main/base skins backdrop when enabling the theme so plugins show the correct backdrop in menus by Jonathan Gordon · 15 years ago
  44. ba45adb correctly set playback time in the asap codec. (metadata parser might not do it for all fileformats). by Dominik Wenger · 15 years ago
  45. 54ca765 fix red. these long #if's need to be changed to a single #define by Jonathan Gordon · 15 years ago
  46. 7e6f124 revert r24478 and make the backdrop behaviour the same as it used to be (so when in the wps the sbs' backdrop will be fully disabled). Also changes the API back to having to manually set the current backdrop. by Jonathan Gordon · 15 years ago
  47. 499a0e6 set the default backlight timeout to "on" in the sim by Jonathan Gordon · 15 years ago
  48. 3f43765 Sansa Clip+: use 8 bits transfers, like DMA transfers by Rafaël Carré · 15 years ago
  49. ec39555 Add DMA line for SSP as used in Clip+ by Rafaël Carré · 15 years ago
  50. de3489a Sansa Clip+ : Add dualboot support for sansa clip+ to mkamsboot. by Jack Halpin · 15 years ago
  51. dc3f746 fix FS#10957 - the wps backdrop is always shown in the "create bookmark?" ask screen (Actual fix is to always enable the theme in the yesno screen) by Jonathan Gordon · 15 years ago
  52. 71e77aa Sansa Clip+: use correct SSP settings by Rafaël Carré · 15 years ago
  53. fbc59e2 Sansa Clip+ has no button light by Rafaël Carré · 15 years ago
  54. 07a6de1 Brickmania: Use touchpad actions even if buttons are assigned to them (Cowon D2) by Tomer Shalev · 15 years ago
  55. ed0290d Cowon D2: Use buttons for Brickmania instead of touchscreen, which hides the paddle by Tomer Shalev · 15 years ago
  56. 1e6847d Sansa AMS AS3525v2 SD: remove a case which is never run by Rafaël Carré · 15 years ago
  57. e25728e Slovak language update by Michael Chicoine · 15 years ago
  58. 4d5e882 Remove more tabs by Andree Buschmann · 15 years ago
  59. bd0b736 Sansa AMS: do not init memory for AS3525v2 by Rafaël Carré · 15 years ago
  60. 20412a3 Corrections in Czech language by Michael Chicoine · 15 years ago
  61. dfe4643 Remove tabs by Andree Buschmann · 15 years ago
  62. cc57237 Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5% on PP5020, +12% on M5. by Andree Buschmann · 15 years ago
  63. cbf136d Remove a file that mcuelenaere forgot to delete (see r23763 and r23767). by Amaury Pouly · 15 years ago
  64. 64c0cfb Optimize (size and speed) strncasecmp (based on a newlib patch). by Amaury Pouly · 15 years ago
  65. 8a36f0b Packard Bell Vibe 500: touchpad code rework. Improve touch sensivity a bit by setting the MEP parameters in the power_init() function. Implement new function in synaptics-mep driver (touchpad_set_parameter) necessary for it. Move the button lights code to the target backlight file. by Szymon Dziok · 15 years ago
  66. 179afba Remove 'mp3' from the .talk files setting as it isn't true for most targets. This way we don't need different strings for hwcodec and swcodec. Update German translation accordingly (only source needed a change, the translation was more generic already). by Marianne Arnold · 15 years ago
  67. bc47e66 Czech language by Michael Chicoine · 15 years ago
  68. 8d234fc as3525: add a few more CGU_PERI definitions by Bertrik Sikken · 15 years ago
  69. e96d139 Enable 12 other 8bit Atari file formats which the asap codec already supports. No metadata available for them. by Dominik Wenger · 15 years ago
  70. 5513c30 make all the RTC tokens in the skins be useable in conditionals (I dare anyone to use %cY though :D ) by Jonathan Gordon · 15 years ago
  71. a70d602 Aceppt FS#10945 by Tomasz Kowalczyk - Fix playlists not returning to the origional order after shuffle/unshuffle by Jonathan Gordon · 15 years ago
  72. c8ea43f Untested attempt at a Clip+ LCD driver using SSP (PrimeCell PL022) by Rafaël Carré · 15 years ago
  73. 507d7bd superdom: check range of input in get_number(). stop scrolling text when leave the screen. by Teruaki Kawashima · 15 years ago
  74. f0d53ea Sansa ASM: clock-target.h needs to know the CPU by Rafaël Carré · 15 years ago
  75. 12af292 Make Clip+ bootloader build by Rafaël Carré · 15 years ago
  76. a9ab407 Add option to show disabled targets in the configuration dialog. by Dominik Riebeling · 15 years ago
  77. 69fe1ad Put back the insane buffer where it belongs on non-ARM, and simplify the selection. by Jens Arnold · 15 years ago
  78. 35472fe sync asap codec to ASAP 2.1 by Dominik Wenger · 15 years ago
  79. b1a6c90 keyboard: make some parts of kbd_input into separate functions. by Teruaki Kawashima · 15 years ago
  80. ee074e3 superdom: fix bug that "Human starting factories" setting is ignored (part of FS#10964). by Teruaki Kawashima · 15 years ago
  81. 723d5c6 Fix yellow: add newline at EOF in udiv32_arm-pre.S by Andrew Mahone · 15 years ago
  82. b1caf4a Use all available codec iram for reciprocal table in APE codec on ARMv4. Done by linking first with the table empty to determine free space, then sizing table to fill it. by Andrew Mahone · 15 years ago
  83. 8ed7bda Move udiv32_arm.S into libdemac, as this divider is specialized for the APE codec and an optimized divider is already provided for general use in codeclib. by Andrew Mahone · 15 years ago
  84. 7ed8751 I heard we're on 3.5! by Daniel Stenberg · 15 years ago
  85. 9786510 romote e200v2 and Fuze to stable in this file too. by Dominik Wenger · 15 years ago
  86. 7ea6592 Bump rbutil version to 1.2.4. by Dominik Riebeling · 15 years ago rbutil_1.2.4
  87. 5267f38 Spanish translation update by Michael Chicoine · 15 years ago
  88. f45a913 Fix yellow - remove untranslated string by Michael Chicoine · 15 years ago
  89. d005c8b Add back previously translated strings that were removed in r24489 by Michael Chicoine · 15 years ago
  90. 7fdcbd7 Português Brasileiro Lang Update by Michael Chicoine · 15 years ago
  91. fd9e6af Remove strings that were filled with the English translations so they can be translated properly. These were committed in r24476 and r24477. by Michael Chicoine · 15 years ago
  92. 1bef3a9 Update Português Brasileiro translation for Rockbox Utility. by Dominik Riebeling · 15 years ago
  93. 5e92828 Label dma_callback in pcm-s5l8700.c as used so that gcc won't discard it, and cause a link failure on eabi. by Andrew Mahone · 15 years ago
  94. c2b5c49 Updated Portuguese Translation by Michael Chicoine · 15 years ago
  95. bb4fc02 Finish & update Chinese translation by Michael Chicoine · 15 years ago
  96. 7b75cc5 Last changes in Czech language by Michael Chicoine · 15 years ago
  97. 9914beb Correct issues with LANG_COMPRESSOR from r22832 - Author: Marianne Arnold by Michael Chicoine · 15 years ago
  98. 0a16a99 fix a bug where the backdrop from the sbs is displayed on scrolling lines in the wps when the %wd tag is not used. by Jonathan Gordon · 15 years ago
  99. eb30ca2 Another temp fix yellow for turkce lang files by replacing faulty empty quotes with the English text. Needs translator followup. by Jeffrey Goode · 15 years ago
  100. 7699453 Temp fix yellow for portugues and turkce lang files by replacing faulty empty quotes with the English text. Needs translator followup. by Jeffrey Goode · 15 years ago