summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_backdrops.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28Fix display regression from c85d8e2William Wilgus1-2/+9
2020-10-28Framebuffer_viewport Rewrite -- BUG FIXWilliam Wilgus1-1/+3
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-4/+21
2014-12-20Fix broken buflib_handle check in backdrop settings loaderThomas Jarosch1-1/+1
2014-01-22skin_engine/backdrops: Have to reload default backdrops from setting when it ...Thomas Martitz1-2/+2
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon1-0/+19
2012-06-10Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken1-1/+1
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis1-1/+1
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon1-7/+27
2011-11-27slightly reaarange code to make fml happy :)Jonathan Gordon1-1/+1
2011-11-27Free a handle when we try to load a backdrop file which doesnt exist or cant ...Jonathan Gordon1-0/+4
2011-11-21skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon1-22/+34
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon1-2/+1
2011-10-28Fix FS#12357 - New backdrop not displayed after set backdrop from context menuThomas Martitz1-9/+10
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-5/+2
2011-09-13Make sure to set the current lcd backdrop id so the buflib move callback can ...Jonathan Gordon1-0/+4
2011-09-08make some stuff staticJonathan Gordon1-3/+3
2011-09-08fix checkwpsJonathan Gordon1-2/+16
2011-09-08Use buflib for the skin backdrop images potentially allowing multiple images ...Jonathan Gordon1-12/+63
2011-04-10Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts1-9/+5
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-10/+4
2010-10-18Don't try to show a backdrop if the bmp wasnt loaded successfullyJonathan Gordon1-6/+10
2010-09-19Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...Jonathan Gordon1-8/+9
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-44/+120
2010-08-13Fix backdrops from sbs not being loaded correctly (caused by r27791).Thomas Martitz1-3/+4
2010-08-12Backdrop dir needs to go through get_user_file_path()Thomas Martitz1-2/+4
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-2/+2
2010-06-03Correct reusing buffers if the backdrop file is already loaded.Teruaki Kawashima1-3/+3
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-2/+1
2010-03-06skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima1-3/+1
2010-02-27Set missing svn propertiesNils Wallménius1-1/+1
2010-02-21Fix the mechanism to fail to parse skins if images fail to load and fix havin...Thomas Martitz1-2/+3
2010-02-16Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...Jonathan Gordon1-0/+119