Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-08 | Removed the unused Box, VBox and HBox classes | Bjørn Lindeijer | 1 | -42/+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? | |||||
2005-07-15 | Initialize joystick to NULL and allow right shift and control keys to be used. | Bjørn Lindeijer | 1 | -3/+2 | |
2005-07-08 | Added basic update system (depends on curl). | Aaron Marks | 1 | -0/+1 | |
2005-06-18 | Added simple layout/container widgets (VBox and HBox). | Aaron Marks | 1 | -0/+44 | |