summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_parser.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-14New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon1-0/+84
2011-07-28Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char s...Jonathan Gordon1-88/+80
2011-07-28skin engine softlock support for touchscreens:Jonathan Gordon1-5/+11
2011-05-23Fix %Tl 'last touch' tag not accepting the timeoutJonathan Gordon1-1/+2
2011-05-13Skin engine: Swap meaning of & and * for touch regions.Thomas Martitz1-2/+2
2011-05-08More tab fixesBertrik Sikken1-1/+1
2011-04-17Move declaration of global function cfg_string_to_int to header file settings.hBertrik Sikken1-1/+0
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon1-5/+106
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon1-6/+10
2011-03-22Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ...Jonathan Gordon1-0/+1
2011-03-07last of the errors... hopefullyJonathan Gordon1-1/+5
2011-03-07move code around to make checkwps compileJonathan Gordon1-0/+62
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon1-51/+9
2011-03-01fix redJonathan Gordon1-0/+2
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon1-23/+52
2011-03-01Remove code duplication in some generic skin touch action handling.Jonathan Gordon1-1/+1
2011-03-01Add a touchaction "none" which does nothing when pressed. This will allow som...Jonathan Gordon1-0/+1
2011-02-28Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon1-9/+71
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon1-2/+14
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing p...Jonathan Gordon1-2/+10
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon1-0/+6
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-2/+1
2010-11-30Very small code shuffle to maybe make parseing %if() a smidgen fasterJonathan Gordon1-8/+8
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon1-0/+5
2010-11-12Android: Fix compilation failureThomas Martitz1-0/+2
2010-11-11fix warningsJonathan Gordon1-1/+1
2010-11-11Add a bit more debug output to checkwpsJonathan Gordon1-0/+5
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz1-3/+3
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon1-0/+6
2010-10-28skin_parser: Change the way hardware conditionals are done (i.e %?cc)Jonathan Gordon1-0/+6
2010-10-12skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon1-24/+33
2010-10-12improvement for bar tag with slider.Teruaki Kawashima1-0/+3
2010-10-12Skin bar tags fix+cleanup:Jonathan Gordon1-8/+25
2010-10-11check viewport dimension when parsing viewport so that player doesn't clash w...Teruaki Kawashima1-2/+6
2010-10-10fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon1-4/+1
2010-10-10Add "resumeplayback" touchscreen button action which returns you to the previ...Jonathan Gordon1-0/+3
2010-10-09fix a stupid typo in the vertical bar tag parser, spotted by teruJonathan Gordon1-1/+1
2010-09-29explicitly set img->using_preloaded_icons in parse_image_load() and don't rel...Teruaki Kawashima1-5/+9
2010-09-16fix redJonathan Gordon1-0/+2
2010-09-16skin engine: completly rework the sbs title handing codeJonathan Gordon1-0/+3
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-27/+15
2010-09-06fix warningJonathan Gordon1-1/+1
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon1-0/+25
2010-09-05progressbars are drawn inside viewports so all coords are viewport relative. ...Jonathan Gordon1-1/+1
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-1/+9
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon1-1/+36
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 Gordon1-2/+2
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon1-0/+37