1. 6dd974a Theme Editor: Enabled __list_icons__ special file name for %xl tags by Robert Bieber · 14 years ago
  2. b477463 Theme Editor: Altered implementation of %ax tag so that viewport now simply mirrors itself across the screen. by Robert Bieber · 14 years ago
  3. 9ba67fb Missed some more debug statements in libasf. by Michael Giacomelli · 14 years ago
  4. 3e074a6 Remove old debug line from wma.c. by Michael Giacomelli · 14 years ago
  5. 1ee2cdd Theme Editor: Implemented some basic viewport/text mirroring with the %ax tag by Robert Bieber · 14 years ago
  6. 4bca51b Cabbiev2 480x800 port, very similar to the 320x480 one. by Thomas Martitz · 14 years ago
  7. f4c06f3 Theme Editor: RTC tags will now display nothing if RTC is not available on device by Robert Bieber · 14 years ago
  8. f055cee Theme Editor: Fixed a bug that prevented ID3 info tags from working correctly in conditionals by Robert Bieber · 14 years ago
  9. 71610fb Backdrop dir needs to go through get_user_file_path() by Thomas Martitz · 14 years ago
  10. ed033c0 Oops, committed before finishing the removal of "#include "memory.h"" by Thomas Martitz · 14 years ago
  11. 87409a2 Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. by Thomas Martitz · 14 years ago
  12. 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 · 14 years ago
  13. 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 · 14 years ago
  14. 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 · 14 years ago
  15. 0b92158 Update the manual regarding the bl tag change in r27784. Also fix a typo. by Magnus Holmgren · 14 years ago
  16. 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 · 14 years ago
  17. 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 · 14 years ago
  18. b4d6d1e emBIOS backports part three: Make the NAND flash driver return more useful error codes if initialization fails. by Michael Sparmann · 14 years ago
  19. 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 · 14 years ago
  20. 524035b Fix red: Revert the const correctness part, which opened a can of worms. by Michael Sparmann · 14 years ago
  21. f3834a4 emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG driver, and a bit of const correctness. by Michael Sparmann · 14 years ago
  22. ad4deec Update Brazilian Portuguese translation for Rockbox Utility by Dominik Riebeling · 14 years ago
  23. 13d0eca libtremor: fix possible memoryleak when playing several ogg vorbis files in sequence, hopefully fixes FS#11533 by Nils Wallménius · 14 years ago
  24. 5602342 Theme Editor: Added a warning console to the renderer, but haven't made any rendering classes use it yet by Robert Bieber · 14 years ago
  25. 209020c Do not return negative sleeptimer values by Michael Chicoine · 14 years ago
  26. 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 · 14 years ago
  27. de44ae7 Mark some local variables with 'static'. by Nils Wallménius · 14 years ago
  28. 64ebe5f Delete useless #ifndef #endif pair. by Nils Wallménius · 14 years ago
  29. 2e02177 try again by Jonathan Gordon · 14 years ago
  30. dbf44a6 fid red/yellow... does database really need to compile all of misc.c? by Jonathan Gordon · 14 years ago
  31. 489962d Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main by Jonathan Gordon · 14 years ago
  32. a547fc1 Fix FS#11527 - remote wps/sbs doesnt update correctly by Jonathan Gordon · 14 years ago
  33. 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 · 14 years ago
  34. d1a392a Theme Editor: Co Used a more efficient/less error-prone system for rendering SBS documents underneath WPS documents by Robert Bieber · 14 years ago
  35. 77b6825 deploy.py: Figure installer filename from NSIS script. by Dominik Riebeling · 14 years ago
  36. cda3181 add a patch to libwmavoice to make it easier to enable/disable building it. by Mohamed Tarek · 14 years ago
  37. b2a5e4e Mark constant array as 'const' and use a smaller datatype. by Nils Wallménius · 14 years ago
  38. f20c72a Remove old kluge that makes little difference with the new arm toolchain. by Nils Wallménius · 14 years ago
  39. 93c81dc Support running NSIS from deployment script. by Dominik Riebeling · 14 years ago
  40. e7951b1 fix warrnings in test_core_jpeg.c and test_mem_jpeg.c by Marcin Bukat · 14 years ago
  41. a86b08e HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26% speedup. by Marcin Bukat · 14 years ago
  42. 33a5f1a Mark MPIO HD200 as unstable in tools/builds.pm by Marcin Bukat · 14 years ago
  43. 4a3e6db A bit of cleanup. by Thomas Martitz · 14 years ago
  44. 4aa3d01 Run the pcm callback from a separate OS thread, that seems to make audio playback by Thomas Martitz · 14 years ago
  45. 446445e ipod nano 2g: make functions/variables static where possible, add missing #includes by Bertrik Sikken · 14 years ago
  46. 82a2cdb Various minor fixes for Samsung YH* targets by Bertrik Sikken · 14 years ago
  47. b312283 Update portugues-brasileiro translation, FS #11521 by Rodrigo Barretto by Bertrik Sikken · 14 years ago
  48. c6bcd91 Fix message output for make install and make fullinstall by Michael Chicoine · 14 years ago
  49. 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 · 14 years ago
  50. 2113e22 Correct flawed search&replace. by Thomas Martitz · 14 years ago
  51. ca4439f Android port: handle incoming calls. by Thomas Martitz · 14 years ago
  52. f1184f9 Add NSIS installer script. Expects to find a static build of the Theme Editor. by Dominik Riebeling · 14 years ago
  53. 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 · 14 years ago
  54. eb36969 Remove dsputil.[ch], they are not needed. by Mohamed Tarek · 14 years ago
  55. fb26f52 Add missing files from ffmpeg, write a README.rockbox and a makefile. by Mohamed Tarek · 14 years ago
  56. e3a6610 Mistakenly committed a modification. The files in libwmavoice currently are exact copies of the ffmpeg files. by Mohamed Tarek · 14 years ago
  57. 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 · 14 years ago
  58. e6cb22e Fix typo that broke the manual. by Marianne Arnold · 14 years ago
  59. df1ff11 Theme Editor: Added coordinate display when moving mouse around preview window by Robert Bieber · 14 years ago
  60. 76d1377 Theme Editor: Restricted resizing/moving of graphical elements to integer coordinates by Robert Bieber · 14 years ago
  61. 87d2590 Theme Editor: Made default viewport non-interactive in skin preview. Selecting and resizing the default viewport was causing lockups and segfaults by Robert Bieber · 14 years ago
  62. 92882f2 Theme Editor: Made progress bar display correctly when resized, fixed some segfaults caused by editing SBS elements from a WPS document and then turning SBS rendering off by Robert Bieber · 14 years ago
  63. d505bc0 Theme Editor: Made SBS elements in WPS documents non-interactive, which makes it a little more difficult to crash the editor by Robert Bieber · 14 years ago
  64. 6063e91 Fix launcher icon (once more). by Thomas Martitz · 14 years ago
  65. 11b95cd Fix conditiona viewports logic by Thomas Martitz · 14 years ago
  66. 814d06b Cabbiev2 320x480 touchscreen support. by Thomas Martitz · 14 years ago
  67. 9dd48db Remove faulty reference to inexistent resource. by Thomas Martitz · 14 years ago
  68. 10b9e3b Theme Editor: Implemented resizing in RBMovable subclasses. Implementation is still somewhat crash-prone, but mostly works at this point by Robert Bieber · 14 years ago
  69. 4b49ef2 Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in fixmul31(). The difference to current implementation is +/-1 in the output signal. Same routines are used for other codecs and in the codec lib as well. by Andree Buschmann · 14 years ago
  70. cc7fac2 Minor of libwmapro on ARM. Swap operands for fixmul31, is 1% faster. by Andree Buschmann · 14 years ago
  71. c5025c7 Theme Editor: Made progress bars fully movable/savable from the preview panel by Robert Bieber · 14 years ago
  72. e4dc4f8 Revert accidental change to cabbiev2.176x220x16.wps and apply it to cabbiev2.320x480x16.wps as intended. by Thomas Martitz · 14 years ago
  73. 13167d2 Remove the comment about Coldfire asm. The current code (using fixmul16 macros) is fast enough; even faster than an equivalent CF asm version, as pointed out by Nils Wallménius. by Mohamed Tarek · 14 years ago
  74. f704ca4 Add default font for LCD_HEIGHT <= 480 by Thomas Martitz · 14 years ago
  75. af708fd Cabbiev2 for 320x480. by Thomas Martitz · 14 years ago
  76. c112b78 Fix leading slash regex in wpsbuild.pl by Thomas Martitz · 14 years ago
  77. 458b55d One more get_user_file_path() fix. Don't store the user dir in config.cfg and by Thomas Martitz · 14 years ago
  78. f3a6d24 Dont redraw the AA every single update, only when needed by Jonathan Gordon · 14 years ago
  79. e8542ef Update README a bit. by Thomas Martitz · 14 years ago
  80. 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 14 years ago
  81. 145571d Add a T type to the tag table which allows parameters to be a single tag by Jonathan Gordon · 14 years ago
  82. a0dd4cd libwmapro: remove coldfire fixmul24 as it is both incorrect and unused, fix fixmul 31 comment. by Nils Wallménius · 14 years ago
  83. f657e49 Theme Editor: Fixed bug that crashed conditionals nested in sublines, began work on making progress bars implement RBMovable by Robert Bieber · 14 years ago
  84. 265ee15 Theme Editor: Implemented saveGeometry() in RBAlbumArt by Robert Bieber · 14 years ago
  85. 2ea1a34 Theme Editor: Stopped bug that caused segfault if SBS element was moved from within a WPS preview by Robert Bieber · 14 years ago
  86. bfc2097 Theme Editor: Fixed image positioning bug, implemented saveGeometry() in RBImage by Robert Bieber · 14 years ago
  87. 430eb65 update wmapro's README. by Mohamed Tarek · 14 years ago
  88. 0b21740 Theme Editor: Fixed ParseTreeModel's paramChanged function to emit the correct dataChanged range by Robert Bieber · 14 years ago
  89. 5d4b8e0 Theme Editor: Removed empty lines after comments in generated code by Robert Bieber · 14 years ago
  90. 9176f35 Fix reds. by Mohamed Tarek · 14 years ago
  91. 9dddfa7 oops ! shouldn't have removed mdct_tables. by Mohamed Tarek · 14 years ago
  92. 12ecbf8 Drop the the mdct files from libwmapro since they are no longer needed. by Mohamed Tarek · 14 years ago
  93. 054a85f Theme Editor: Added code generate/undo functionality to SkinViewer by Robert Bieber · 14 years ago
  94. 4674518 Increase wmapro decoder output sample depth to 24 bits, makes the mean error between our output and the original floating point decoder ~5e-8. (FS#11498 by Buschel) by Mohamed Tarek · 14 years ago
  95. 2054ca8 Fix red by removing sine_512 from iram (2KB). minor slowdown for PP5024 (~0.05MHz) on a 320kbps sample, and ~0.03MHz slowdown for Coldfire on a 55kbps sample. by Mohamed Tarek · 14 years ago
  96. 3bbbb96 Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be scaled down first by (log2(frame_size) - 3). Increases decoding speed by 1.3MHz on PP5022 and saves ~32KB that were previously needed by the mdct tables. (FS#11511 by Buschel and myself) by Mohamed Tarek · 14 years ago
  97. 83be40f Delete now unused icons. by Thomas Martitz · 14 years ago
  98. 5aa4023 Prettier icons for app launcher and notification bar. by Thomas Martitz · 14 years ago
  99. bd9c0b2 A bit of work in the pcm driver. Should be a bit more efficient, but more importantly more dependable. Stopping playback now properly recovers if playback crashed for some reason (shouldn't happen of course). by Thomas Martitz · 14 years ago
  100. c216100 Theme Editor: Overhauled main window toolbar by Robert Bieber · 14 years ago