summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/wps_internals.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-04skin engine: Settings ID to pointer conversionsAidan MacDonald1-1/+2
2022-11-23skin engine: Remove albumart viewport fieldAidan MacDonald1-1/+0
2022-11-23skin engine: Remove viewport_colour viewport fieldAidan MacDonald1-1/+0
2022-11-23skin engine: Remove progressbar viewport fieldAidan MacDonald1-1/+0
2022-11-17skin engine: Remove playlistviewer viewport fieldAidan MacDonald1-1/+0
2022-11-15skin engine: Reduce scope of internal wps_data structAidan MacDonald1-0/+9
2022-11-10skin engine: Remove gui_img viewport fieldAidan MacDonald1-1/+0
2022-10-18Move skin global state to the WPSAidan MacDonald1-22/+0
2022-10-18Remove is_fading from the global WPS stateAidan MacDonald1-1/+0
2022-10-18Remove ff_rewind from global WPS stateAidan MacDonald1-1/+0
2022-10-17Limit exposure of skin engine internalsAidan MacDonald1-0/+11
2022-10-15skin_engine fix invalid buflib handle checksWilliam Wilgus1-1/+1
2021-06-22Touchscreen: adjust how bar padding is handledAidan MacDonald1-0/+2
2020-10-28Framebuffer_viewport Rewrite -- BUG FIXWilliam Wilgus1-1/+1
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus1-7/+7
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-0/+1
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-14/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-3/+0
2014-01-12skin_engine: New param "noborder" for the bar tags.Thomas Martitz1-0/+1
2014-01-10skin engine: Fix FS#12884.Thomas Martitz1-3/+2
2013-06-09skin_engine: Fix albumart logic on skin reloading.Thomas Martitz1-0/+3
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon1-0/+11
2012-12-099 segment bitmap drawing:Jonathan Gordon1-0/+1
2012-07-05skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon1-0/+2
2012-07-05skin_engine: Automatically create touch regions for skin barsJonathan Gordon1-0/+1
2012-05-06get_image_filename() return value is never usedRafaël Carré1-1/+1
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon1-0/+9
2012-02-28skin_engine: Clean up %x() handling - beware theme issuesJonathan Gordon1-1/+0
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon1-1/+2
2012-02-26FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon1-0/+1
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon1-1/+1
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-81/+85
2011-10-16Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txtThomas Martitz1-1/+1
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-0/+3
2011-09-11Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon1-0/+5
2011-09-11New tag %ss() which lets you get a substring of another tag.Jonathan Gordon1-0/+6
2011-09-08Use buflib for skin images. Allows much more images to be loadedJonathan Gordon1-0/+1
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon1-0/+1
2011-08-14New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon1-0/+13
2011-07-28skin engine softlock support for touchscreens:Jonathan Gordon1-0/+2
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon1-11/+36
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon1-6/+5
2011-03-07last of the errors... hopefullyJonathan Gordon1-0/+2
2011-03-07move code around to make checkwps compileJonathan Gordon1-1/+3
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon1-4/+8
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon1-1/+9
2011-02-28Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon1-0/+7
2011-01-25Remove WPS related variable which is read but not set or changed. Closes FS#1...Andree Buschmann1-1/+0
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon1-0/+1
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing p...Jonathan Gordon1-1/+4