index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
skin_engine
/
skin_backdrops.c
Age
Commit message (
Expand
)
Author
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-10-18
Don't try to show a backdrop if the bmp wasnt loaded successfully
Jonathan Gordon
2010-09-19
Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...
Jonathan Gordon
2010-09-14
Another major skin backend update/hopefully bugfix:
Jonathan Gordon
2010-08-13
Fix backdrops from sbs not being loaded correctly (caused by r27791).
Thomas Martitz
2010-08-12
Backdrop dir needs to go through get_user_file_path()
Thomas Martitz
2010-07-29
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
2010-06-03
Correct reusing buffers if the backdrop file is already loaded.
Teruaki Kawashima
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-03-06
skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t...
Teruaki Kawashima
2010-02-27
Set missing svn properties
Nils Wallménius
2010-02-21
Fix the mechanism to fail to parse skins if images fail to load and fix havin...
Thomas Martitz
2010-02-16
Reuse the backdrop buffers if 2 skins use the same backdrop (on the same scre...
Jonathan Gordon