summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Collapse)AuthorAgeFilesLines
* Add Permission checking and session information code.Sebastien Braun2010-10-054-0/+493
|
* Refactor InputEvent handler code.Sebastien Braun2010-10-056-47/+85
| | | | | | - Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation.
* Remove unnecessary Qt dependency from inputEvent.cppSebastien Braun2010-10-052-10/+12
|
* Fix Xkb handling on certain systems.Sebastien Braun2010-10-051-6/+71
| | | | | | On some systems XTEST events are delivered via a special input device that may be configured with a different keymap than the physical keyboard. This patch fixes the keycode lookup to take the XTEST device into account.
* Fix forgotten NOT on test for Xkb presenceSebastien Braun2010-10-051-1/+1
|
* Implement first version of basic input event supportSebastien Braun2010-10-0512-0/+1551