aboutsummaryrefslogtreecommitdiff
path: root/common/EventDispatcher.cpp
AgeCommit message (Expand)Author
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2017-07-27COMMON: Only clear events from the EventSources in clearEvents()Thierry Crozat
2017-07-26COMMON: Add method in EventManager to clear the event queueThierry Crozat
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-05Revert "COMMON: Fix crash when the keymapper and the event recorder are enabled"Filippos Karapetis
2013-07-05COMMON: Fix crash when the keymapper and the event recorder are enabledFilippos Karapetis
2013-07-05COMMON: Initialize EventDispatcher::_autoFreeMapper.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-03-02KEYMAPPER: Add delays for *UP events coming from non-keysTarek Soliman
2012-02-20KEYMAPPER: Rewrite the EventMapper APITarek Soliman
2012-02-20KEYMAPPER: Having a mapper is no longer optionalTarek Soliman
2012-02-20KEYMAPPER: EventMapper must now eat all eventsTarek Soliman
2011-08-08RECORDER: Restore event recorder functionality.Eugene Sandulenko
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-07-26Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name clashe...Paul Gilbert