1. 42f69c2 Android: replace installApk.sh "launching Rockbox activity"-behaviour with by Maurus Cuelenaere · 14 years ago
  2. 0b92c0f Android: remove rockbox.apk when doing 'make clean' by Maurus Cuelenaere · 14 years ago
  3. d833e78 RaaA: move Android apps-code to separate dir under apps/hosted by Maurus Cuelenaere · 14 years ago
  4. cae7560 Android: future-proof the RunForegroundManager code to Honeycomb by Maurus Cuelenaere · 14 years ago
  5. 4364111 Android: update project to SDKv11 by Maurus Cuelenaere · 14 years ago
  6. fe6faf2 Android port: generate initial config when none is present with dynamically by Maurus Cuelenaere · 14 years ago
  7. 8196f21 Enable volume keys in Android. by Björn Stenberg · 14 years ago
  8. b8f29c7 Quicker fade_on_stop. by Björn Stenberg · 14 years ago
  9. 4bb24f2 Enable A-B repeat on nano2g by Frank Gevaerts · 14 years ago
  10. e303c80 Don't compile handle_sleep_timer() code for the bootloader by Thomas Jarosch · 14 years ago
  11. 98cf1a1 Don't call apps/ code from firmware/ by Thomas Jarosch · 14 years ago
  12. 36d98fa *really* don't automatically build convttf by Frank Gevaerts · 14 years ago
  13. fd7375c Ask for track information to be resent after creating a new widget. by Antoine Cellerier · 14 years ago
  14. 64cf0dd Looks like Android 2.3 is more strict when enforcing permissions. Explicitly declare allowed intents under the Service tag in AndroidManifest.xml. by Antoine Cellerier · 14 years ago
  15. c9190dc Add a scrollbar to the android widget's configuration activity. by Antoine Cellerier · 14 years ago
  16. 5b6a849 Don't automatically build convttf - it isn't (currently) required to build Rockbox. by Dave Chapman · 14 years ago
  17. 04043fd autoresume: Manual: Clarify precedence rules for resume positions by Michael Hohmuth · 14 years ago
  18. bd05c07 Remove an erroneous tab by Dave Chapman · 14 years ago
  19. 294d058 Return -1 for not implemented RTC functions. by Thomas Martitz · 14 years ago
  20. cc6cc53 Fix wrong theme base path when loading a wps. by Dominik Riebeling · 14 years ago
  21. 4e42cd7 RaaA: Add RTC support by Thomas Jarosch · 14 years ago
  22. 5c73e34 Bring idle poweroff to RaaA and the sim by Thomas Jarosch · 14 years ago
  23. 2ebe370 Move handle_auto_poweroff() down so RaaA can call it. by Thomas Jarosch · 14 years ago
  24. cbf889d Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optimizations too. by Thomas Martitz · 14 years ago
  25. 4594b13 Remove major_version define from rpm .spec file, it's not needed by Thomas Jarosch · 14 years ago
  26. 8059347 Fix cross compiling on Linux: Python uses "linux2" as platform name. by Dominik Riebeling · 14 years ago
  27. 77d409d Add rockbox rpm .spec file by Thomas Jarosch · 14 years ago
  28. 8f3feda last of the errors... hopefully by Jonathan Gordon · 14 years ago
  29. e765906 move code around to make checkwps compile by Jonathan Gordon · 14 years ago
  30. 343001b Merge a bunch of code which is 99% identical so it makes it easier to add more of these later by Jonathan Gordon · 14 years ago
  31. 4cc2cc4 Fix a potential variable problem. Change some messages a bit. by Dominik Riebeling · 14 years ago
  32. 7d2ab2d Remove malloc_buf references from playback.c since it's no longer used for anything and align the codec slack space buffer that is now use as the malloc buffer. by Michael Sevakis · 14 years ago
  33. d5e1faa Set missing svn:mime-type on png images. by Dominik Riebeling · 14 years ago
  34. 43a40ca Support cross compiling for Windows target. by Dominik Riebeling · 14 years ago
  35. 71e4b03 Follow symlink dirs on UI simulator by Fred Bauer · 14 years ago
  36. ab60101 Android: Add a nowplaying bar to the 3x3 widget by Thomas Martitz · 14 years ago
  37. e1244a0 Remove outdated and unmaintained wpseditor. by Dominik Riebeling · 14 years ago
  38. 6538326 Android: Fix black display after unzipping libmisc.so. by Thomas Martitz · 14 years ago
  39. edea12b Add viewport clipping to lcd_alpha_bitmap_part as lcd_mono_bitmap_part also has. by Thomas Martitz · 14 years ago
  40. 222e1ad Add lcd_alpha_bitmap_part suitable for vertical stride 16bit lcd. by Thomas Martitz · 14 years ago
  41. 29e84df Remove a few whitespaces to get under the magical string length of 509 (i.e. fix yellow) by Thomas Martitz · 14 years ago
  42. 9edd6d4 Anti-Aliased Fonts support. by Thomas Martitz · 14 years ago
  43. 396ddd9 Android: Support embedded albumart in the widget. by Thomas Martitz · 14 years ago
  44. cc889e9 Change the thread api a bit. by Thomas Martitz · 14 years ago
  45. 0b0f99b RaaA: Add Pandora specific packaging files needed for .pnd creation by Thomas Jarosch · 14 years ago
  46. b27e5c4 Remove solved issue by Thomas Jarosch · 14 years ago
  47. 4095177 Add proper svn:mime-type by Thomas Jarosch · 14 years ago
  48. cc54487 Add rockbox copyright header with proper credits for kugel by Thomas Jarosch · 14 years ago
  49. af43d08 Add svn:keywords to firmware/target/hosted source files by Thomas Jarosch · 14 years ago
  50. 8c6b8e6 Theme Editor: make cross compiling on OS X work. by Dominik Riebeling · 14 years ago
  51. 57bf805 Fix FS#11973. iPod nano1G needed reboot after entering record mode to have audio again. by Andree Buschmann · 14 years ago
  52. 9946def Don't link libz explicitly on Windows. by Dominik Riebeling · 14 years ago
  53. 5664d84 Fix compilation issues for sdl when HAVE_BUTTON_DATA is not defined by Frank Gevaerts · 14 years ago
  54. f85c044 sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now generate segments along with program sections to make elf files appear more valid (this allows to rebuild an .sb file using elftosb2) by Amaury Pouly · 14 years ago
  55. 708f550 Fix peak handling in replaygain (FS#11981). This bug was introduced with r29388 and is caused by calling convert_gain() for peak values. This results in very low output volume if 'Prevent Clipping' is enabled. by Andree Buschmann · 14 years ago
  56. f96c254 Fix red in bootloader by Thomas Jarosch · 14 years ago
  57. 8492658 Fix bookmark creation on sleep timer. Fixes FS#11493 by Thomas Jarosch · 14 years ago
  58. f9f89cf RaaA: Fix write locations of plugins by Thomas Jarosch · 14 years ago
  59. a25153b Remove redundant function prototype by Thomas Jarosch · 14 years ago
  60. b00c8ca Fix red on Archos Recorder by Thomas Jarosch · 14 years ago
  61. 281efd7 Fix red by Thomas Jarosch · 14 years ago
  62. 15a3580 Introduce "power" thread for RaaA by Thomas Jarosch · 14 years ago
  63. 7ad7822 FS#11913: Separate TTS correction expressions into separate file. by Dominik Riebeling · 14 years ago
  64. 1f77d09 Only create english.list for binary output. by Björn Stenberg · 14 years ago
  65. d0fdeca Added english id caching to speed up builds. by Björn Stenberg · 14 years ago
  66. a43fb47 Enable hotkey on all the touchscreen targets by Jonathan Gordon · 14 years ago
  67. 86a0022 Make android compile (untested) by Jonathan Gordon · 14 years ago
  68. d233066 Revert r29494 as It is a) buggy b) doesn't seem to do any good in terms of speed. by Marcin Bukat · 14 years ago
  69. c9b0044 genlang: Remove unused subs. Use precompiled regex in parsetarget(). Minor tweek by substituting s/\r//g with tr/\r//d. by Marcin Bukat · 14 years ago
  70. 74b7b3f Fix pretty colors from r29492 - PP5002 need sems too. by Michael Sevakis · 14 years ago
  71. 12375d1 Merge functionality of wakeups and semaphores-- fewer APIs and object types. semaphore_wait takes a timeout now so codecs and plugins have to be made incompatible. Don't make semaphores for targets not using them. by Michael Sevakis · 14 years ago
  72. 05e180a Do the ridx > widx check where it should be done. A small rebuffering request must completely succeed before buffer can later shrink a handle or else it must reset the handle. by Michael Sevakis · 14 years ago
  73. 64647f3 buffering: Unusual cases when a handle ridx is briefly seeked ahead of widx need to be handled properly. In the best case, buffer useful would be wrong and in the worst, a packet audio move_handle delta would be quite incorrect, causing the handle to be moved too far. by Michael Sevakis · 14 years ago
  74. b3bfc09 r29348 changes can cause certain codecs to jump to code on early track change that assumes initializations have been done. Make sure that track change cleanups are only called if the state is sane to do so. Stops my vorbis data abort issue. Correctness for speex is a guess based on the library calls' source. It appears only speex/vorbis should have been bothered by said revision. by Michael Sevakis · 14 years ago
  75. 6170ded Almost 30% faster. by Björn Stenberg · 14 years ago
  76. c9e0080 Fix red - 2nd try. Use same ifdef style as in firmware/drivers/pcf50606.c by Thomas Jarosch · 14 years ago
  77. ef99e33 Fix red by Thomas Jarosch · 14 years ago
  78. acd8bff Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android build by Thomas Jarosch · 14 years ago
  79. 0f68a91 fix red by Jonathan Gordon · 14 years ago
  80. 485ff79 Add an ability to set a setting to a specific value with a touchscreen action. by Jonathan Gordon · 14 years ago
  81. 735ea2f Move drivers/i2c.c into target tree as it contains SH specific bits. Leave associated header file intact as it is used in many places for historical reasons. by Marcin Bukat · 14 years ago
  82. 08fa83b fix yellow by Jonathan Gordon · 14 years ago
  83. fec3193 Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated header file is left intact as it seems to be used in many places for historical reasons by Marcin Bukat · 14 years ago
  84. fb36163 Remove code duplication in some generic skin touch action handling. by Jonathan Gordon · 14 years ago
  85. 55fab77 Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. by Andree Buschmann · 14 years ago
  86. e63325a Add a touchaction "none" which does nothing when pressed. This will allow some fancy controls to skins in combination with recent %T/%Tl changes by Jonathan Gordon · 14 years ago
  87. 7a7c8f0 iPod Classic: Use DMA (and double buffering) for LCD updates by Michael Sparmann · 14 years ago
  88. 24a6f93 iPod Classic: Disable boosting, it seems to cause random lockups by Michael Sparmann · 14 years ago
  89. 7df5ecc autoresume: Optimize playlist resume (manual, bookmark, or after power-on) by Michael Hohmuth · 14 years ago
  90. b016ab9 DB import: Correctly import previously exported resume offsets by Michael Hohmuth · 14 years ago
  91. 3db9fd1 Fix red by Thomas Jarosch · 14 years ago
  92. 2647d11 Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it by Thomas Jarosch · 14 years ago
  93. 3bcfd5c iPod Classic: Enable RGB LCD update assembler code by Michael Sparmann · 14 years ago
  94. 0269b27 Missed #if change from r29462 - thanks to Thomas Martitz for spotting. by Dave Chapman · 14 years ago
  95. cbb68d4 Fix returning to wps from a plugin. by Thomas Martitz · 14 years ago
  96. 224c826 Change the condition for including the shutdown menu item to something more appropriate. by Dave Chapman · 14 years ago
  97. 793eab1 Remove a redundant part of a #if by Dave Chapman · 14 years ago
  98. 06c1757 iPod Classic: Fix YUV blitting. Mpegplayer works now. by Michael Sparmann · 14 years ago
  99. 156b0bc Add the option of linking the %Tl (last touch) tag to a specific touchregion. Both tags now accept an optional label param as the first param. by Jonathan Gordon · 14 years ago
  100. a7fb736 brackets are important! fix the mouse being hidden in sims by Jonathan Gordon · 14 years ago