summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c
AgeCommit message (Expand)Author
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon
2010-01-18Add a missing #include, make a function static, make touchpad_set_buttonlight...Bertrik Sikken
2010-01-15outright reject any tags which need a special parser in the wps playlist view...Jonathan Gordon
2010-01-13fix typoJonathan Gordon
2010-01-13FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...Jonathan Gordon
2010-01-07fix checkwpsJonathan Gordon
2010-01-07RTL language enhancements by Tomers Shalev and I.Jonathan Gordon
2009-12-29WPS: Use helper function to parse int value on album-art directiveTomer Shalev
2009-12-20Make read-only struct constBertrik Sikken
2009-12-20Code police: add missing header file, make some local functions staticBertrik Sikken
2009-12-04Skin parser: Use parse_list() when possibleTomer Shalev
2009-12-03fix FS#10674 - make skin debugger count the lines correctly so the line numbe...Jonathan Gordon
2009-11-22fix mono recording token,Jonathan Gordon
2009-11-15FS#10783 - WPS translationTomer Shalev
2009-11-09Implement %Ss for playback speedFrank Gevaerts
2009-11-04Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz
2009-11-04Fix the WPS to work properly with the statusbar for the previous change.. Sid...Jonathan Gordon
2009-11-03Initial recording screen skin support (usable in .sbs skins only for now)Jonathan Gordon
2009-11-02Add touchscreen WPS actions for volume up/down (using a button rather than th...Rob Purchase
2009-11-01Rework how feature skin tags work (%cc currently) when used conditionally (i....Thomas Martitz
2009-11-01Revert r23474 "new skin token: %cx - 24 hour time format enabled in the setti...Rafaël Carré
2009-11-01new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<2...Rafaël Carré
2009-11-01revert that last checkin... something better is coming Jonathan Gordon
2009-11-01new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<2...Jonathan Gordon
2009-11-01Move find_viewport() and find_image() to skin_parser.c where the reset of the...Thomas Martitz
2009-11-01Fix FS#10745 - %mv not working in sbs...Jonathan Gordon
2009-10-19Initial custom statusbar commit.Thomas Martitz
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz
2009-10-16initial custom statusbar commitThomas Martitz
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz
2009-10-16Add %cs tag.Thomas Martitz
2009-10-14Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...Thomas Martitz
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev
2009-10-09Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz
2009-10-05Fix FS#10617 (fix spotted by Teruaki Kawashima), something about the %C not w...Jonathan Gordon
2009-09-26new skin tag: %Sx|<english>| will display the current languages translation o...Jonathan Gordon
2009-09-25Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz
2009-09-25Redo 22825 but this time with caring about alignment.Thomas Martitz
2009-09-25r22826 is causing data aborts when the wps is loaded in the parse_list functi...Karl Kurbjun
2009-09-25Remove some some code in favor of a single parse_list() call.Thomas Martitz
2009-09-18Actually fix AA display... previous commit was borkedJonathan Gordon
2009-09-18fix FS#10599 and do r22721 a slightly better way. the %C tag is internally co...Jonathan Gordon
2009-09-13Remove some trailing whitespaces in in the skin engine files.Thomas Martitz
2009-09-13Fix/band aid the freeze when %V is the first thing (i.e. in line 1) in a .wps...Thomas Martitz
2009-09-11Initialize token before using.Teruaki Kawashima
2009-09-08Fix/commit FS#10595. A (sub)line could be part of the previous viewport due t...Thomas Martitz
2009-09-07add a bit more debug info for skins... show the subimage id in the display im...Jonathan Gordon
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon
2009-09-06fix red :)Jonathan Gordon
2009-09-06Make the e200 compile the vled for the sim... other targets are probably doin...Jonathan Gordon