summaryrefslogtreecommitdiff
path: root/src/gui/vbox.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-01-08Removed the unused Box, VBox and HBox classesBjørn Lindeijer1-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-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?
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-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-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-7/+11
from the 0.1.0 branch.
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-9/+0
2005-06-18Added simple layout/container widgets (VBox and HBox).Aaron Marks1-0/+50