summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c (follow)
Commit message (Expand)AuthorAge
* skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify c...Teruaki Kawashima2010-05-19
* fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon2010-05-12
* FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon2010-05-12
* Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon2010-05-05
* Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon2010-04-25
* Fix grammar in the comment (make code non offending :-)Alexander Levin2010-04-21
* really fix "%pv|something else" this timeJonathan Gordon2010-04-20
* 2 quick fixes Jonathan Gordon2010-04-19
* fix escaped chars being displayed twice in the playlist viewer (i.e %> showin...Jonathan Gordon2010-04-17
* allow %pb and %pv (long form) to be put inside conditionals (i.ee not eat the...Jonathan Gordon2010-04-13
* shuld fix red and yellowJonathan Gordon2010-04-11
* Rework how progressbars are managed so you can have as many bars in a viewpor...Jonathan Gordon2010-04-11
* 2 new tags:Jonathan Gordon2010-03-18
* rearrange the skin loading to remove some code dupeJonathan Gordon2010-03-15
* fix the remote font not working when there is no .rsbs loadedJonathan Gordon2010-03-15
* fiddle with the skin debug output so the load lines arnt shown unless debugwp...Jonathan Gordon2010-03-14
* skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima2010-03-06
* cleanup statusbar+base skin relationship...Jonathan Gordon2010-03-06
* FS#11072 - display the filename of the skin begin parsed in the debug outputJonathan Gordon2010-03-03
* remove some gremlins... viewport_set_*() sets the font to the UI font for tha...Jonathan Gordon2010-03-03
* make %Fl (font load) more consistant with bmp loading and require the whole f...Jonathan Gordon2010-03-03
* undo that last undo, make the font loader more forgiving to user errorsJonathan Gordon2010-03-03
* revert r24989 ad r24990 which are cuasing segfaults... they were working fine...Jonathan Gordon2010-03-02
* fix %pb when the height isnt given and it is in a viewport with a user font (...Jonathan Gordon2010-03-02
* fix redJonathan Gordon2010-03-02
* * Make the user font count more saneJonathan Gordon2010-03-02
* Revert r24958. It didn't fix anything (in fact, the problem described didn't ...Thomas Martitz2010-03-01
* move a #ifdef so the full amount of user choosable skin fonts are avilable on...Jonathan Gordon2010-02-28
* redo r24943. the font mappings are not needed once the skin is finished parsi...Jonathan Gordon2010-02-28
* Store the list of fonts in a linked list instead of in a static array (togeth...Thomas Martitz2010-02-27
* 2 new tags for the base skin.Jonathan Gordon2010-02-26
* Change how touchscreen regions work slightly... "It modifies the behaviour of...Jonathan Gordon2010-02-24
* make the parser spit out filenames of images it cant loadJonathan Gordon2010-02-24
* some minor changes to checkwps, shouldn't change anythingJonathan Gordon2010-02-24
* correct checking size in function get_image_filename.Teruaki Kawashima2010-02-22
* Fix the mechanism to fail to parse skins if images fail to load and fix havin...Thomas Martitz2010-02-21
* remote multifont fixes. it shoud be working again (blame AlexP! he made me br...Jonathan Gordon2010-02-21
* 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