summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
AgeCommit message (Expand)Author
2014-01-12skin_engine: New param "noborder" for the bar tags.Thomas Martitz
2014-01-10skin engine: Fix FS#12884.Thomas Martitz
2013-06-09skin_engine: Fix albumart logic on skin reloading.Thomas Martitz
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon
2012-12-099 segment bitmap drawing:Jonathan Gordon
2012-07-05skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon
2012-07-05skin_engine: Automatically create touch regions for skin barsJonathan Gordon
2012-05-06get_image_filename() return value is never usedRafaël Carré
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon
2012-02-28skin_engine: Clean up %x() handling - beware theme issuesJonathan Gordon
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon
2012-02-26FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon
2011-10-16Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txtThomas Martitz
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2011-09-11Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon
2011-09-11New tag %ss() which lets you get a substring of another tag.Jonathan Gordon
2011-09-08Use buflib for skin images. Allows much more images to be loadedJonathan Gordon
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon
2011-08-14New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon
2011-07-28skin engine softlock support for touchscreens:Jonathan Gordon
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon
2011-03-07last of the errors... hopefullyJonathan Gordon
2011-03-07move code around to make checkwps compileJonathan Gordon
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon
2011-02-28Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon
2011-01-25Remove WPS related variable which is read but not set or changed. Closes FS#1...Andree Buschmann
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing p...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-10fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon
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-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan 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-07-29Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...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-07Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon