| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add description to input event handlers so they can | Sebastien Braun | 2010-10-05 | 1 | -0/+40 |
| | | |||||
| * | Add Permission checking and session information code. | Sebastien Braun | 2010-10-05 | 4 | -0/+493 |
| | | |||||
| * | Refactor InputEvent handler code. | Sebastien Braun | 2010-10-05 | 6 | -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.cpp | Sebastien Braun | 2010-10-05 | 2 | -10/+12 |
| | | |||||
| * | Fix Xkb handling on certain systems. | Sebastien Braun | 2010-10-05 | 1 | -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 presence | Sebastien Braun | 2010-10-05 | 1 | -1/+1 |
| | | |||||
| * | Implement first version of basic input event support | Sebastien Braun | 2010-10-05 | 12 | -0/+1551 |
