summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_backdrops.c (follow)
Commit message (Expand)AuthorAge
* Fix broken buflib_handle check in backdrop settings loaderThomas Jarosch2014-12-20
* skin_engine/backdrops: Have to reload default backdrops from setting when it ...Thomas Martitz2014-01-22
* skin_engine: Add a debug screen to display skin ram usageJonathan Gordon2013-02-12
* Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken2012-06-10
* Use buflib for the allocation of voice PCM resources.Michael Sevakis2012-05-02
* lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon2012-02-28
* slightly reaarange code to make fml happy :)Jonathan Gordon2011-11-27
* Free a handle when we try to load a backdrop file which doesnt exist or cant ...Jonathan Gordon2011-11-27
* skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon2011-11-21
* Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon2011-11-19
* Fix FS#12357 - New backdrop not displayed after set backdrop from context menuThomas Martitz2011-10-28
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Make sure to set the current lcd backdrop id so the buflib move callback can ...Jonathan Gordon2011-09-13
* make some stuff staticJonathan Gordon2011-09-08
* fix checkwpsJonathan Gordon2011-09-08
* Use buflib for the skin backdrop images potentially allowing multiple images ...Jonathan Gordon2011-09-08
* Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts2011-04-10
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* Don't try to show a backdrop if the bmp wasnt loaded successfullyJonathan Gordon2010-10-18
* Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...Jonathan Gordon2010-09-19
* Another major skin backend update/hopefully bugfix:Jonathan Gordon2010-09-14
* Fix backdrops from sbs not being loaded correctly (caused by r27791).Thomas Martitz2010-08-13
* Backdrop dir needs to go through get_user_file_path()Thomas Martitz2010-08-12
* FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon2010-07-29
* Correct reusing buffers if the backdrop file is already loaded.Teruaki Kawashima2010-06-03
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...Teruaki Kawashima2010-03-06
* Set missing svn propertiesNils Wallménius2010-02-27
* Fix the mechanism to fail to parse skins if images fail to load and fix havin...Thomas Martitz2010-02-21
* Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...Jonathan Gordon2010-02-16