summaryrefslogtreecommitdiff
path: root/src/gui/skin.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-27Compile warning fixesBjørn Lindeijer1-2/+2
Mostly unsigned/signed mismatches and an unused variable.
2009-03-11Enforce minimum widths and heights to be at least as big as the minumumIra Rice1-2/+2
width and height for the skin used. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-03-11Modified Skin class to use proper encapsulation, instead of leaving itsIra Rice1-3/+37
skin variables public. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-03-11Moved the Skin class outside of the Window class, in order to allowIra Rice1-0/+67
other widget containers to use skins as well, and to make it easier to extend later. Signed-off-by: Ira Rice <irarice@gmail.com>