Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | menu: code style: change naming of bool-getter to is prefix | Alexander Sulfrian | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
| | |||||
* | changed from SDL rendering to OpenGL | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | | | | draw, repaint methods do not have the SDL_Surface* parameter anymore | ||||
* | added SDL_Surface* display to all repaint/draw methods | Alexander Sulfrian | 2013-01-05 | 1 | -3/+2 |
| | |||||
* | started gui framework | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | redraw on property change | Alexander Sulfrian | 2013-01-05 | 1 | -0/+1 |
| | |||||
* | added drawable abstract base class | Alexander Sulfrian | 2013-01-05 | 1 | -0/+51 |