aboutsummaryrefslogtreecommitdiff
path: root/guilib/SkinInfo.cpp
AgeCommit message (Expand)Author
2010-04-26renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/halcoheca
2010-04-14fixed: Kill off attempts at loading custom skin files multiple times.jmarshallnz
2010-04-07added: <debugging>true</debugging> flag to skin.xml allowing skin debugging i...jmarshallnz
2010-03-11fixed: slowmo mode in Confluence.jmarshallnz
2010-03-10changed: Introduce a virtual window id for the start window to ensure we aren...jmarshallnz
2010-03-10refactor: Moved common startup window code to CSkinInfojmarshallnz
2010-03-10removed: unused <zoom> parameter in skin.xmljmarshallnz
2010-03-10cleanup: Use HasSkinFile() rather than CFile::Exists(GetSkinPath()) all the t...jmarshallnz
2010-03-10cleanup: the resolution output parameter in GetSkinPath() should be optional.jmarshallnz
2010-03-09cleanup: Loading of XML in CSkinInfo to use XMLUtils and change Check() to re...jmarshallnz
2010-03-09removed: Unused <credits> section from skin.xml - it'll be handled by the des...jmarshallnz
2010-03-09cleanup: Ensure const'ness applies in CSkinInfo and remove useless bits of th...jmarshallnz
2010-02-19fixed: compile warningsjmarshallnz
2009-12-18revert: r22386 locale hack for reading skin versionalthekiller
2009-10-07fixed: Skin resolution picking wasn't working. Caused MediaStream to startup...jmarshallnz
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller