summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c
AgeCommit message (Expand)Author
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-11-30Very small code shuffle to maybe make parseing %if() a smidgen fasterJonathan Gordon
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon
2010-11-12Android: Fix compilation failureThomas Martitz
2010-11-11fix warningsJonathan Gordon
2010-11-11Add a bit more debug output to checkwpsJonathan Gordon
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon
2010-10-12skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon
2010-10-12improvement for bar tag with slider.Teruaki Kawashima
2010-10-12Skin bar tags fix+cleanup:Jonathan Gordon
2010-10-11check viewport dimension when parsing viewport so that player doesn't clash w...Teruaki Kawashima
2010-10-10fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon
2010-10-10Add "resumeplayback" touchscreen button action which returns you to the previ...Jonathan Gordon
2010-10-09fix a stupid typo in the vertical bar tag parser, spotted by teruJonathan Gordon
2010-09-29explicitly set img->using_preloaded_icons in parse_image_load() and don't rel...Teruaki Kawashima
2010-09-16fix redJonathan Gordon
2010-09-16skin engine: completly rework the sbs title handing codeJonathan Gordon
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon
2010-09-06fix warningJonathan Gordon
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon
2010-09-05progressbars are drawn inside viewports so all coords are viewport relative. ...Jonathan Gordon
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon
2010-08-16Make %pb without any params work as expectedJonathan Gordon
2010-08-16fix FS#11542 - %t() not workingJonathan Gordon
2010-08-15fix FS#11519 - clock tags wernt updating like they shouldJonathan Gordon
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon
2010-08-15Allow 'long' labels with single-argument %xd too. The label need to be at lea...Magnus Holmgren
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon
2010-08-14Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(...Jonathan Gordon
2010-08-14Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon
2010-08-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon
2010-08-10Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon
2010-08-05New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-08-01Fix FS#11508 - remote LCD targets crash because the remote wps fails to loadJonathan Gordon
2010-08-01FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanupJonathan Gordon
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken
2010-07-29fix touchscreen errorsJonathan Gordon
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon
2010-07-23The previous commit was broken, not only because of the red. Fix it.Thomas Martitz
2010-07-23Make %tx work as intended, so that it ignores the true case for non-RDS targets.Thomas Martitz
2010-07-16prevent the parser crashing if a font fails to load and is refresencd in more...Jonathan Gordon
2010-07-11enable skin debug only in the simulatorRafaël Carré
2010-06-21Allow the progressbar and volume touch regions to be reverse by prepending th...Jonathan Gordon
2010-06-20woops, this chaneg tooJonathan Gordon
2010-06-15first step of making touch regions usable in all skins, not just the WPS.. no...Jonathan Gordon