summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy8-139/+8
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy2-38/+3
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy5-197/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-2/+2
2019-02-26Fix skin_engine.c Album Art never dealloc'd on theme changeWilliam Wilgus1-0/+7
2017-11-24Do playback restarts the proper wayMichael Sevakis1-16/+7
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis1-16/+5
2017-02-11Improve radio RDS driver and frameworkMichael Sevakis1-2/+4
2017-02-04Fix dangerous castsAmaury Pouly1-1/+1
2016-08-12Fix misleading indentation as pointed out by the new gcc warningFrank Gevaerts1-3/+3
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly1-4/+2
2014-12-20Fix broken buflib_handle check in backdrop settings loaderThomas Jarosch1-1/+1
2014-09-08Correct some file permissions.Szymon Dziok1-0/+0
2014-07-21add supports for x,y value in percentage to several tags.Chiwen Chang1-16/+100
2014-06-29skin_engine: kill scrolling if the buffer movesJonathan Gordon1-0/+10
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz1-3/+3
2014-06-02fix indenting, editor went nutsJonathan Gordon1-8/+8
2014-06-02skin_engine: Don't double free buflib handles shared by skin imagesJonathan Gordon1-0/+12
2014-05-18Also make sure progressbars don't tihnk their images are loadedJonathan Gordon1-0/+1
2014-05-18fix skin buffer crashes, img's are not loaded initialyJonathan Gordon1-0/+1
2014-05-14don't load the same bmp image more than once in a skinJonathan Gordon1-2/+22
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-03-10Implement time-based resume and playback start.Michael Sevakis2-2/+5
2014-01-22Fix red on monochrome.Thomas Martitz1-0/+2
2014-01-22skin_engine/backdrops: Have to reload default backdrops from setting when it ...Thomas Martitz2-2/+5
2014-01-12skin_engine: Stricter checking for x, y, width, height for bar tags.Thomas Martitz1-4/+17
2014-01-12skin_engine: New param "noborder" for the bar tags.Thomas Martitz3-0/+14
2014-01-12touchscreen/skin_engine: The touchregion handler didn't handle that vertical ...Thomas Martitz1-2/+2
2014-01-10skin engine: Fix FS#12884.Thomas Martitz3-27/+27
2014-01-09skin_engine: Pass string to put_line() via $t because they can be very large.Thomas Martitz1-4/+6
2014-01-07Oops, pasted to the wrong place.Thomas Martitz1-1/+1
2014-01-07Fix a few reds and yellows.Thomas Martitz1-1/+2
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz2-8/+3
2014-01-07skin_engine: Adapt put_line().Thomas Martitz4-65/+54
2013-12-30Fix build errorJonathan Gordon1-0/+2
2013-12-29skin_engine: unload skin backdrops when the skins are resetJonathan Gordon1-0/+2
2013-12-23fix some reds.Thomas Martitz1-0/+2
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-2/+0
2013-12-14scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz1-2/+7
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-3/+2
2013-06-23skin_engine: Fix crash on skin_reset (e.g. on language change).Thomas Martitz1-1/+2
2013-06-09Fix warning (move variable into #ifdef section).Thomas Martitz1-2/+2
2013-06-09Fix reds (this code needs #ifdef HAVE_ALBUMART)Thomas Martitz1-0/+2
2013-06-09skin_engine: Fix albumart logic on skin reloading.Thomas Martitz3-22/+24
2013-02-28Revert "skin tags: fix the id3 track/disc numbers in conditionals"Jonathan Gordon1-12/+2
2013-02-26checkwps: show a helpful error if the parser callback errors outJonathan Gordon1-3/+3
2013-02-26skin engine: Relax the AA load width/height checksJonathan Gordon1-4/+0
2013-02-21skin tags: fix the id3 track/disc numbers in conditionalsJonathan Gordon1-2/+12
2013-02-19Theme Engine: Fix progress bar slider (FS#12823)Alex Mayer1-8/+4