1. 1a2851c Redo "r28369, Android load progress screen". git+svn lost the actual code changed by Jonathan Gordon · 15 years ago
  2. d7bb580 Fix the manual for %Tp by Jonathan Gordon · 15 years ago
  3. 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 15 years ago
  4. db2a8ff Android: Display a "Loading, please wait" dialog while we wait for the rockbox service to start by Jonathan Gordon · 15 years ago
  5. 63da8c6 Enable line out on c200v1 - part of FS#11367 by me - Thanks to Nate for testing by Michael Chicoine · 15 years ago
  6. 2eeb29b HDD6330: fix some values in config (USB PID, battery capacity), insert commented out ATA DMA. by Szymon Dziok · 15 years ago
  7. 60c640b test_codec: Align the codec buffer to pointer size, since tlsf wants that. Fixes a crash when running tremor in test_codec on 64 bit sim. (The tlsf init bailed out but tremor doesn't check the return and went on to alloc memory anyway) by Nils Wallménius · 15 years ago
  8. 77b3529 Ramdisk: add hotswap support by Maurus Cuelenaere · 15 years ago
  9. a900a29 fix that disktidy plugin and shopper plugin is not usable when Show Icons setting is turned off. by Teruaki Kawashima · 15 years ago
  10. c2f4e03 Make pitchscreen absolute point mode compatible. by Thomas Martitz · 15 years ago
  11. 36cd720 do not reset last selected item after leaving the file browser when in root. by Teruaki Kawashima · 15 years ago
  12. 77129ad Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro name collision by Michael Sparmann · 15 years ago
  13. 7c6bb3f Fix iPod Nano 2G bootloader, which was apparently broken by the eabi transition by Michael Sparmann · 15 years ago
  14. e117b4a Fix yellow: BMP_BPP and BMP_LINESIZE being used both in greylib and screendump by Michael Sparmann · 15 years ago
  15. 01cdb6a Fix screendump on iPod Nano 2G by increasing the usb thread stack size and reducing the stack usage of FAT and storage functions by Michael Sparmann · 15 years ago
  16. 0952848 reduce ramusage slightly. by Teruaki Kawashima · 15 years ago
  17. 462f012 Fix return type of iap_getc (should be bool instead of int) by Bertrik Sikken · 15 years ago
  18. 957a318 Update German translation, using '/' for the translation too, I'm all for a rethink of the original phrase though. by Marianne Arnold · 15 years ago
  19. 6b54142 Hebrew translation update by Tomer Shalev. by Alex Parker · 15 years ago
  20. 783421d Make sure the view always has focus and can be focused in touch mode so the front buttons work after a touch by Jonathan Gordon · 15 years ago
  21. 55e4989 Minor addition to Italian translation by Alex Parker · 15 years ago
  22. 48e900f Fix android hardware button handling so it actually works. by Jonathan Gordon · 15 years ago
  23. 7da04a0 update Japanese translation. by Teruaki Kawashima · 15 years ago
  24. 34fc746 AMSv2: fix bootloader build with USB enabled by Rafaël Carré · 15 years ago
  25. 097d7fb Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g. by Bertrik Sikken · 15 years ago
  26. f444b0a Updated Danish translation by Jonas Häggqvist · 15 years ago
  27. b4ca4ce FS#11694 by Francisco Villa - update Spanish. by Alex Parker · 15 years ago
  28. c6f34ef Make english.lang use consistant spacing to avoid problems with the automatic translation site ("*:none" is wrong - "*: none" is right). Change other languages to match. by Jonas Häggqvist · 15 years ago
  29. d46d243 fix leak-file-handles. by Teruaki Kawashima · 15 years ago
  30. 368e89e simplify rockbox_browse a bit and reuse buffer. by Teruaki Kawashima · 15 years ago
  31. 082c7d3 Set svn properties by Marcin Bukat · 15 years ago bootloader_mpiohd200_v1
  32. c35eea5 MPIO HD200 - revert change in crt0.S introduced in r28270 to get rid of strange noise produced by buttons on startup by Marcin Bukat · 15 years ago
  33. 38edf67 MPIO HD200 - squash long standing bug in bootloader which prevented booting OF if doing coldstart on battery only. by Marcin Bukat · 15 years ago
  34. c8dfe05 HDD6330: add the simulator. by Szymon Dziok · 15 years ago
  35. 93ac986 HDD6330: fix loading of the OF through the Rockbox bootloader (correct magic values in registers at the start), fix bootloader warnings. by Szymon Dziok · 15 years ago
  36. f81c0c0 HDD6330 and HDD1630: split the code for the backlight, cause it's rather different for these targets. by Szymon Dziok · 15 years ago
  37. 8e9aeb2 Serbian language update - FS#11693 by Ivan Pesic by Bertrik Sikken · 15 years ago
  38. 03692c2 Spanish language update - FS#11692 by Francisco Vila by Bertrik Sikken · 15 years ago
  39. 0c8b559 Add plugin keymaps to fft for the GoGear SA9200. by Robert Menes · 15 years ago
  40. 03f6c7a The c200's blind description also applies to the c200 by Robert Menes · 15 years ago
  41. a02fada rockboxdev.sh: Fix build failure on cygwin by not trying to remove the current directory by Torne Wuff · 15 years ago
  42. a68f1e2 Spanish language update - FS#11688 by Francisco Vila by Bertrik Sikken · 15 years ago
  43. f1fd602 checkwps: properly zero the wps struct to avoid interesting issues by Frank Gevaerts · 15 years ago
  44. b88efd1 HDD6330: Patch to enable/disable backlight. by Szymon Dziok · 15 years ago
  45. 057806f HDD6330: Try to adapt the keys for the new touchpad code, remove the non existing buttons, enable morse input. by Szymon Dziok · 15 years ago
  46. dc521b5 Replace parse_testcodec.pl with a bit more powerful script. by Thomas Martitz · 15 years ago
  47. df867fa MPIO HD200 - fix stupid typo introduced in r28270 which forced device hard shutdown during boot. by Marcin Bukat · 15 years ago
  48. 59cc0a9 Don't try to show a backdrop if the bmp wasnt loaded successfully by Jonathan Gordon · 15 years ago
  49. 9624cfd Update the polish translation. by Mustapha Senhaji · 15 years ago
  50. 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 · 15 years ago
  51. 5e2b5bb HDD6330: Configure touchpad (maximum touch sensivity, reduce transmission by Szymon Dziok · 15 years ago
  52. 7a153d2 update Dutch language file by Peter D'Hoye · 15 years ago
  53. 2edeb56 add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted. by Teruaki Kawashima · 15 years ago
  54. 3ebb884 (Partially) Fix FS#11572 - no backdrop in the FM screen..\n the preset question would clear it and not reset it, so reoder the code so it works by Jonathan Gordon · 15 years ago
  55. 7f8b70f Oops #ifdef -> #if by Nils Wallménius · 15 years ago
  56. 65ee5eb Accept FS#11606 by Michael Gentry, making ACTION_TREE_STOP stop radio too. by Nils Wallménius · 15 years ago
  57. 5432894 Restore translated strings removed by accident in the previous revision. by Mustapha Senhaji · 15 years ago
  58. ba37cec Remove a lot of untranslated strings in the turkce translation since it was marked as "good translation" at http://translate.rockbox.org/, while it wasn't. by Mustapha Senhaji · 15 years ago
  59. 1d60b0d Fix minor typos in description fields. by Mustapha Senhaji · 15 years ago
  60. b0be8c5 Update the french translation for the upcoming release. by Mustapha Senhaji · 15 years ago
  61. 9c58356 Make two local functions static in skin_tokens.c by Bertrik Sikken · 15 years ago
  62. 91453fb skin_engine: struct gui_skin can be static by Bertrik Sikken · 15 years ago
  63. 8bcb492 fix loding of default remote viewers icons. by Teruaki Kawashima · 15 years ago
  64. 8123dff Remove some inconsistent guarding around cpucache_* functions to fix a test_codec crash on coldfire, breaks plugin api compatibility so sorted and bumped version numbers. by Nils Wallménius · 15 years ago
  65. 4478047 Fix FS#10981: Viewers icons applied incorrectly. by Teruaki Kawashima · 15 years ago
  66. c1bfe4e libtremor: tiny optimization 0.5%-1.5% on coldfire and PP by Nils Wallménius · 15 years ago
  67. 0550711 si4700 tuner: lower stereo switchover range, so it switches to stereo for weaker signals. Should fix FS#11405. by Bertrik Sikken · 15 years ago
  68. 53308bf Pitch detector: do not break profiling builds. by Nils Wallménius · 15 years ago
  69. 0d91797 Resistor calculator: make brace-style consistent by Frank Gevaerts · 15 years ago
  70. 6ebec89 as3525v2-usb! fix suspicious calculation of next endpoint in INs chaining code by Amaury Pouly · 15 years ago
  71. 900ec8d fix option handling in configure for application. also tries to "make reconf" work, but realpath reports error... by Teruaki Kawashima · 15 years ago
  72. 6c9db4c Fix warning on USB_NONE targets by Jonathan Gordon · 15 years ago
  73. 529fb70 Fix typo in resistor plugin help text by Michael Chicoine · 15 years ago
  74. 1682f3c Do not build remote failsafe skin files for devices without remote by Michael Chicoine · 15 years ago
  75. a43ace5 Resistor calculator: Initialise variable to make the compiler shut up about it (it's always initialised, but the compiler won't know that) by Frank Gevaerts · 15 years ago
  76. 7d6c73a Resistor calculator: Support Gigaohms in resistor to colour conversion, and guard against values that can not be represented by Frank Gevaerts · 15 years ago
  77. ed86924 Resistor calculator: Use correct units if resistor to colour uses kilo- or megaohms by Frank Gevaerts · 15 years ago
  78. 580a5d8 Add violet, grey and white multiplier for completeness by Frank Gevaerts · 15 years ago
  79. c00fe34 Fix some incorrect colour-to-resistance results. The price is that sometimes the display is subobtimal (like "2000 Ohms" instead of "2 KOhms") by Frank Gevaerts · 15 years ago
  80. 771646a Resistor calculator: Add lots of static, and slightly reorganise the code by Frank Gevaerts · 15 years ago
  81. d793a97 HD200 - GPIO57 is headphone output enable. Proper handling of this line fixes hissing noise after startup. by Marcin Bukat · 15 years ago
  82. 29503ee Simplify resistance to colour calculations, removing some bugs in the process. by Frank Gevaerts · 15 years ago
  83. c85ff1c fix button maps and assign some buttons for uisimulator. by Teruaki Kawashima · 15 years ago
  84. 5832254 fix sorting of track list when tracks with track number and tracks without track number are in the same list. by Teruaki Kawashima · 15 years ago
  85. 0432147 Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Remember that these tags cause a new line to get drawn so text/tags on the same line wont be displayed by Jonathan Gordon · 15 years ago
  86. fb01781 Update of Czech language - FS#11674 by Marek Salaba by Bertrik Sikken · 15 years ago
  87. 5f8ad3c FS#10910: Manual incorrectly claims that the sleep timer and wake-up alarm are mutually exclusive by Torne Wuff · 15 years ago
  88. a5b17b4 Rearrange and remove some manual register assignments, make use of pointer address increments for free on arm, and remove macros in favour of explicit inline fns. also add memory clobbers to all uses of stm in inline asm. appears to resolve issues with codeclib failing to work as expected when using ARM_ASM optimisations on targets with native position independent code (e.g. android rockbox targets, but also tremor on non-rockbox targets that has been patched with the fastermdct patches) by Dave Hooper · 15 years ago
  89. 9869101 iPod Nano 2G USB: Make sure the USB core is properly powered off on boot. by Michael Sparmann · 15 years ago
  90. f70ec76 Manual: fix some English in the bar tag options. by Alex Parker · 15 years ago
  91. 27a6d29 Manual: get rid of some extra spaces in the sansa ams install instructions. by Alex Parker · 15 years ago
  92. 40ec7b9 Manual: Add button mappings for the equalizer for the clip/clip+. Fixes part of FS#11672 by Alex Parker · 15 years ago
  93. 498f66f Manual: add the missing % for %# in the 'Other tags' theme tag section. by Marianne Arnold · 15 years ago
  94. 60e2af2 Manual: Correct clip/clip+ pitchscreen button table. Closes FS#11671. by Alex Parker · 15 years ago
  95. 7d494ec Remove duplicate entry from docs/CREDITS (as announced in svn r28254) by Bertrik Sikken · 15 years ago
  96. 17994068 Slovak language update - FS#11668 by Peter Lecký. by Bertrik Sikken · 15 years ago
  97. 796ba3e fix FS#11659. wait for user input before exiting the plugin. by Teruaki Kawashima · 15 years ago
  98. b2f5142 Fix the last part of FS#11670 by using the 'disk' macro that expands to the appropriate storage type for each player, also change a reference to 'MP3 buffer' to 'music buffer'. by Nils Wallménius · 15 years ago
  99. 1a14537 Database auto update doesn't need dircache to remove deleted files from the database anymore. by Nils Wallménius · 15 years ago
  100. cf9af01 Don't include manual section for the 'Load to ram' option if the option isn't there and use 'disk' macro that expands to the proper storage type. by Nils Wallménius · 15 years ago