summaryrefslogtreecommitdiff
path: root/src/gui/vbox.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-08Removed the unused Box, VBox and HBox classesBjørn Lindeijer1-33/+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-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-4/+2
2005-06-18Added simple layout/container widgets (VBox and HBox).Aaron Marks1-0/+37