summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_render.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-06fix the last of the errorJonathan Gordon1-1/+1
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon1-9/+17
2011-08-14New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon1-7/+38
2011-06-12Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius1-2/+2
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-1/+1
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon1-0/+24
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon1-2/+3
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon1-0/+6
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon1-0/+1
2010-10-13Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Rem...Jonathan Gordon1-1/+11
2010-10-12Viewports dont necessarily have children lines, so make sure there is one or ...Jonathan Gordon1-2/+3
2010-10-10Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts1-10/+6
2010-10-10Make skin_render_playlistviewer() noinline. This function uses lots of stack ...Frank Gevaerts1-1/+1
2010-10-10Revert accidental commit of skin_render.cFrank Gevaerts1-8/+8
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts1-8/+8
2010-10-10fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon1-14/+16
2010-09-26Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon1-2/+1
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-1/+2
2010-09-02fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon1-23/+60
2010-08-31Should fix the line alternator issue described in http://forums.rockbox.org/i...Jonathan Gordon1-3/+9
2010-08-15fix FS#11519 - clock tags wernt updating like they shouldJonathan Gordon1-0/+4
2010-08-14*really* fix the last warningJonathan Gordon1-1/+2
2010-08-14last warning and fix manualJonathan Gordon1-1/+2
2010-08-14fix warnings and errorsJonathan Gordon1-0/+1
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon1-5/+107
2010-08-14Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(...Jonathan Gordon1-2/+2
2010-08-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon1-1/+5
2010-08-12When using the tag argument in %%xd(): 1) clear the image first, so that imag...Magnus Holmgren1-6/+9
2010-08-05Dont redraw the AA every single update, only when neededJonathan Gordon1-1/+1
2010-08-05New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon1-4/+30
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon1-6/+8
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken1-3/+3
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-0/+614