Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | menu: use boost::shared_mutex | Alexander Sulfrian | 2013-01-13 | 1 | -1/+0 |
| | | | | | 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/software_mouse_pointer: hide after 2s without movement | Alexander Sulfrian | 2013-01-13 | 1 | -0/+3 |
| | |||||
* | menu/drawable_control: added position, glTransform to position before drawing | Alexander Sulfrian | 2013-01-05 | 1 | -5/+0 |
| | | | | | software_mouse_pointer does not need an own position anymore and simply draw it without position change | ||||
* | menu: use 2d coordinates for opengl | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | menu: Container subclasses need a Container as parent/owner | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | fixed include paths | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | changed from SDL rendering to OpenGL | Alexander Sulfrian | 2013-01-05 | 1 | -3/+12 |
| | | | | draw, repaint methods do not have the SDL_Surface* parameter anymore | ||||
* | added software cursor | Alexander Sulfrian | 2013-01-05 | 1 | -0/+61 |