1. 014a08c skin_engine: New tag to draw a rectangle (optionally with a gradient) by Jonathan Gordon · 13 years ago
  2. 2c71aa9 lcd/skin_engine: Add the ability to draw onto the backdrop layer by Jonathan Gordon · 13 years ago
  3. b5cd5ce Add %LR and %LC to get at the current row and columm in skinned lists. by Frank Gevaerts · 13 years ago
  4. 40ecdf6 skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a single conditional. by Jonathan Gordon · 13 years ago
  5. 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
  6. 3b9ffd2 New tag %ss() which lets you get a substring of another tag. by Jonathan Gordon · 13 years ago
  7. 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 13 years ago
  8. 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 13 years ago
  9. 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
  10. 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
  11. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  12. de870b3 Signal strength meter for FM radio - FS#8151 by Przemysław Hołubowski by Bertrik Sikken · 14 years ago
  13. 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago
  14. 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
  15. 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
  16. 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
  17. 145571d Add a T type to the tag table which allows parameters to be a single tag by Jonathan Gordon · 14 years ago
  18. c2529c3 skinparser lib: some const correctness and marking of local vars as 'static' by Nils Wallménius · 14 years ago
  19. 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
  20. 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
  21. 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
  22. 7dfd0c0 Theme Editor: Implemented JdGordon's tag newline-eating mechanism by Robert Bieber · 14 years ago
  23. ef63988 remove a bunch of token markers which arnt necessary with the new parser by Jonathan Gordon · 14 years ago
  24. 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 15 years ago[Renamed from utils/themeeditor/parser/tag_table.h]
  25. ca56428 Theme Editor: Moved source files into subdirectories by Robert Bieber · 15 years ago[Renamed from utils/themeeditor/tag_table.h]
  26. 9ac4b44 SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. by Jonathan Gordon · 15 years ago
  27. 20b9020 fix %C, and the viewport colour tags so they parse by Jonathan Gordon · 15 years ago
  28. 9f2bd98 add the Vf and Vb colour tags to the theme editor by Jonathan Gordon · 15 years ago
  29. f02a244 Theme Editor: Altered the way the parser handles asterisks in the tag argument specifiers by Robert Bieber · 15 years ago
  30. 0a054b2 Committing FS#11345 by JdGordon. Theme editor parser now includes full tag information in the skin_element struct by Robert Bieber · 15 years ago
  31. c5e14b5 Theme Editor: Added extern C declarations to header files by Robert Bieber · 15 years ago
  32. 4819882 Applied JdGordon's patch to add tokens to the Theme Editor tag table by Robert Bieber · 15 years ago
  33. 0769fc5 Fixed some memory leaks in the theme editor by Robert Bieber · 15 years ago
  34. 1937b1b Fixed some bugs in the theme editor, added the tags with parameters to the tag table by Robert Bieber · 15 years ago
  35. d5b24dd Adding the new WPS parser, code works but need to build the tag table by Robert Bieber · 15 years ago