summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon3-12/+143
2010-08-16Fix FS#11524 - a sbs could crash on loadJonathan Gordon1-0/+7
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 Gordon5-14/+135
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 Gordon5-8/+41
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 Gordon2-5/+9
2010-08-10Fix FS#11527 - remote wps/sbs doesnt update correctlyJonathan Gordon2-6/+10
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-04Force touchscreen targets into 3x3 grid mode when entering the wps/radio if t...Jonathan Gordon1-2/+7
2010-08-02Fix FS#10926 - h300 wps wouldnt be updated correctly when the backlight turns...Jonathan Gordon2-5/+27
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon7-28/+35
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz3-3/+6
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-31Various minor clean-ups for mrobeBertrik Sikken1-2/+2
2010-07-31remove an unused variableJonathan Gordon1-2/+0
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken4-6/+7
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 Gordon19-2966/+1622
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré1-1/+2
2010-07-24Fix FS#11204 logf build on h300 hung on bootupNils Wallménius1-1/+1
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-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré2-9/+1
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
2010-07-10tweak position of splash so that it is displayed inside the ui viewport.Teruaki Kawashima1-6/+3
2010-06-29Remove some redundant #include'sBertrik Sikken1-1/+0
2010-06-24I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere1-8/+12
2010-06-24Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere1-12/+7