aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/drawable.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* menu: code style: change naming of bool-getter to is prefixAlexander Sulfrian2013-01-131-1/+1
|
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* changed from SDL rendering to OpenGLAlexander Sulfrian2013-01-051-2/+2
| | | | draw, repaint methods do not have the SDL_Surface* parameter anymore
* added SDL_Surface* display to all repaint/draw methodsAlexander Sulfrian2013-01-051-3/+2
|
* started gui frameworkAlexander Sulfrian2013-01-051-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 changeAlexander Sulfrian2013-01-051-0/+1
|
* added drawable abstract base classAlexander Sulfrian2013-01-051-0/+51