index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guilib
/
SkinInfo.cpp
Age
Commit message (
Expand
)
Author
2010-04-26
renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/h
alcoheca
2010-04-14
fixed: Kill off attempts at loading custom skin files multiple times.
jmarshallnz
2010-04-07
added: <debugging>true</debugging> flag to skin.xml allowing skin debugging i...
jmarshallnz
2010-03-11
fixed: slowmo mode in Confluence.
jmarshallnz
2010-03-10
changed: Introduce a virtual window id for the start window to ensure we aren...
jmarshallnz
2010-03-10
refactor: Moved common startup window code to CSkinInfo
jmarshallnz
2010-03-10
removed: unused <zoom> parameter in skin.xml
jmarshallnz
2010-03-10
cleanup: Use HasSkinFile() rather than CFile::Exists(GetSkinPath()) all the t...
jmarshallnz
2010-03-10
cleanup: the resolution output parameter in GetSkinPath() should be optional.
jmarshallnz
2010-03-09
cleanup: Loading of XML in CSkinInfo to use XMLUtils and change Check() to re...
jmarshallnz
2010-03-09
removed: Unused <credits> section from skin.xml - it'll be handled by the des...
jmarshallnz
2010-03-09
cleanup: Ensure const'ness applies in CSkinInfo and remove useless bits of th...
jmarshallnz
2010-02-19
fixed: compile warnings
jmarshallnz
2009-12-18
revert: r22386 locale hack for reading skin version
althekiller
2009-10-07
fixed: Skin resolution picking wasn't working. Caused MediaStream to startup...
jmarshallnz
2009-09-23
changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller