summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine
AgeCommit message (Expand)AuthorFilesLines
2010-09-14fix errors, warnings, tabsJonathan Gordon3-7/+13
2010-09-14new file got lostJonathan Gordon1-0/+246
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon7-113/+187
2010-09-06fix warningJonathan Gordon1-1/+1
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon4-2/+34
2010-09-05progressbars are drawn inside viewports so all coords are viewport relative. ...Jonathan Gordon1-1/+1
2010-09-02fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon2-32/+68
2010-09-01font_table[].name wasn't filledFred Bauer1-0/+1
2010-08-31Should fix the line alternator issue described in http://forums.rockbox.org/i...Jonathan Gordon1-3/+9
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken1-1/+1
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer1-1/+1
2010-08-25fix errorsJonathan Gordon1-3/+4
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon3-6/+24
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon3-12/+143
2010-08-16Make %pb without any params work as expectedJonathan Gordon1-3/+3
2010-08-16fix FS#11542 - %t() not workingJonathan Gordon1-0/+2
2010-08-15fix FS#11519 - clock tags wernt updating like they shouldJonathan Gordon2-2/+6
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon3-8/+111
2010-08-15Allow 'long' labels with single-argument %xd too. The label need to be at lea...Magnus Holmgren1-2/+3
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 Gordon2-1/+2
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon6-237/+198
2010-08-14Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(...Jonathan Gordon3-15/+18
2010-08-14Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon1-3/+6
2010-08-13Fix backdrops from sbs not being loaded correctly (caused by r27791).Thomas Martitz1-3/+4
2010-08-12Backdrop dir needs to go through get_user_file_path()Thomas Martitz1-2/+4
2010-08-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon4-8/+31
2010-08-12When using the tag argument in %%xd(): 1) clear the image first, so that imag...Magnus Holmgren1-6/+9
2010-08-12Slightly change bl (battery level) when used in an enum: if the enum containe...Magnus Holmgren1-3/+5
2010-08-11Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren1-2/+3
2010-08-10Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon1-1/+1
2010-08-10Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the...Jonathan Gordon1-4/+5
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 Gordon3-16/+63
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon4-19/+23
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz2-2/+3
2010-08-01Fix FS#11508 - remote LCD targets crash because the remote wps fails to loadJonathan Gordon1-0/+17
2010-08-01woopsiesJonathan Gordon1-1/+1
2010-08-01woopsiesJonathan Gordon1-1/+1
2010-08-01FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanupJonathan Gordon2-8/+5
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken3-5/+6
2010-07-29Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon2-0/+41
2010-07-29fix touchscreen errorsJonathan Gordon1-4/+2
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon14-2830/+1522
2010-07-23The previous commit was broken, not only because of the red. Fix it.Thomas Martitz1-5/+10
2010-07-23Make %tx work as intended, so that it ignores the true case for non-RDS targets.Thomas Martitz1-0/+5
2010-07-16prevent the parser crashing if a font fails to load and is refresencd in more...Jonathan Gordon1-1/+5
2010-07-11skin engine: fix simulator buildsRafaël Carré1-2/+3
2010-07-11enable skin debug only in the simulatorRafaël Carré3-3/+3