Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-27 | Compile warning fixes | Bjørn Lindeijer | 1 | -2/+2 | |
Mostly unsigned/signed mismatches and an unused variable. | |||||
2009-03-11 | Enforce minimum widths and heights to be at least as big as the minumum | Ira Rice | 1 | -2/+2 | |
width and height for the skin used. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-11 | Modified Skin class to use proper encapsulation, instead of leaving its | Ira Rice | 1 | -3/+37 | |
skin variables public. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-11 | Moved the Skin class outside of the Window class, in order to allow | Ira Rice | 1 | -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> |