summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_display.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28Fix multiple potential null pointer dereferencessSolomon Peachy1-9/+13
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus1-9/+9
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-18/+1
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-2/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-1/+0
2014-09-08Correct some file permissions.Szymon Dziok1-0/+0
2014-04-18skin_engine: Make %Vs affect the whole line.Thomas Martitz1-9/+9
2014-03-10ab_repeat: Move GUI bits to the skin engine. This allows ab_repeat to be comp...Thomas Martitz1-0/+67
2014-01-12skin_engine: New param "noborder" for the bar tags.Thomas Martitz1-0/+5
2014-01-09skin_engine: Pass string to put_line() via $t because they can be very large.Thomas Martitz1-4/+6
2014-01-07skin_engine: Adapt put_line().Thomas Martitz1-41/+12
2013-02-19Theme Engine: Fix progress bar slider (FS#12823)Alex Mayer1-8/+4
2012-12-099 segment bitmap drawing:Jonathan Gordon1-5/+8
2012-07-05skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon1-0/+8
2012-02-29fix warningJonathan Gordon1-1/+1
2012-02-28skin_engine: Clean up %x() handling - beware theme issuesJonathan Gordon1-8/+1
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero1-33/+0
2011-12-14Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centeredJonathan Gordon1-15/+17
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-22/+25
2011-11-08Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz1-51/+7
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-09-08Use buflib for skin images. Allows much more images to be loadedJonathan Gordon1-6/+14
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon1-0/+8
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