| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
draw, repaint methods do not have the SDL_Surface* parameter anymore
|
| |
|
|
|
|
| |
parent is used to delete the objects if the parent is deleted
|
|
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
|