1. 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 13 years ago
  2. f7c4594 Fix further 'variable set but not used' warnings reported from GCC 4.6.0. by Andree Buschmann · 14 years ago
  3. 837b8cc Remove duplicate #include in skin_parser.c by Bertrik Sikken · 14 years ago
  4. 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
  5. 8c6b8e6 Theme Editor: make cross compiling on OS X work. by Dominik Riebeling · 14 years ago
  6. 485ff79 Add an ability to set a setting to a specific value with a touchscreen action. by Jonathan Gordon · 14 years ago
  7. fb36163 Remove code duplication in some generic skin touch action handling. by Jonathan Gordon · 14 years ago
  8. 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
  9. cb56c46 fix build by Jonathan Gordon · 14 years ago
  10. 21e89e8 Add some better debug info for when checkwps erros out because of full skin buffer by Jonathan Gordon · 14 years ago
  11. 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
  12. 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
  13. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  14. de870b3 Signal strength meter for FM radio - FS#8151 by Przemysław Hołubowski by Bertrik Sikken · 14 years ago
  15. 4d8430f clean up checkwps' verbose output a bit by Jonathan Gordon · 14 years ago
  16. f74a1aa Add a bit more debug output to checkwps by Jonathan Gordon · 14 years ago
  17. 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
  18. de56a22 More concrete names for the head and the tail of the linked list (no functional changes) by Alexander Levin · 14 years ago
  19. 5411e14 Undo the part of r28480 that caused the simulator to also use host malloc. by Thomas Martitz · 14 years ago
  20. d98f292 Fix unchecked result skin_parse_tag() exposed by r28480. by Thomas Martitz · 14 years ago
  21. fffbdcc Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin by Bertrik Sikken · 14 years ago
  22. c8f143f Cleanup and oops spotted by Alexander Levin by Jonathan Gordon · 14 years ago
  23. 9785732 RaaA: Use the host's malloc() for the skin engine. by Jonathan Gordon · 14 years ago
  24. 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
  25. 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago
  26. 69e379a Skin bar tags fix+cleanup: by Jonathan Gordon · 14 years ago
  27. 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
  28. 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
  29. dcc0d7d fiddle with the alloc requested size instead of the buffer pointer to keep the buffer 32bit aligned by Jonathan Gordon · 14 years ago
  30. 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
  31. a264733 The glyph number is required if it is given (i.e you cantt use -) by Jonathan Gordon · 14 years ago
  32. faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
  33. 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
  34. eda8039 A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): by Jonathan Gordon · 14 years ago
  35. 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
  36. 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
  37. 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
  38. 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 14 years ago
  39. 145571d Add a T type to the tag table which allows parameters to be a single tag by Jonathan Gordon · 14 years ago
  40. 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
  41. 8be79a2 skinparser lib: even more const correctness, should fix checkwps, again by Nils Wallménius · 14 years ago
  42. 804437a skinparser lib: even more const correctness, should fix checkwps by Nils Wallménius · 14 years ago
  43. 597ccdd skinparser lib: more const correctness by Nils Wallménius · 14 years ago
  44. c2529c3 skinparser lib: some const correctness and marking of local vars as 'static' by Nils Wallménius · 14 years ago
  45. 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
  46. 1879481 Don't overwrite AR if it's been set from outside. by Dominik Riebeling · 14 years ago
  47. 3cd1968 Add missing argument that broke building libskin_parser outside of Rockbox. by Dominik Riebeling · 14 years ago
  48. 3c4fb8a Theme Editor: Added column number to parser error messages by Robert Bieber · 14 years ago
  49. 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
  50. e464128 Rework libskin_parser Makefile for OS X support. by Dominik Riebeling · 14 years ago
  51. 78c9a19 cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than LINE in the enum by Jonathan Gordon · 14 years ago
  52. dc34785 s/SUBLINES/LINE_ALTERNATOR/ by Jonathan Gordon · 14 years ago
  53. 7cfb564 use the same BAR_PARAMS for all bar types by Jonathan Gordon · 14 years ago
  54. 32ff4e9 Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag by Robert Bieber · 14 years ago
  55. 00a3024 Theme Editor: Fixed a warning in the parser due to a stray asterisk by Robert Bieber · 14 years ago
  56. 4429fb0 Theme Editor: Removed some old hash code that caused viewer not to update due to hash collisions. Made Vf and Vb tags attached to viewport definition eat newline at end of line' by Robert Bieber · 14 years ago
  57. 9742704 Theme Editor: Altered tag table entry for %pb to make image optional, implemented progress bar rendering in theme editor by Robert Bieber · 14 years ago
  58. 26a2f81 Theme Editor: Fixed line numbering bug in parser. Implemented playlist display in renderer: playlist will use info for next track for all tracks other than the current track by Robert Bieber · 14 years ago
  59. aa1a126 minor tweak to r27210 to make it the same as the svn parser... eat everything up to and including the \n after these tags by Jonathan Gordon · 14 years ago
  60. 7dfd0c0 Theme Editor: Implemented JdGordon's tag newline-eating mechanism by Robert Bieber · 14 years ago
  61. 4146882 dont build the debug code in ROCKBOX, save ~400bytes by Jonathan Gordon · 14 years ago
  62. 936e673 Moved libskin_parser to lib. Added it to link line. by Björn Stenberg · 14 years ago
  63. 09db2ae skin_parser: Fixed bug handling sublines with no content by Robert Bieber · 14 years ago
  64. be66e4d Make skin_parser Makefile more silent. by Dominik Riebeling · 14 years ago
  65. ef63988 remove a bunch of token markers which arnt necessary with the new parser by Jonathan Gordon · 14 years ago
  66. 53c799e fix the viewport tag [arams by Jonathan Gordon · 14 years ago
  67. 95b0cef tiny clean up of memory allocation by Jonathan Gordon · 14 years ago
  68. f1a144a Added skin_parser library to build system. Fixed some warnings. by Björn Stenberg · 14 years ago
  69. db658d9 woops, forgot to add these by Jonathan Gordon · 14 years ago
  70. b2ea95e make the parser slightly more usable for rockbox, move the buffer allocation into the lib (maybe not the best spot?) by Jonathan Gordon · 14 years ago
  71. 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 14 years ago