summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/skin_backdrops.c
AgeCommit message (Expand)AuthorFilesLines
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