summaryrefslogtreecommitdiff
path: root/src/gui/skin.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-25A host of code style fixesBjørn Lindeijer1-5/+5
Mostly putting & and * in the right place and making some getters const.
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-15/+32
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/+174
other widget containers to use skins as well, and to make it easier to extend later. Signed-off-by: Ira Rice <irarice@gmail.com>