index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
skin_engine
/
skin_backdrops.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix broken buflib_handle check in backdrop settings loader
Thomas Jarosch
2014-12-20
*
skin_engine/backdrops: Have to reload default backdrops from setting when it ...
Thomas Martitz
2014-01-22
*
skin_engine: Add a debug screen to display skin ram usage
Jonathan Gordon
2013-02-12
*
Fix checks on buflib allocated handles (0 is not a valid handle value)
Bertrik Sikken
2012-06-10
*
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
2012-05-02
*
lcd/skin_engine: Add the ability to draw onto the backdrop layer
Jonathan Gordon
2012-02-28
*
slightly reaarange code to make fml happy :)
Jonathan Gordon
2011-11-27
*
Free a handle when we try to load a backdrop file which doesnt exist or cant ...
Jonathan Gordon
2011-11-27
*
skinengine: Rework skin loading so skins can be un/loaded individually. This ...
Jonathan Gordon
2011-11-21
*
Get rid of a really annoying #ifdef line to check if backdrop support should ...
Jonathan Gordon
2011-11-19
*
Fix FS#12357 - New backdrop not displayed after set backdrop from context menu
Thomas Martitz
2011-10-28
*
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-10-15
*
Make sure to set the current lcd backdrop id so the buflib move callback can ...
Jonathan Gordon
2011-09-13
*
make some stuff static
Jonathan Gordon
2011-09-08
*
fix checkwps
Jonathan Gordon
2011-09-08
*
Use buflib for the skin backdrop images potentially allowing multiple images ...
Jonathan Gordon
2011-09-08
*
Support loading backdrops from anywhere in the filesystem. Fixes FS#12041
Frank Gevaerts
2011-04-10
*
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-12-06
*
Don't try to show a backdrop if the bmp wasnt loaded successfully
Jonathan Gordon
2010-10-18
*
Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...
Jonathan Gordon
2010-09-19
*
Another major skin backend update/hopefully bugfix:
Jonathan Gordon
2010-09-14
*
Fix backdrops from sbs not being loaded correctly (caused by r27791).
Thomas Martitz
2010-08-13
*
Backdrop dir needs to go through get_user_file_path()
Thomas Martitz
2010-08-12
*
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
2010-07-29
*
Correct reusing buffers if the backdrop file is already loaded.
Teruaki Kawashima
2010-06-03
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...
Teruaki Kawashima
2010-03-06
*
Set missing svn properties
Nils Wallménius
2010-02-27
*
Fix the mechanism to fail to parse skins if images fail to load and fix havin...
Thomas Martitz
2010-02-21
*
Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...
Jonathan Gordon
2010-02-16