aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/event_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-18menu: mouse events now take points, not the single coordsAlexander Sulfrian1-3/+3
2013-01-13menu/event_manager: add more mouse eventsAlexander Sulfrian1-0/+8
2013-01-13menu: use boost::shared_mutexAlexander Sulfrian1-4/+4
Use everywhere a mutable boost::shared_mutex to enable locking during const getter and the multiple reader and single writer pattern.
2013-01-13remove legacy keywords from file headerAlexander Sulfrian1-2/+0
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian1-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
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian1-1/+1
2013-01-05correctly locking and freeing the event buffers on destructionAlexander Sulfrian1-0/+6
2013-01-05added mouse_move signal to event managerAlexander Sulfrian1-1/+1
2013-01-05added event_managerAlexander Sulfrian1-0/+106
event_manager for passing the events from the SDL thread to the event thread