aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/control.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add const where applicableAlexander Sulfrian2013-01-131-5/+5
|
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* menu/control: renamed methods to avoid name collisionsAlexander Sulfrian2013-01-051-5/+5
|
* menu/control: ensure safe destruction of the slavesAlexander Sulfrian2013-01-051-2/+5
|
* menu/control: fix segfaults if manually deletes a controlAlexander Sulfrian2013-01-051-3/+14
|
* fixed include pathsAlexander Sulfrian2013-01-051-1/+0
|
* menu/control: controls are now owned by other controlsAlexander Sulfrian2013-01-051-9/+26
| | | | | controls could now be owned by other controls, that are responsible for destruction of their slaves
* added parent to controlAlexander Sulfrian2013-01-051-1/+17
| | | | parent is used to delete the objects if the parent is deleted
* started gui frameworkAlexander Sulfrian2013-01-051-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