summaryrefslogtreecommitdiffstats
path: root/src/input/x11FakeMouseHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixes and code cleanupSebastien Braun2010-10-241-0/+6
|
* Fix stupidity in handler chain definitionSebastien Braun2010-10-111-1/+1
|
* Rework template meta-magicSebastien Braun2010-10-071-4/+10
| | | | | | | - No more implicit dependency on Boost.MPL - Better documentation for template magic - Move input handler policies to handler definitions where they belong - Separate out event descriptions from handlers
* Refactor InputEvent handler code.Sebastien Braun2010-10-051-2/+2
| | | | | | - Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation.
* Implement first version of basic input event supportSebastien Braun2010-10-051-0/+34