summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine (follow)
Commit message (Expand)AuthorAge
...
* fix redJonathan Gordon2011-09-11
* Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon2011-09-11
* Fix albumart which r30500 broke (FS#12271)Jonathan Gordon2011-09-11
* New tag %ss() which lets you get a substring of another tag.Jonathan Gordon2011-09-11
* Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() ...Jonathan Gordon2011-09-11
* Remove a stray include that managed to slip into the previous commitFrank Gevaerts2011-09-09
* Extend $if() to also allow lt, gt, lte, and gte for strings.Frank Gevaerts2011-09-09
* Use buflib for skin images. Allows much more images to be loadedJonathan Gordon2011-09-08
* make some stuff staticJonathan Gordon2011-09-08
* fix checkwpsJonathan Gordon2011-09-08
* Use buflib for the skin backdrop images potentially allowing multiple images ...Jonathan Gordon2011-09-08
* fix the last of the errorJonathan Gordon2011-09-06
* fix checkwpsJonathan Gordon2011-09-06
* Lists can now be completly draw using the skin engine!Jonathan Gordon2011-09-06
* fix error, none of this code is needed or would work in the checkwps program ...Jonathan Gordon2011-09-04
* Remove duplicated code to search for a setting by its cfg nameJonathan Gordon2011-09-04
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Fix last charcell warningFrank Gevaerts2011-08-14
* need... sleep... try again to fix redJonathan Gordon2011-08-14
* fix charcell again.... wouldnt it be nice to remove charcell support all toge...Jonathan Gordon2011-08-14
* Fix player errorsJonathan Gordon2011-08-14
* New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon2011-08-14
* Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char s...Jonathan Gordon2011-07-28
* skin engine softlock support for touchscreens:Jonathan Gordon2011-07-28
* Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius2011-06-12
* FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon2011-06-01
* Make volume and progresssbar touch regions work with touch timeoutsJonathan Gordon2011-05-23
* Fix %Tl 'last touch' tag not accepting the timeoutJonathan Gordon2011-05-23
* Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscree...Andree Buschmann2011-05-22
* Skin engine: Swap meaning of & and * for touch regions.Thomas Martitz2011-05-13
* More tab fixesBertrik Sikken2011-05-08
* Move declaration of global function cfg_string_to_int to header file settings.hBertrik Sikken2011-04-17
* Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts2011-04-10
* Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann2011-04-04
* Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon2011-03-27
* Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon2011-03-27
* Make repeat mode/shuffle work in the sbs alsoJonathan Gordon2011-03-22
* Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ...Jonathan Gordon2011-03-22
* last of the errors... hopefullyJonathan Gordon2011-03-07
* move code around to make checkwps compileJonathan Gordon2011-03-07
* Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon2011-03-07
* fix redJonathan Gordon2011-03-01
* Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon2011-03-01
* fix yellowJonathan Gordon2011-03-01
* Remove code duplication in some generic skin touch action handling.Jonathan Gordon2011-03-01
* Add a touchaction "none" which does nothing when pressed. This will allow som...Jonathan Gordon2011-03-01
* Add the option of linking the %Tl (last touch) tag to a specific touchregion....Jonathan Gordon2011-02-28
* FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann2011-02-24
* audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis2011-02-10
* Remove WPS related variable which is read but not set or changed. Closes FS#1...Andree Buschmann2011-01-25