1. cc5f016 Android port: add build script by Maurus Cuelenaere · 15 years ago
  2. eca68ee Update Dutch language file by Peter D'Hoye · 15 years ago
  3. 322fdaa AMSv2: don't reboot on USB plug by Rafaël Carré · 15 years ago
  4. 8799af3 Small change to sansa fuze keymap. by Nils Wallménius · 15 years ago
  5. f3774df Fix FS#11547 - When selecting radio skin the currently loaded skin is not hilighted when menu is entered by Michael Chicoine · 15 years ago
  6. e396403 Android port: allow moving application to SD card on Froyo targets by Maurus Cuelenaere · 15 years ago
  7. 5068891 Android port: simplify sending touch events from Java->C by Maurus Cuelenaere · 15 years ago
  8. 934a5a5 Android port: add support for hardware keys by Maurus Cuelenaere · 15 years ago
  9. e726e53 Android port: use Arrays.fill() instead of a for-loop for clearing a byte array by Maurus Cuelenaere · 15 years ago
  10. 43c85a4 "Fix" FS#11349... %cs got confused because for some reason when the root menu was introduced the fm preset loading was never fixed to go back through that menu... problem is do_menu() is getting in the way now, so be like other files and dont try to reload the screen after loading... i.e go into the fms manually by Jonathan Gordon · 15 years ago
  11. 2cc6b5a Fix FS#11524 - a sbs could crash on load by Jonathan Gordon · 15 years ago
  12. b5412c9 Fix FS#11469 - make the fms update as it should by Jonathan Gordon · 15 years ago
  13. 0be2426 Make %pb without any params work as expected by Jonathan Gordon · 15 years ago
  14. a71db51 fix FS#11542 - %t() not working by Jonathan Gordon · 15 years ago
  15. 792ccc1 Manual: replace target options with the more appropriate button pad options in the 'Screen scroll out of view' key mapping description. by Marianne Arnold · 15 years ago
  16. 257c719 Missed two files in r27823... by Marianne Arnold · 15 years ago
  17. 5b47b89 First step of completing the target rename in the manual. Some target specific options were already renamed in the rest of the source (e.g. see r23883) but not where they are actually set - in the platform files - leading to parts included or excluded incorrectly. The problem exists for more targets, this commit deals with the supported Iaudios first. Rename 'x5' to 'iaudiox5' (do the same for 'm5' and 'm3'), fix small errors or add missing info related to them along the way, use more appropriate options and simplify code a bit where possible. by Marianne Arnold · 15 years ago
  18. e8bbbdf fix FS#11519 - clock tags wernt updating like they should by Jonathan Gordon · 15 years ago
  19. eda8039 A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): by Jonathan Gordon · 15 years ago
  20. ac2c69c Allow 'long' labels with single-argument %xd too. The label need to be at least 3 chars long (2 chars are treated as a single-letter-label image with a subimage). by Magnus Holmgren · 15 years ago
  21. b413169 Theme Editor: Changed playlist rendering to match new syntax by Robert Bieber · 15 years ago
  22. 18a6f42 Theme Editor: Editor font/color settings are now applied to config documents by Robert Bieber · 15 years ago
  23. a9d752b *really* fix the last warning by Jonathan Gordon · 15 years ago
  24. d23d7a1 last warning and fix manual by Jonathan Gordon · 15 years ago
  25. b9093f2 fix warnings and errors by Jonathan Gordon · 15 years ago
  26. dc3778a Rework the skin playlist viewer so it uses the same drawing code as everything else. This should mean that all text tags now work as expected. The 2nd code param is no longer needed so drop it (you can use conditionals and sublines and stuff in the one code param. by Jonathan Gordon · 15 years ago
  27. ff8d43d Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(playmode, playmode.bmp, 0, 0, 4) ... %xd(playmode, %mm). You can of course still use one letter labels if you really want. %xd(Aa) will only work with one letter labels. by Jonathan Gordon · 15 years ago
  28. 863d239 Change %xd to allow for a number to be used to specify the subimage. i.e %xd(Ac) can now we written as %xd(A, 3). subimage count start at 1 so a=1, b=2 etc. by Jonathan Gordon · 15 years ago
  29. b75a414 Manual - logo and pegbox button tables: simplify the code and add missing info. by Marianne Arnold · 15 years ago
  30. 7c1c570 Manual - wormlet.tex: remove 'opt'ing for different player pads inside a Recorder pad only block. Simplify and complete the other players' button table. Maybe the two tables could be merged... in another commit. by Marianne Arnold · 15 years ago
  31. c4bdf20 Manual: some cosmetic changes in phrasing as well as code... fix typos and RAS syndrome, correct use of dap{} and {daps}. by Marianne Arnold · 15 years ago
  32. 37bd35d Correct the ActionTreeWps in the Clips' keymap file (button combo for going to the WPS). by Marianne Arnold · 15 years ago
  33. afe92f3 Correct the check for the requested vs returned sizes in libasf. by Mohamed Tarek · 15 years ago
  34. 56229d5 The 128x96x2 cabbiev2.wps (Iaudio remote and M3) used more than one viewport but drew the progressbar in the default one where it wouldn't be updated with the new parser anymore. Put it into a viewport too and rearrange the rest of the code to the same order as displayed. by Marianne Arnold · 15 years ago
  35. f63570a Add uppercase M4A file type to the mp4 parser. Technically Apple says to use lowercase, but various programs tolerate this, so we can too. Fixes FS#11536. by Michael Giacomelli · 15 years ago
  36. f67dfd9 Fix manuals broken by r27787 - underscores have a meaning in tex and need to be escaped. Put the name into quotes like the .bmp above while at it. The way it is done now looks a bit silly but works, feel free to improve. by Marianne Arnold · 15 years ago
  37. dfc109a Theme Editor: Added warning messages for missing resources by Robert Bieber · 15 years ago
  38. e60de9e Fix backdrops from sbs not being loaded correctly (caused by r27791). by Thomas Martitz · 15 years ago
  39. 0653c1c Update libwmavoice's README. by Mohamed Tarek · 15 years ago
  40. a861b49 Fix a bug in the asf parser that led to dropping packets in WMA voice. WMA voice now outputs the correct number of samples/packets. by Mohamed Tarek · 15 years ago
  41. 6dd974a Theme Editor: Enabled __list_icons__ special file name for %xl tags by Robert Bieber · 15 years ago
  42. b477463 Theme Editor: Altered implementation of %ax tag so that viewport now simply mirrors itself across the screen. by Robert Bieber · 15 years ago
  43. 9ba67fb Missed some more debug statements in libasf. by Michael Giacomelli · 15 years ago
  44. 3e074a6 Remove old debug line from wma.c. by Michael Giacomelli · 15 years ago
  45. 1ee2cdd Theme Editor: Implemented some basic viewport/text mirroring with the %ax tag by Robert Bieber · 15 years ago
  46. 4bca51b Cabbiev2 480x800 port, very similar to the 320x480 one. by Thomas Martitz · 15 years ago
  47. f4c06f3 Theme Editor: RTC tags will now display nothing if RTC is not available on device by Robert Bieber · 15 years ago
  48. f055cee Theme Editor: Fixed a bug that prevented ID3 info tags from working correctly in conditionals by Robert Bieber · 15 years ago
  49. 71610fb Backdrop dir needs to go through get_user_file_path() by Thomas Martitz · 15 years ago
  50. ed033c0 Oops, committed before finishing the removal of "#include "memory.h"" by Thomas Martitz · 15 years ago
  51. 87409a2 Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. by Thomas Martitz · 15 years ago
  52. 0e2286f Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. by Thomas Martitz · 15 years ago
  53. 70ebe46 New feature for the %xl (image load) tag. If you give it the filename __list_icons__ it will use the list icon strip instead of loading a different bmp. by Jonathan Gordon · 15 years ago
  54. 6d7900e When using the tag argument in %%xd(): 1) clear the image first, so that images with transparency can be used; 2) allow things like battery level or volume, where a value is limited to the number of sub-images. by Magnus Holmgren · 15 years ago
  55. 0b92158 Update the manual regarding the bl tag change in r27784. Also fix a typo. by Magnus Holmgren · 15 years ago
  56. c6078fe Slightly change bl (battery level) when used in an enum: if the enum contained 10 items, bl would return 11 if the battery level was 100 percent (the enum would then display the last entry). Now bl returns a value within the given range. Themes may need to be updated to look as intended. by Magnus Holmgren · 15 years ago
  57. c65a8e0 emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and return proper error codes instead of panicing in a lot of error cases. by Michael Sparmann · 15 years ago
  58. b4d6d1e emBIOS backports part three: Make the NAND flash driver return more useful error codes if initialization fails. by Michael Sparmann · 15 years ago
  59. 6b38930 emBIOS backports part two: Fix a stupid global variable *instantiation* in a header file, which might have caused all hell of trouble. by Michael Sparmann · 15 years ago
  60. 524035b Fix red: Revert the const correctness part, which opened a can of worms. by Michael Sparmann · 15 years ago
  61. f3834a4 emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG driver, and a bit of const correctness. by Michael Sparmann · 15 years ago
  62. ad4deec Update Brazilian Portuguese translation for Rockbox Utility by Dominik Riebeling · 15 years ago
  63. 13d0eca libtremor: fix possible memoryleak when playing several ogg vorbis files in sequence, hopefully fixes FS#11533 by Nils Wallménius · 15 years ago
  64. 5602342 Theme Editor: Added a warning console to the renderer, but haven't made any rendering classes use it yet by Robert Bieber · 15 years ago
  65. 209020c Do not return negative sleeptimer values by Michael Chicoine · 15 years ago
  66. 113764d Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename buffer), so frequent calls from the main thread would cause the audio thread to buffer the wrong track. by Magnus Holmgren · 15 years ago
  67. de44ae7 Mark some local variables with 'static'. by Nils Wallménius · 15 years ago
  68. 64ebe5f Delete useless #ifndef #endif pair. by Nils Wallménius · 15 years ago
  69. 2e02177 try again by Jonathan Gordon · 15 years ago
  70. dbf44a6 fid red/yellow... does database really need to compile all of misc.c? by Jonathan Gordon · 15 years ago
  71. 489962d Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main by Jonathan Gordon · 15 years ago
  72. a547fc1 Fix FS#11527 - remote wps/sbs doesnt update correctly by Jonathan Gordon · 15 years ago
  73. 1b53b99 Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the correct path so it would load the same font twice when it shouldnt. by Jonathan Gordon · 15 years ago
  74. d1a392a Theme Editor: Co Used a more efficient/less error-prone system for rendering SBS documents underneath WPS documents by Robert Bieber · 15 years ago
  75. 77b6825 deploy.py: Figure installer filename from NSIS script. by Dominik Riebeling · 15 years ago
  76. cda3181 add a patch to libwmavoice to make it easier to enable/disable building it. by Mohamed Tarek · 15 years ago
  77. b2a5e4e Mark constant array as 'const' and use a smaller datatype. by Nils Wallménius · 15 years ago
  78. f20c72a Remove old kluge that makes little difference with the new arm toolchain. by Nils Wallménius · 15 years ago
  79. 93c81dc Support running NSIS from deployment script. by Dominik Riebeling · 15 years ago
  80. e7951b1 fix warrnings in test_core_jpeg.c and test_mem_jpeg.c by Marcin Bukat · 15 years ago
  81. a86b08e HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26% speedup. by Marcin Bukat · 15 years ago
  82. 33a5f1a Mark MPIO HD200 as unstable in tools/builds.pm by Marcin Bukat · 15 years ago
  83. 4a3e6db A bit of cleanup. by Thomas Martitz · 15 years ago
  84. 4aa3d01 Run the pcm callback from a separate OS thread, that seems to make audio playback by Thomas Martitz · 15 years ago
  85. 446445e ipod nano 2g: make functions/variables static where possible, add missing #includes by Bertrik Sikken · 15 years ago
  86. 82a2cdb Various minor fixes for Samsung YH* targets by Bertrik Sikken · 15 years ago
  87. b312283 Update portugues-brasileiro translation, FS #11521 by Rodrigo Barretto by Bertrik Sikken · 15 years ago
  88. c6bcd91 Fix message output for make install and make fullinstall by Michael Chicoine · 15 years ago
  89. 8978b2b Android port: The RockboxService introduction broke 1.5/1.6 compability. This should bring it back (heaviliy based on the example given in the Android docs). by Thomas Martitz · 15 years ago
  90. 2113e22 Correct flawed search&replace. by Thomas Martitz · 15 years ago
  91. ca4439f Android port: handle incoming calls. by Thomas Martitz · 15 years ago
  92. f1184f9 Add NSIS installer script. Expects to find a static build of the Theme Editor. by Dominik Riebeling · 15 years ago
  93. 4ff2cf4 WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's. by Mohamed Tarek · 15 years ago
  94. eb36969 Remove dsputil.[ch], they are not needed. by Mohamed Tarek · 15 years ago
  95. fb26f52 Add missing files from ffmpeg, write a README.rockbox and a makefile. by Mohamed Tarek · 15 years ago
  96. e3a6610 Mistakenly committed a modification. The files in libwmavoice currently are exact copies of the ffmpeg files. by Mohamed Tarek · 15 years ago
  97. 5f9f662 Initial commit for a WMA Voice decoder; Import a minimal set of files for libwmavoice from ffmpeg r24734 dated 2010-Aug-07. by Mohamed Tarek · 15 years ago
  98. e6cb22e Fix typo that broke the manual. by Marianne Arnold · 15 years ago
  99. df1ff11 Theme Editor: Added coordinate display when moving mouse around preview window by Robert Bieber · 15 years ago
  100. 76d1377 Theme Editor: Restricted resizing/moving of graphical elements to integer coordinates by Robert Bieber · 15 years ago