summaryrefslogtreecommitdiff
path: root/src/gui/skin.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Compile warning fixesBjørn Lindeijer1-2/+2
2009-03-25Fixed a static leak in skin loading.Ira Rice1-0/+2
2009-03-25Modified skin loading to save and load a skin's XML path, as well asIra Rice1-18/+35
2009-03-25Moved the responsibility for skin alpha adjustment to the Skin class.Ira Rice1-1/+43
2009-03-11Enforce minimum widths and heights to be at least as big as the minumumIra Rice1-2/+2
2009-03-11Modified Skin class to use proper encapsulation, instead of leaving itsIra Rice1-15/+32
2009-03-11Moved the Skin class outside of the Window class, in order to allowIra Rice1-0/+174