summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_display.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-14Fix last charcell warningFrank Gevaerts1-0/+3
2011-08-14need... sleep... try again to fix redJonathan Gordon1-0/+5
2011-08-14fix charcell again.... wouldnt it be nice to remove charcell support all toge...Jonathan Gordon1-1/+18
2011-08-14New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon1-17/+12
2011-05-08More tab fixesBertrik Sikken1-1/+1
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon1-1/+2
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon1-0/+22
2011-01-13remove unecessary (duplicated even) headerJonathan Gordon1-1/+0
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon1-0/+10
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon1-3/+16
2010-10-12skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon1-2/+2
2010-10-12improvement for bar tag with slider.Teruaki Kawashima1-21/+37
2010-10-10Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts1-143/+1
2010-10-08fix displaying of the slider when default is used for pb->y and pb->height.Teruaki Kawashima1-22/+16
2010-10-04Fix FS#11651 - slider wasnt being drawn correctly with inverted (and vertical...Jonathan Gordon1-5/+19
2010-10-03correct drawing of the bar type tags when nofill is set.Teruaki Kawashima1-41/+29
2010-09-14fix errors, warnings, tabsJonathan Gordon1-4/+4
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-13/+18
2010-09-02fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon1-9/+8
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon1-8/+69
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon1-187/+3
2010-08-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon1-1/+5
2010-08-11Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren1-2/+3
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon1-1/+1
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken1-0/+1
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-640/+88
2010-06-08hopefully fix the problem with lines in viewports being pushed down one line. Jonathan Gordon1-2/+5
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon1-4/+19
2010-06-06don't draw the presets on the FM frequency bar, they look like crap. This wil...Jonathan Gordon1-1/+1
2010-05-31draw markers on the FM frequency bar for presets (like cuesheet markers in th...Jonathan Gordon1-7/+16
2010-05-21make radioart work in the sbsJonathan Gordon1-1/+1
2010-05-20pass pointers around instead of coping whole structsJonathan Gordon1-1/+1
2010-05-17count is being used as the value of the last item to show, so rename it to no...Jonathan Gordon1-4/+4
2010-05-17the fm presets list should wrap.. so make that workJonathan Gordon1-1/+1
2010-05-16fix a minor fms presetlist viewer bug with displaying prev when you are on th...Jonathan Gordon1-2/+3
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon1-2/+9
2010-05-13fix the freq bar after music playsJonathan Gordon1-5/+5
2010-05-13fix FS#11264 - frequency bar and presets not working in the sbsJonathan Gordon1-1/+1
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon1-1/+5
2010-05-12fix red and yellow (most of it anyway)Jonathan Gordon1-2/+0
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon1-25/+136
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon1-34/+25
2010-05-07Minor const police raid.Steve Bavin1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon1-3/+12
2010-05-05fix player red.Jonathan Gordon1-1/+1
2010-05-05Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon1-0/+4
2010-04-25Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon1-2/+10
2010-04-192 quick fixes Jonathan Gordon1-1/+14
2010-04-18Move audio_peek_track declaration from skin_display.c to audio.hBertrik Sikken1-1/+0