aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/event_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* menu: mouse events now take points, not the single coordsAlexander Sulfrian2013-01-181-3/+3
|
* menu/event_manager: add more mouse eventsAlexander Sulfrian2013-01-131-0/+8
|
* menu: use boost::shared_mutexAlexander Sulfrian2013-01-131-4/+4
| | | | | 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 headerAlexander Sulfrian2013-01-131-2/+0
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-051-3/+3
| | | | | | 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
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-051-1/+1
|
* correctly locking and freeing the event buffers on destructionAlexander Sulfrian2013-01-051-0/+6
|
* added mouse_move signal to event managerAlexander Sulfrian2013-01-051-1/+1
|
* added event_managerAlexander Sulfrian2013-01-051-0/+106
event_manager for passing the events from the SDL thread to the event thread