1. 014a08c skin_engine: New tag to draw a rectangle (optionally with a gradient) by Jonathan Gordon · 13 years ago
  2. b9bf6cd Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false by Frank Gevaerts · 13 years ago
  3. 1c1e1c0 skin_engine: ease the restrictions on %x/%xl by Jonathan Gordon · 13 years ago
  4. 34031cb skin_engine: Clean up %x() handling - beware theme issues by Jonathan Gordon · 13 years ago
  5. 2c71aa9 lcd/skin_engine: Add the ability to draw onto the backdrop layer by Jonathan Gordon · 13 years ago
  6. b5cd5ce Add %LR and %LC to get at the current row and columm in skinned lists. by Frank Gevaerts · 13 years ago
  7. 31a0595 FS#12586 - Modify %ss to be able to use numbers for conditionals by Jonathan Gordon · 13 years ago
  8. 9c21258 skin engine: Add 'touch' command to the %vs() tag by Jonathan Gordon · 13 years ago
  9. 43fc2a5 skin engine: Make %vs() dynamic so it updated every screen update by Jonathan Gordon · 13 years ago
  10. 9acd702 Fix FS#12585 - bar tags stopped working by Jonathan Gordon · 13 years ago
  11. 40ecdf6 skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a single conditional. by Jonathan Gordon · 13 years ago
  12. 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
  13. 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
  14. 3b9ffd2 New tag %ss() which lets you get a substring of another tag. by Jonathan Gordon · 13 years ago
  15. 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 13 years ago
  16. 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 13 years ago
  17. 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
  18. 485ff79 Add an ability to set a setting to a specific value with a touchscreen action. by Jonathan Gordon · 14 years ago
  19. fb36163 Remove code duplication in some generic skin touch action handling. by Jonathan Gordon · 14 years ago
  20. 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
  21. 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
  22. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  23. de870b3 Signal strength meter for FM radio - FS#8151 by Przemysław Hołubowski by Bertrik Sikken · 14 years ago
  24. 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 14 years ago
  25. 69e379a Skin bar tags fix+cleanup: by Jonathan Gordon · 14 years ago
  26. 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
  27. 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
  28. a264733 The glyph number is required if it is given (i.e you cantt use -) by Jonathan Gordon · 14 years ago
  29. faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
  30. 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
  31. eda8039 A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): by Jonathan Gordon · 14 years ago
  32. 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
  33. 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
  34. 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 14 years ago
  35. c2529c3 skinparser lib: some const correctness and marking of local vars as 'static' by Nils Wallménius · 14 years ago
  36. 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
  37. 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
  38. 7cfb564 use the same BAR_PARAMS for all bar types by Jonathan Gordon · 14 years ago
  39. 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
  40. 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
  41. 7dfd0c0 Theme Editor: Implemented JdGordon's tag newline-eating mechanism by Robert Bieber · 14 years ago
  42. 53c799e fix the viewport tag [arams by Jonathan Gordon · 14 years ago
  43. 36b934d Move the skin parser to a seperate library by Jonathan Gordon · 14 years ago[Renamed from utils/themeeditor/parser/tag_table.c]
  44. ca56428 Theme Editor: Moved source files into subdirectories by Robert Bieber · 14 years ago[Renamed from utils/themeeditor/tag_table.c]
  45. 466a698 Fix the bar type param to use nullable ints by Jonathan Gordon · 15 years ago
  46. 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
  47. 20b9020 fix %C, and the viewport colour tags so they parse by Jonathan Gordon · 15 years ago
  48. 2309d6d change to %Cd to display albumart (instead of %C to make it more consistant with %Vd/%Vl and %xd/%xl) by Jonathan Gordon · 15 years ago
  49. c4fbb07 FS#11383 - fix the touchregion param string by Jonathan Gordon · 15 years ago
  50. 9f2bd98 add the Vf and Vb colour tags to the theme editor by Jonathan Gordon · 15 years ago
  51. 9df2868 temporariliy use S for the timeout param because the parser doesnt handle decimals yet by Jonathan Gordon · 15 years ago
  52. e8a6624 clip int scanning to 15 digits to remove an unecessary malloc(). fix %xl tag by Jonathan Gordon · 15 years ago
  53. 57ad6f9 change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign][, yalign]) by Jonathan Gordon · 15 years ago
  54. 999990c Theme Editor: Fixed a small bug with asterisk handling in tag parameter argument codes and fixed bugs with handling escaped characters by Robert Bieber · 15 years ago
  55. 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
  56. 4819882 Applied JdGordon's patch to add tokens to the Theme Editor tag table by Robert Bieber · 15 years ago
  57. 20dcf0b %aX should have been %ax.. by Jonathan Gordon · 15 years ago
  58. 7b19735 fix rtc tag mistake by Jonathan Gordon · 15 years ago
  59. eeef8f6 add all the known tags to the table. Nothing is done about target specific tags yet by Jonathan Gordon · 15 years ago
  60. 1937b1b Fixed some bugs in the theme editor, added the tags with parameters to the tag table by Robert Bieber · 15 years ago
  61. d5b24dd Adding the new WPS parser, code works but need to build the tag table by Robert Bieber · 15 years ago