1. 281f1a1 New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours by Jonathan Gordon · 14 years ago
  2. 3b04a85 Remove a couple of dead inits and assignments found by the clang-static-analyzer. by Nils Wallménius · 14 years ago
  3. b58d365 FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful by Jonathan Gordon · 14 years ago
  4. 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
  5. 343001b Merge a bunch of code which is 99% identical so it makes it easier to add more of these later by Jonathan Gordon · 14 years ago
  6. 261c56b FS#11867 - Add 2 new tags to allow skins to display themed peakmeters by Jonathan Gordon · 14 years ago
  7. 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
  8. 0432147 Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Remember that these tags cause a new line to get drawn so text/tags on the same line wont be displayed by Jonathan Gordon · 14 years ago
  9. 39cf6dd Viewports dont necessarily have children lines, so make sure there is one or it will crash by Jonathan Gordon · 14 years ago
  10. 1f0ab7c Fix charcell %pb and %pf tags, FS#11592 by Frank Gevaerts · 14 years ago
  11. 561999e Make skin_render_playlistviewer() noinline. This function uses lots of stack (around 1 kilobyte), and is called from a recursive function. gcc's stack allocation strategy makes the calling function then use all this stack space when inlining. by Frank Gevaerts · 14 years ago
  12. d0bf13b Revert accidental commit of skin_render.c by Frank Gevaerts · 14 years ago
  13. c8c40c5 Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloading/reloading in gui_usb_screen_run() in the early usb case. Fixes the crash part of FS#11589 by Frank Gevaerts · 14 years ago
  14. 0b824da fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly inside and outside of conditionals. by Jonathan Gordon · 14 years ago
  15. 562437b Fix FS#1159 - stack overflow in the skin engine when there is too many nested conditionals by Jonathan Gordon · 14 years ago
  16. 9928e34 Another major skin backend update/hopefully bugfix: by Jonathan Gordon · 15 years ago
  17. 216ed29 fix FS#11588 - %t(0) inside conditionals wasnt making that subline skip by Jonathan Gordon · 15 years ago
  18. 4dd6b14 Should fix the line alternator issue described in http://forums.rockbox.org/index.php?topic=25545 by Jonathan Gordon · 15 years ago
  19. e8bbbdf fix FS#11519 - clock tags wernt updating like they should by Jonathan Gordon · 15 years ago
  20. a9d752b *really* fix the last warning by Jonathan Gordon · 15 years ago
  21. d23d7a1 last warning and fix manual by Jonathan Gordon · 15 years ago
  22. b9093f2 fix warnings and errors by Jonathan Gordon · 15 years ago
  23. 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 · 15 years ago
  24. ff8d43d Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(playmode, playmode.bmp, 0, 0, 4) ... %xd(playmode, %mm). You can of course still use one letter labels if you really want. %xd(Aa) will only work with one letter labels. by Jonathan Gordon · 15 years ago
  25. 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 · 15 years ago
  26. 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 · 15 years ago
  27. f3a6d24 Dont redraw the AA every single update, only when needed by Jonathan Gordon · 15 years ago
  28. 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 15 years ago
  29. ee4f8a9 Allow viewport labels to be mostly free text instead of only one character. If this is useful the same will be done for images by Jonathan Gordon · 15 years ago
  30. 57933f2 Make some global function/variables local (by making them static) by Bertrik Sikken · 15 years ago
  31. 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 · 15 years ago