1. a2a243b Fix a small dependency issue, the directories need to be created first. by Thomas Martitz · 14 years ago
  2. 1c5f4d7 Android: Show the Rockbox in the background in the keyboard/yesno dialogs. by Thomas Martitz · 14 years ago
  3. de56a22 More concrete names for the head and the tail of the linked list (no functional changes) by Alexander Levin · 14 years ago
  4. c044117 Make --zoom option of the sdl port correctly work with mouse clicks. by Thomas Martitz · 14 years ago
  5. 12f5a1e Make the context menu pop up instantly after the long press timeout when holding a list item instead of just after the thumb/styles left the screen. by Thomas Martitz · 14 years ago
  6. 5411e14 Undo the part of r28480 that caused the simulator to also use host malloc. by Thomas Martitz · 14 years ago
  7. d98f292 Fix unchecked result skin_parse_tag() exposed by r28480. by Thomas Martitz · 14 years ago
  8. bf679fa Enable tea5767 tuner detection for Philips GoGear HDD63x0 too (HDD6320 does not have a tuner, HDD6330 does) by Bertrik Sikken · 14 years ago
  9. 4937321 Android port: NewStringUTF() JNI call doesn't need freeing, these will get garbage collected. by Maurus Cuelenaere · 14 years ago
  10. 6d59785 Fix accidental C++ style comments from r28341 by Bertrik Sikken · 14 years ago
  11. 981a639 Implement tea5767 tuner detection - FS#11714 by me by Bertrik Sikken · 14 years ago
  12. f174c35 libmusepack: use postindexing on the pointer when storing to increment it for free, saves another instruction in the loop in mpc_decoder_windowing_D speed difference is in the noise though. by Nils Wallménius · 14 years ago
  13. 34fb311 Android port: add a CLI APK install+launch script, useful for quick installation by Maurus Cuelenaere · 14 years ago
  14. 58f3549 Android port: remove obsoleted build.sh shell script by Maurus Cuelenaere · 14 years ago
  15. 181f6b1 Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies by Maurus Cuelenaere · 14 years ago
  16. 9d98583 libmusepack: tiny optimization of the ARMv4 mpc_decoder_windowing_D implementations, using register indexed addressing to store data, saving one instruction in the loop and deleting one instruction adter the loop which isn't needed. by Nils Wallménius · 14 years ago
  17. dbdc0a8 libmusepack: ARMv6 assembler for mpc_decoder_windowing_D, speeds up decoding of 128kbps sample file 2MHz, or 8%, on gigabeat S. The output difference to the c implementation and the other ARM implementation is +/-1 in less than 0.1% of the output samples. by Nils Wallménius · 14 years ago
  18. 8404c53 Add 20-Artwiz-Snap. by Jonas Häggqvist · 14 years ago
  19. fffbdcc Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin by Bertrik Sikken · 14 years ago
  20. 41910a0 Adapt icon loading to get_user_file_path() by Thomas Martitz · 14 years ago
  21. c8f143f Cleanup and oops spotted by Alexander Levin by Jonathan Gordon · 14 years ago
  22. f772d56 Update the russian translation. by Mustapha Senhaji · 14 years ago
  23. 9785732 RaaA: Use the host's malloc() for the skin engine. by Jonathan Gordon · 14 years ago
  24. 72964f2 Manual: Bring the opts in the manual in line with ifdefs in the code by Alexander Levin · 14 years ago
  25. d249b46 Reflect the Philips GoGear HDD63x0 series as being Unstable by Robert Menes · 14 years ago
  26. a41041a Remote android button handling (again). do the press/unpress more like other targets (i.e correctly). The DPAD is special in that the press/unpress happens too quickly, so always post it with the BUTTON_REL. This means all keymaps using the dpad need to remember it will always have a BUTTON_REL (which also means they cant do repeats, which are impossible anyway). by Jonathan Gordon · 14 years ago
  27. 45fa824 FS#11673: picture flow: improve scrolling text, by myself. by Teruaki Kawashima · 14 years ago
  28. f6cf295 Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<foo> would fail to parse if the target had recording. Also enable debugging in the checkwps build line by Jonathan Gordon · 14 years ago
  29. 934b4d4 Looks like HDD6330 plugins build green, so enable plugins. by Robert Menes · 14 years ago
  30. 98ed07b Okay, this should be the last few "prevent red" fixes to be by Robert Menes · 14 years ago
  31. 857dcea Another "keep the reds away" fix. by Robert Menes · 14 years ago
  32. 01c27ce Whoops, nearly forgot to define the help screen text for by Robert Menes · 14 years ago
  33. c638e96 These should be the last of the plugin keymaps required for the GoGear HDD6330. by Robert Menes · 14 years ago
  34. 63f68b4 Still coming along with HDD6330 plugin keymaps. by Robert Menes · 14 years ago
  35. e2e9364 Manual: add images for the Philips Gogear HDD6330, FS#11705 by me. by Szymon Dziok · 14 years ago
  36. c25eb1a Manual: add images for the Philips Gogear HDD1630 (FS#10329), Author: Marko Pahlke. by Szymon Dziok · 14 years ago
  37. 57a683f Reconfigure IRAM for S5L870x. S5L8700 has 256 KB of IRAM, use a 48 KB / 208 KB split for core/codec. S5L8701 has 176 KB of IRAM, use a 48 KB / 128 KB split for core/codec. This will allow further speed optimization of codecs. by Andree Buschmann · 14 years ago
  38. 88b6bef Manual: make the presence of the timestretch menu description depend on the right condition (pitchscreen instead of just swcodec) by Alexander Levin · 14 years ago
  39. a6db826 fix: correct the perl syntax error by Daniel Stenberg · 14 years ago
  40. e68844a Making sure that the HDD16x0 series is correctly reflected by Robert Menes · 14 years ago
  41. dbd2e6b Enable building of metronome for hwcodec targets and swcodec sims which was accidentally disabled in r26114. Add a short comment. by Marianne Arnold · 14 years ago
  42. c355122 Minor optimization of mpc codec via moving dewindowing asm to icode section for S5L870x. by Andree Buschmann · 14 years ago
  43. 560d891 Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%. by Andree Buschmann · 14 years ago
  44. 48bb3d0 Optimize mpc's synthesis filter by reducing stalls for arm9 and above. Speed up ranges from 4% (nano 2g) to 11% (beast). by Andree Buschmann · 14 years ago
  45. 4999100 It has been confirmed that the Philips GoGear HDD6330 does by Robert Menes · 14 years ago
  46. 58369ca More plugin keymaps for the HDD6330. Quite a lot of commits. ;) by Robert Menes · 14 years ago
  47. 42973f7 Fix a small bug that prevented the iPod Nano 2G NAND driver from detecting interleaved write-capable chips. by Michael Sparmann · 14 years ago
  48. 82d322c More plugin keymaps for the GoGear HDD6330. by Robert Menes · 14 years ago
  49. def6290 MPIO HD200: adjust FM keymap by Marcin Bukat · 14 years ago
  50. 450a4e4 Commit a few more GoGear HDD6330 keymaps. by Robert Menes · 14 years ago
  51. 650a294 MPIO HD200: fix red (I missed bootloader and simulator when renaming buttons) by Marcin Bukat · 14 years ago
  52. 59ba8fe MPIO HD200: rename button defines to adhere how they are labeled on the device. by Marcin Bukat · 14 years ago
  53. f7bcb66 Begin committing keymap plugins for the Philips GoGear HDD6330. by Robert Menes · 14 years ago
  54. aee5909 Manual, lamp plugin button table: fix typo. Simplify and rearrange the code while at it to improve readability, especially with regards to the optional 3rd column for remote targets. by Marianne Arnold · 14 years ago
  55. bd46d82 Set the GoGear HDD6330 back to 32MB RAM again; 64MB causes playback to crash. by Robert Menes · 14 years ago
  56. 0e5cd90 Fix typo from r28026 causing warnings on newer gcc. by Nils Wallménius · 14 years ago
  57. 5245c92 Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not correctly re-initialized when rebuffering. by Andree Buschmann · 14 years ago
  58. 029eb88 Manual: add a reference to the chapter with the description of how to use the timestretch feature by Alexander Levin · 14 years ago
  59. cec1e47 Another (hopefully final) fix for FS#11453 (AMSv2 powerdown fails sometimes when wakeup timer set) by Fabian Vogel. by Bertrik Sikken · 14 years ago
  60. f2dbbf4 lamp plugin: by Teruaki Kawashima · 14 years ago bootloader_gogearhdd1630_v1 bootloader_gogearhdd6330_v1
  61. d055ff4 reduce casts between "unsinged char *" and "fb_data *". make calculation precise. maintain spaces. by Teruaki Kawashima · 14 years ago
  62. 308936c fix make VERSION=x.y to work again by Marcin Bukat · 14 years ago
  63. 77b2d02 fix yellow by Marcin Bukat · 14 years ago
  64. 56c4e9f Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. by Marcin Bukat · 14 years ago
  65. 40ed5f5 Fix red. Why did it go unnoticed through the build system? by Thomas Martitz · 14 years ago
  66. b30447c Default to absolute point mode on RaaA and Onda targets. Cowon D2 and MRobe 500 stick to grid mode for now. by Thomas Martitz · 14 years ago
  67. a4f1127 tabs -> spaces in the new Yesno java files and remove unused imports. by Thomas Martitz · 14 years ago
  68. 49f1ec8 Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). by Thomas Martitz · 14 years ago
  69. dbe2ac1 Manual: rejig the disktidy plugin entry somewhat. by Alex Parker · 14 years ago
  70. dfac950 libtremor: tweak a hot function for codebook decoding, mostly moving pointer lookups outside the loop. Speeds up decoding by 3-6% on Coldfire and a small speedup on arm too by Nils Wallménius · 14 years ago
  71. a177e13 disktidy: handles user abort properly. by Teruaki Kawashima · 14 years ago
  72. e20fc42 Manual: PNG Viewer is no longer only for colour LCDs by Alex Parker · 14 years ago
  73. 50a9d50 Factor out the start/stopForeground and notification icon management into a separate class, don't let RockboxService.java become a beast. by Thomas Martitz · 14 years ago
  74. b92eabd Use a native yes/no dialog instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
  75. 1e47628 Commit FS #11682 by Teruaki Kawashima: fix the disktidy plugin by Robert Menes · 14 years ago
  76. e26d0c6 Fix and extend imageviewer png support. FS#11641 by me by Marcin Bukat · 14 years ago
  77. c8901b3 Remove the use of the instance field in non-anymore-static methods by Thomas Martitz · 14 years ago
  78. bf63f24 Pass the framebuffer to the service in the constructor rather than later from native code. by Thomas Martitz · 14 years ago
  79. 2d05d2f Clean up r28408 coding style a bit to follow our guidelines with regard to by Thomas Martitz · 14 years ago
  80. cc758e4 fix a mem leak by calling the corect ReleaseString method by Jonathan Gordon · 14 years ago
  81. b673ae2 FS#11686 - Kinetic list scrolling for touchscreen by Thomas Martitz · 14 years ago
  82. eaff333 Use a Native keyboard GUI instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
  83. 26f7ee1 Clean up usage of RockboxService. Add a proper way to check if rockbox is actually running (checking RockboxService.fb != null was very very bad) by Jonathan Gordon · 14 years ago
  84. 78b2711 libtremor: introduce asm optimized version of the channel_couple function for Coldfire and optimize the arm as version, speedup ~1% on Coldfire and PortalPlayer. by Nils Wallménius · 14 years ago
  85. e23075b *Bump version to 3.7 by Alex Parker · 14 years ago
  86. 918ab30 Android: Nicer launcher and statusbar icons made by Dustin Skoracki (taken from FS#11234). by Thomas Martitz · 14 years ago
  87. 5ee1c40 Promote Sansa Fuzev2, Clipv2 and Clip+ to stable. by Thomas Martitz · 14 years ago
  88. 6ee3c03 Manual: add drawings of the H100 remote with button labels to the player images and use it in the 'Quick Start' chapter (below the main player drawing) to explain the button names which were already used in the description. by Marianne Arnold · 14 years ago
  89. c0c7c8e fix menu screen title bug - patch by Teru by Michael Chicoine · 14 years ago
  90. b038367 Manual: Fix typo in the H100's remote keymap file. by Marianne Arnold · 14 years ago
  91. 4cbb16e Android: Delay the progress dialog so it's not shown until after 0.5s are over. This way it shouldn't show in a normal launch, but only if libmisc.so needs unzipping. by Thomas Martitz · 14 years ago
  92. 6bb7522 Initialize (instantiate) RockboxFramebuffer from the C code like with the othe java objects. by Thomas Martitz · 14 years ago
  93. 669a327 Manual: correct swapped seek buttons for Hx00 remotes. by Alex Parker · 14 years ago
  94. fa63211 Manual, theme tag chapter: add a 'Hardware Capabilities' section for tags that test hardware capabilities of a target and move the 'radio/clock/touchscreen detected' tags there. Fixes inconsistencies in handling these. by Marianne Arnold · 14 years ago
  95. 5e28b18 Hewbrew is right-to-left, reinstate accidently removed setting. by Alex Parker · 14 years ago
  96. c5ed874 Update the portuguese translation. by Mustapha Senhaji · 14 years ago
  97. d3e1e9d Manual: fix stupid typo that caused misalignment in the pegbox button table. by Marianne Arnold · 14 years ago
  98. 1a2851c Redo "r28369, Android load progress screen". git+svn lost the actual code changed by Jonathan Gordon · 14 years ago
  99. d7bb580 Fix the manual for %Tp by Jonathan Gordon · 14 years ago
  100. 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago