Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add const where applicable | Alexander Sulfrian | 2013-01-13 | 1 | -5/+5 |
| | |||||
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
| | |||||
* | menu/control: renamed methods to avoid name collisions | Alexander Sulfrian | 2013-01-05 | 1 | -5/+5 |
| | |||||
* | menu/control: ensure safe destruction of the slaves | Alexander Sulfrian | 2013-01-05 | 1 | -2/+5 |
| | |||||
* | menu/control: fix segfaults if manually deletes a control | Alexander Sulfrian | 2013-01-05 | 1 | -3/+14 |
| | |||||
* | fixed include paths | Alexander Sulfrian | 2013-01-05 | 1 | -1/+0 |
| | |||||
* | menu/control: controls are now owned by other controls | Alexander Sulfrian | 2013-01-05 | 1 | -9/+26 |
| | | | | | controls could now be owned by other controls, that are responsible for destruction of their slaves | ||||
* | added parent to control | Alexander Sulfrian | 2013-01-05 | 1 | -1/+17 |
| | | | | parent is used to delete the objects if the parent is deleted | ||||
* | started gui framework | Alexander Sulfrian | 2013-01-05 | 1 | -0/+38 |
renamed menubackground to framebackground and splited out framebackgroundcolor created control as base class renamed draw to repaint and on_draw to draw in drawable implemented drawablecontrol as base for all visible controls on windows created container (subclass of drawablecontrol) that could contain other drawablecontrols created frame (subclass of container) with a background added openGL ldflag |