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