| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix forgotten change of j to mods in X11FakeKeyboardHandler. | Sebastien Braun | 2010-10-13 | 1 | -1/+1 |
| | | |||||
| * | Formatting fixes for X11FakeKeyboardHandler | Sebastien Braun | 2010-10-13 | 1 | -1/+6 |
| | | |||||
| * | Code cleanup and simplification for X11FakeKeyboardHandler | Sebastien Braun | 2010-10-11 | 1 | -324/+331 |
| | | |||||
| * | Code cleanup for inputEvent.h | Sebastien Braun | 2010-10-10 | 1 | -5/+5 |
| | | | | | | | | - Use Qt's fixed-width integral types instead of stdint.h, which I forgot to include anyway - CamelCase identifiers - fix underscore position on instance variables | ||||
| * | Code cleanup for X11FakeKeyboardHandler.cpp | Sebastien Braun | 2010-10-10 | 1 | -225/+184![]() |
| | | | | | | | - CamelCase names - Add more comments - Remove unused stuff | ||||
| * | Rework template meta-magic | Sebastien Braun | 2010-10-07 | 1 | -2/+2 |
| | | | | | | | | - 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 | ||||
| * | Fix typo that prevents correct compilation when XInput2.h is present | Sebastien Braun | 2010-10-06 | 1 | -1/+1 |
| | | |||||
| * | Fix recognition of letters in keyboard handler | Sebastien Braun | 2010-10-05 | 1 | -1/+1 |
| | | |||||
| * | Add hard requirement for XInput library. | Sebastien Braun | 2010-10-05 | 1 | -4/+45 |
| | | | | | XInput2 will be preferred if its presence is detected. | ||||
| * | Refactor InputEvent handler code. | Sebastien Braun | 2010-10-05 | 1 | -2/+2 |
| | | | | | | | - Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation. | ||||
| * | 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 | 1 | -0/+800 |

