summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_engine.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-1/+5
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-10/+0
2019-02-26Fix skin_engine.c Album Art never dealloc'd on theme changeWilliam Wilgus1-0/+7
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 Martitz1-0/+3
2013-12-30Fix build errorJonathan Gordon1-0/+2
2013-12-29skin_engine: unload skin backdrops when the skins are resetJonathan Gordon1-0/+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 Martitz1-2/+15
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon1-2/+14
2013-02-12Fix (c) notice which was apparently copy/pasted from a completly unrelated fileJonathan Gordon1-2/+1
2013-02-11remove unused membersJonathan Gordon1-8/+0
2012-06-19CHARCELL doesn't have sbs support, so disable it properly.Frank Gevaerts1-2/+6
2011-12-20Another round of making local functions staticBertrik Sikken1-1/+1
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero1-1/+0
2011-11-28Be less smart about when to reload skins as it caused more problems than it w...Jonathan Gordon1-17/+8
2011-11-28Fix FS#12408 - don't load skins too early causing buflib handles to leakJonathan Gordon1-0/+6
2011-11-21Fix the charcell compile error and rmeove an unused #defineJonathan Gordon1-0/+2
2011-11-21skinengine: Load the fms the first time the fm screen is entered instead of o...Jonathan Gordon1-5/+10
2011-11-21skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon1-112/+133
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon1-2/+2
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-13/+13
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-4/+3
2011-10-05Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]"Thomas Martitz1-28/+3
2011-09-28fix FS#12295Jonathan Gordon1-2/+7
2011-09-25fix APPLICATION build errorsJonathan Gordon1-0/+1
2011-09-25fix warningsJonathan Gordon1-0/+2
2011-09-25Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can...Jonathan Gordon1-2/+25
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-3/+2
2011-09-15skin_engine: make sure to free all buflib allocations so we dont leak handles...Jonathan Gordon1-28/+35
2011-09-11Fix albumart which r30500 broke (FS#12271)Jonathan Gordon1-4/+4
2011-09-11Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() ...Jonathan Gordon1-0/+1
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-2/+1
2011-03-07move code around to make checkwps compileJonathan Gordon1-62/+0
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon1-0/+62
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-4/+2
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz1-6/+6
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon1-1/+13
2010-10-16skin_engine: struct gui_skin can be staticBertrik Sikken1-1/+1
2010-09-14fix errors, warnings, tabsJonathan Gordon1-3/+8
2010-09-14new file got lostJonathan Gordon1-0/+246