Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
| | |||||
* | menu: enable (and disable) glTexture only if needed | Alexander Sulfrian | 2013-01-13 | 1 | -0/+3 |
| | |||||
* | menu/background: backgrounds get to know the parent component | Alexander Sulfrian | 2013-01-13 | 1 | -19/+14 |
| | | | | | | | | | Backgrounds now know the parent control, they are painted in, to query the size. Backgrounds are not allowed to use glClear anymore, should only draw something during the extend of the parent control and should take care to do not modify the opengl cursor position. | ||||
* | menu: generalized frame_background to background | Alexander Sulfrian | 2013-01-13 | 1 | -0/+98 |
background could now be a background for all DrawableControl instances each subclass should call the parents draw() during executing the draw() method for background painting TODO: background should know the size of the control to only draw the background there |