1. a6dea9e rbcodec refactoring: dsp_set_eq_coefs by Sean Bartell · 13 years ago
  2. 0842d7f Consolidate compressor settings into a struct. by Michael Sevakis · 12 years ago
  3. e5c3327 Add a more correct absolute difference function to dsp-util. by Michael Sevakis · 12 years ago
  4. f40bfc9 Add codecs to librbcodec. by Sean Bartell · 13 years ago
  5. 2d3c43d skin_engine: rework the parser to be closer to the langauge grammar. by Jonathan Gordon · 12 years ago
  6. 728db21 Revert "skin_engine: rework the parser to be closer to the langauge grammar." by Thomas Martitz · 12 years ago
  7. e43b856 skin_engine: rework the parser to be closer to the langauge grammar. by Jonathan Gordon · 12 years ago
  8. d4674ed arm: implement safe reads by intercepting the data abort handler. by Amaury Pouly · 13 years ago
  9. a54072e arm: fix get_sp (missing return) by Amaury Pouly · 13 years ago
  10. c56950e tlsf: move to /lib (it's also used by plugins). by Thomas Martitz · 13 years ago
  11. 83cb2e5 Fix warble and clean up/refactor Makefile. by Thomas Martitz · 13 years ago
  12. f269aa0 build system: unify/simplify library handling a bit. by Thomas Martitz · 13 years ago
  13. b5716df Build librbcodec with DSP and metadata. by Sean Bartell · 13 years ago
  14. 5edae54 skin_engine: Reenable skin debugging in the sim (use --debugwps) by Jonathan Gordon · 13 years ago
  15. 014a08c skin_engine: New tag to draw a rectangle (optionally with a gradient) by Jonathan Gordon · 13 years ago
  16. 534117d Re-add -DDEBUG to the warble makefile by Frank Gevaerts · 13 years ago
  17. 0cc6ba0 Remove standalone makefile. Use configure to build by Frank Gevaerts · 13 years ago
  18. 8d41b23 Move includes of other makefiles around to make GCCFLAGS work properly. by Frank Gevaerts · 13 years ago
  19. 466a7c6 Integrate the warble tool in the regular build system. by Frank Gevaerts · 13 years ago
  20. 26fc31a Add the warble test program. by Sean Bartell · 13 years ago
  21. 9476883 Fix sanity check in UnwStartThumb() using the wrong register by Thomas Jarosch · 13 years ago
  22. b9bf6cd Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false by Frank Gevaerts · 13 years ago
  23. 1c1e1c0 skin_engine: ease the restrictions on %x/%xl by Jonathan Gordon · 13 years ago
  24. 34031cb skin_engine: Clean up %x() handling - beware theme issues by Jonathan Gordon · 13 years ago
  25. 2c71aa9 lcd/skin_engine: Add the ability to draw onto the backdrop layer by Jonathan Gordon · 13 years ago
  26. b5cd5ce Add %LR and %LC to get at the current row and columm in skinned lists. by Frank Gevaerts · 13 years ago
  27. 31a0595 FS#12586 - Modify %ss to be able to use numbers for conditionals by Jonathan Gordon · 13 years ago
  28. b4eab59 Arm stack unwinder by Marcin Bukat · 13 years ago
  29. 9c21258 skin engine: Add 'touch' command to the %vs() tag by Jonathan Gordon · 13 years ago
  30. 43fc2a5 skin engine: Make %vs() dynamic so it updated every screen update by Jonathan Gordon · 13 years ago
  31. 9acd702 Fix FS#12585 - bar tags stopped working by Jonathan Gordon · 13 years ago
  32. 40ecdf6 skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a single conditional. by Jonathan Gordon · 13 years ago
  33. f417312 skin parser: Allow the first character after conditional seperators to be \n by Jonathan Gordon · 13 years ago
  34. 5f387c2 skin parser: skip \t characters at the begining of lines to allow for more readable skins by Jonathan Gordon · 13 years ago
  35. 3520d7f Fix native arm builds. arm_support couldn't build properly. by Thomas Martitz · 13 years ago
  36. cf333a6 Move supprt-arm.S to separate library. by Thomas Martitz · 13 years ago
  37. 9e07ef2 Use buflib for all skin engine allocations. by Jonathan Gordon · 13 years ago
  38. 4f3e1d6 Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt by Thomas Martitz · 13 years ago
  39. e52600e de-tabify by Nils Wallménius · 13 years ago
  40. 7e44438 Add a simple perl script to display info about what is allocating skin buffer. by Jonathan Gordon · 13 years ago
  41. d737253 Partial fix for FS#12289 - comment lines would waste lots of buffer space. Still not perfect but should get 90+% of comments completly ignored now. by Jonathan Gordon · 13 years ago
  42. 28d5f2a Add "%LN" tag to retrieve the list item number of the current item. This allows e.g. putting item numbers in skinned lists. by Frank Gevaerts · 13 years ago
  43. 3d0317a Rework how the skin gets the list item text to save some ram. Also allow the %LI and %LT tags to take 2 optional parameters to get a different items text/icon: by Jonathan Gordon · 13 years ago
  44. 3b9ffd2 New tag %ss() which lets you get a substring of another tag. by Jonathan Gordon · 13 years ago
  45. 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 13 years ago
  46. 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 13 years ago
  47. f7c4594 Fix further 'variable set but not used' warnings reported from GCC 4.6.0. by Andree Buschmann · 13 years ago
  48. 837b8cc Remove duplicate #include in skin_parser.c by Bertrik Sikken · 13 years ago
  49. 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
  50. 8c6b8e6 Theme Editor: make cross compiling on OS X work. by Dominik Riebeling · 14 years ago
  51. 485ff79 Add an ability to set a setting to a specific value with a touchscreen action. by Jonathan Gordon · 14 years ago
  52. fb36163 Remove code duplication in some generic skin touch action handling. by Jonathan Gordon · 14 years ago
  53. 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
  54. cb56c46 fix build by Jonathan Gordon · 14 years ago
  55. 21e89e8 Add some better debug info for when checkwps erros out because of full skin buffer by Jonathan Gordon · 14 years ago
  56. 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
  57. 78a11cf Fix FS#11829 - %?xx<....> Crashes on targets where the %xx feature tag isnt avilable. rather hacky fix though better than crashing. by Jonathan Gordon · 14 years ago
  58. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  59. de870b3 Signal strength meter for FM radio - FS#8151 by Przemysław Hołubowski by Bertrik Sikken · 14 years ago
  60. 4d8430f clean up checkwps' verbose output a bit by Jonathan Gordon · 14 years ago
  61. f74a1aa Add a bit more debug output to checkwps by Jonathan Gordon · 14 years ago
  62. c98e525 Half the number of malloc() calls on APPLICATION builds in skin_buffer_alloc(). these are still presumably wasteing alot of RAM and could be merged further by Jonathan Gordon · 14 years ago
  63. de56a22 More concrete names for the head and the tail of the linked list (no functional changes) by Alexander Levin · 14 years ago
  64. 5411e14 Undo the part of r28480 that caused the simulator to also use host malloc. by Thomas Martitz · 14 years ago
  65. d98f292 Fix unchecked result skin_parse_tag() exposed by r28480. by Thomas Martitz · 14 years ago
  66. fffbdcc Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin by Bertrik Sikken · 14 years ago
  67. c8f143f Cleanup and oops spotted by Alexander Levin by Jonathan Gordon · 14 years ago
  68. 9785732 RaaA: Use the host's malloc() for the skin engine. by Jonathan Gordon · 14 years ago
  69. 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
  70. 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago
  71. 69e379a Skin bar tags fix+cleanup: by Jonathan Gordon · 14 years ago
  72. 0b0ce2e Touchscreen %T() tag.. don't allow - for width/height params (shouldn't affect anyway because the current code would crash if you tried it) by Jonathan Gordon · 14 years ago
  73. d402abe libskin_parser: fix a annoying bug where viewports required at least one line (even %Vi()). multiple %Vi lines direclty under eachother should now work by Jonathan Gordon · 14 years ago
  74. dcc0d7d fiddle with the alloc requested size instead of the buffer pointer to keep the buffer 32bit aligned by Jonathan Gordon · 14 years ago
  75. 7791843 m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99 by Rafaël Carré · 14 years ago
  76. 4caa832 2 new touch region options... "settings_inc" and "settings_dec" which will increase or decrease most of the available settings. To use it put the config name of the setting as the next param after settings_inc... i.e %T(0, 0, 32, 32, settings_inc, repeat) by Jonathan Gordon · 14 years ago
  77. a264733 The glyph number is required if it is given (i.e you cantt use -) by Jonathan Gordon · 14 years ago
  78. faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
  79. 3478bc5 mips is predefined by gcc, but we want it for paths. Don't let others fall into this trap again. Use __mips instead by Thomas Martitz · 14 years ago
  80. 1aeb79d Add a comment by Thomas Martitz · 14 years ago
  81. 145de8e Fix red. Something - I coundn't find it - must be doing '#define mips 1'. by Thomas Martitz · 14 years ago
  82. 46454ac Move setjmp to lib and add setjmp for sh (imported from newlib) and compile it as separate library. by Thomas Martitz · 14 years ago
  83. 74ec011 New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets you do very simple logical comparissons on other tags. by Jonathan Gordon · 14 years ago
  84. eda8039 A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): by Jonathan Gordon · 14 years ago
  85. 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 · 14 years ago
  86. 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 · 14 years ago
  87. 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
  88. 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 14 years ago
  89. 145571d Add a T type to the tag table which allows parameters to be a single tag by Jonathan Gordon · 14 years ago
  90. 1e0a010 make -vvv display the parse tree in checkwps. Fix a potential bug in the parser where recursive tags (the playlist viewier) would share params with its parant which meant bad things by Jonathan Gordon · 14 years ago
  91. 8be79a2 skinparser lib: even more const correctness, should fix checkwps, again by Nils Wallménius · 14 years ago
  92. 804437a skinparser lib: even more const correctness, should fix checkwps by Nils Wallménius · 14 years ago
  93. 597ccdd skinparser lib: more const correctness by Nils Wallménius · 14 years ago
  94. c2529c3 skinparser lib: some const correctness and marking of local vars as 'static' by Nils Wallménius · 14 years ago
  95. 2d31d77 FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. by Jonathan Gordon · 14 years ago
  96. 1879481 Don't overwrite AR if it's been set from outside. by Dominik Riebeling · 14 years ago
  97. 3cd1968 Add missing argument that broke building libskin_parser outside of Rockbox. by Dominik Riebeling · 14 years ago
  98. 3c4fb8a Theme Editor: Added column number to parser error messages by Robert Bieber · 14 years ago
  99. 15488a0 Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and adapt the Theme Editor to accomodate the change by Johnathan Gordon. Fixed bug in the parser caused by the patch (error was thrown on zero value) and adapted tag rendering for new format by Robert Bieber · 14 years ago
  100. e464128 Rework libskin_parser Makefile for OS X support. by Dominik Riebeling · 14 years ago