Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | menu: mouse events now take points, not the single coords | Alexander Sulfrian | 2013-01-18 | 1 | -3/+5 |
| | |||||
* | menu/event_manager: add more mouse events | Alexander Sulfrian | 2013-01-13 | 1 | -1/+3 |
| | |||||
* | menu: use boost::shared_mutex | Alexander Sulfrian | 2013-01-13 | 1 | -2/+2 |
| | | | | | 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 |
| | |||||
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms | ||||
* | added mouse_move signal to event manager | Alexander Sulfrian | 2013-01-05 | 1 | -0/+4 |
| | |||||
* | added event_manager | Alexander Sulfrian | 2013-01-05 | 1 | -0/+128 |
event_manager for passing the events from the SDL thread to the event thread |