Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-08 | Removed the unused Box, VBox and HBox classes | Bjørn Lindeijer | 1 | -43/+0 | |
They were once meant for doing layout, but never used and the way they're implemented they would be relayouting with every draw, which isn't really nice. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -1/+1 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -7/+11 | |
from the 0.1.0 branch. | |||||
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -9/+0 | |
2005-06-18 | Added simple layout/container widgets (VBox and HBox). | Aaron Marks | 1 | -0/+50 | |