Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | menu: use boost::shared_mutex | Alexander Sulfrian | 2013-01-13 | 1 | -5/+14 |
| | | | | | Use everywhere a mutable boost::shared_mutex to enable locking during const getter and the multiple reader and single writer pattern. | ||||
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
| | |||||
* | menu: generalized frame_background to background | Alexander Sulfrian | 2013-01-13 | 1 | -0/+2 |
| | | | | | | | | | 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 | ||||
* | menu/text: removed unnecessary block | Alexander Sulfrian | 2013-01-13 | 1 | -9/+7 |
| | |||||
* | utils/rectangle: removed external constructors and added helper | Alexander Sulfrian | 2013-01-13 | 1 | -1/+8 |
| | | | | | constructors that generate a rectangle from GLint[4] or FTBBox are now helper functions to remove the external dependencies from the helper class | ||||
* | menu/text: realign on size change of control | Alexander Sulfrian | 2013-01-13 | 1 | -0/+12 |
| | |||||
* | menu/text: added variable vertical alignment in the box of the control | Alexander Sulfrian | 2013-01-13 | 1 | -4/+25 |
| | |||||
* | menu/text: renamed text_mutex to font_mutex | Alexander Sulfrian | 2013-01-13 | 1 | -2/+3 |
| | | | | | | no the font_mutex should not only serialize all accesses to the text, that should be drawn, also all accesses to the under laying font object should not be at the same time | ||||
* | menu/text: added simple text class and a demo in the loading frame | Alexander Sulfrian | 2013-01-13 | 1 | -0/+88 |