Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-21 | utils/activator: removed unnecessary template | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-20 | fix includes | Alexander Sulfrian | 1 | -0/+2 | |
2013-01-13 | menu/background_*: vertices are only recalculated if the size changed | Alexander Sulfrian | 1 | -9/+15 | |
The size of the parent component is cached by the backgrounds and the vertices to draw the backgrounds are only calculated again, if the size of the parent component changed. | |||||
2013-01-13 | menu/background_image: remove the unused texture color | Alexander Sulfrian | 1 | -4/+1 | |
2013-01-13 | menu/texture: implement GlDelayedAllocation interface | Alexander Sulfrian | 1 | -16/+9 | |
Textures are now initialized during their first use, destroyed after their last used and could be use with the Activator. | |||||
2013-01-13 | menu: use RgbColor.get_array(?) magic everywhere | Alexander Sulfrian | 1 | -15/+2 | |
2013-01-13 | remove legacy keywords from file header | Alexander Sulfrian | 1 | -2/+0 | |
2013-01-13 | menu: enable (and disable) glTexture only if needed | Alexander Sulfrian | 1 | -0/+3 | |
2013-01-13 | menu/background: backgrounds get to know the parent component | Alexander Sulfrian | 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. | |||||
2013-01-13 | menu: generalized frame_background to background | Alexander Sulfrian | 1 | -4/+4 | |
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 | |||||
2013-01-05 | menu: use 2d coordinates for opengl | Alexander Sulfrian | 1 | -9/+5 | |
2013-01-05 | added FrameBackgroundImage | Alexander Sulfrian | 1 | -0/+102 | |