summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add description to input event handlers so they canSebastien Braun2010-10-051-0/+40
|
* Add Permission checking and session information code.Sebastien Braun2010-10-054-0/+493
|
* Refactor InputEvent handler code.Sebastien Braun2010-10-058-50/+90
| | | | | | - 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-053-16/+16
|
* 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
|
* Fix a bug in closeup frame handling.Sebastien Braun2010-10-052-11/+15
| | | | | | | If, while a frame was in closeup mode, the corresponding client went away, the ConnectionFrame would get deleted, but still referenced in ConnectionWindow::_closeupFrame. Naturally, this led to disaster when the same (but really new) frame would be selected again. QPointer guards against QObject's going AWOL.
* Implement first version of basic input event supportSebastien Braun2010-10-0518-14/+1857
|
* Defect #715, apply patch by SébastienJohann Latocha2010-07-073-2/+10
|
* jjls first git commit ever! (svn changes since r793)Johann Latocha2010-07-072-12/+13
|
* initial import of latest svn versionSebastian2010-05-12110-0/+19008