Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added SDL_Surface* display to all repaint/draw methods | Alexander Sulfrian | 2013-01-05 | 1 | -2/+4 |
| | |||||
* | started gui framework | Alexander Sulfrian | 2013-01-05 | 1 | -3/+3 |
| | | | | | | | | | | 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 | ||||
* | make on_draw protected | Alexander Sulfrian | 2013-01-05 | 1 | -5/+6 |
| | | | | | external classes have to call draw instead of on_draw (so that visible gets evaluated) | ||||
* | added drawable abstract base class | Alexander Sulfrian | 2013-01-05 | 1 | -0/+66 |