summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_display.c (follow)
Commit message (Expand)AuthorAge
* Correct some file permissions.Szymon Dziok2014-09-08
* skin_engine: Make %Vs affect the whole line.Thomas Martitz2014-04-18
* ab_repeat: Move GUI bits to the skin engine. This allows ab_repeat to be comp...Thomas Martitz2014-03-10
* skin_engine: New param "noborder" for the bar tags.Thomas Martitz2014-01-12
* skin_engine: Pass string to put_line() via $t because they can be very large.Thomas Martitz2014-01-09
* skin_engine: Adapt put_line().Thomas Martitz2014-01-07
* Theme Engine: Fix progress bar slider (FS#12823)Alex Mayer2013-02-19
* 9 segment bitmap drawing:Jonathan Gordon2012-12-09
* skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon2012-07-05
* fix warningJonathan Gordon2012-02-29
* skin_engine: Clean up %x() handling - beware theme issuesJonathan Gordon2012-02-28
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centeredJonathan Gordon2011-12-14
* Use buflib for all skin engine allocations.Jonathan Gordon2011-11-15
* Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz2011-11-08
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Use buflib for skin images. Allows much more images to be loadedJonathan Gordon2011-09-08
* Lists can now be completly draw using the skin engine!Jonathan Gordon2011-09-06
* 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
* New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon2011-08-14
* More tab fixesBertrik Sikken2011-05-08
* Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon2011-03-07
* New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon2011-01-24
* remove unecessary (duplicated even) headerJonathan Gordon2011-01-13
* FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon2011-01-13
* Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon2010-11-18
* skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon2010-10-12
* improvement for bar tag with slider.Teruaki Kawashima2010-10-12
* Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts2010-10-10
* fix displaying of the slider when default is used for pb->y and pb->height.Teruaki Kawashima2010-10-08
* Fix FS#11651 - slider wasnt being drawn correctly with inverted (and vertical...Jonathan Gordon2010-10-04
* correct drawing of the bar type tags when nofill is set.Teruaki Kawashima2010-10-03
* fix errors, warnings, tabsJonathan Gordon2010-09-14
* Another major skin backend update/hopefully bugfix:Jonathan Gordon2010-09-14
* fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon2010-09-02
* A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon2010-08-15
* Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon2010-08-14
* New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon2010-08-12
* Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren2010-08-11
* Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon2010-08-02
* Make some global function/variables local (by making them static)Bertrik Sikken2010-07-30
* FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon2010-07-29
* hopefully fix the problem with lines in viewports being pushed down one line. Jonathan Gordon2010-06-08
* Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon2010-06-07
* don't draw the presets on the FM frequency bar, they look like crap. This wil...Jonathan Gordon2010-06-06
* draw markers on the FM frequency bar for presets (like cuesheet markers in th...Jonathan Gordon2010-05-31
* make radioart work in the sbsJonathan Gordon2010-05-21
* pass pointers around instead of coping whole structsJonathan Gordon2010-05-20