Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | dix: unexport non-public functions from dixgrabs.h and document prototypes | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-02 | dix: unexport GetSpritePosition() | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-09-01 | include: move private definitions out of input.h | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-04-30 | include: move private defs to dixstruct_priv.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-30 | include: split out non-exported prototypes to dix_priv.h | Enrico Weigelt, metux IT consult | 1 | -1/+5 |
2022-07-08 | xkb: rename xkb.h to xkb-procs.h | Peter Hutterer | 1 | -1/+0 |
2020-07-31 | XKB: Add debug key actions for grabs & window tree | Ignacio Casal Quinteiro | 1 | -1/+41 |
2016-09-21 | xkb: fix turbo-repeat of RedirectKey-ed keysyms | Mihail Konev | 1 | -1/+2 |
2016-05-26 | xkb: Hold input lock across injected key event processing | Keith Packard | 1 | -2/+1 |
2016-05-26 | Remove SIGIO support for input [v5] | Keith Packard | 1 | -2/+2 |
2015-11-24 | Input: Add focus-in event source | Daniel Stone | 1 | -0/+26 |
2015-11-24 | XKB: Split filter execution into a separate function | Daniel Stone | 1 | -68/+76 |
2015-09-29 | xkb: Keyboard mouse button emulation should not suppress other keyboard events | Andreas Wettstein | 1 | -1/+3 |
2015-09-29 | xkb: Suppress autorepeat for Set and Lock of Mods, Groups, and Controls | Andreas Wettstein | 1 | -0/+5 |
2015-04-21 | Convert XKB to new *allocarray functions | Alan Coopersmith | 1 | -2/+2 |
2014-11-12 | Drop trailing whitespaces | Peter Hutterer | 1 | -8/+8 |
2014-03-11 | xkb: push locked modifier state down to attached slave devices | Peter Hutterer | 1 | -0/+20 |
2014-03-11 | xkb: factor out state update into a function | Peter Hutterer | 1 | -23/+32 |
2014-03-11 | xkb: factor out the StateNotify flag check | Peter Hutterer | 1 | -9/+18 |
2014-01-12 | Replace 'pointer' type with 'void *' | Keith Packard | 1 | -3/+3 |
2013-03-06 | xkb: Fixes to LatchMods/LatchGroup | Andreas Wettstein | 1 | -69/+80 |
2013-02-08 | xkb: Fix repeat behaviour of redirect and message actions | Andreas Wettstein | 1 | -57/+90 |
2012-05-14 | xkb: Remove redundant declarations. | Michal Suchanek | 1 | -1/+0 |
2012-03-22 | XKB: Redirect actions defunct with Gtk3 (XInput?) | Andreas Wettstein | 1 | -4/+22 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -1022/+1041 |
2012-01-09 | xkb: Message actions suppress other key presses #28575 | Andreas Wettstein | 1 | -1/+1 |
2011-12-12 | _XkbFilterDeviceBtn: move variable declarations to match usage scope | Alan Coopersmith | 1 | -4/+5 |
2011-11-09 | input: replace remaining GetPairedDevice() with GetMaster() | Peter Hutterer | 1 | -1/+1 |
2011-10-25 | xkb: Support noLock and noUnlock flags for LockMods | Andreas Wettstein | 1 | -2/+5 |
2011-05-11 | input: replace EventListPtr with InternalEvent array | Peter Hutterer | 1 | -2/+2 |
2011-03-09 | xkb: Ensure that XKB device private won't leak on device disconnect. | Rami Ylimäki | 1 | -9/+2 |
2011-02-22 | Move master/lastSlave out of the union into separate fields. | Peter Hutterer | 1 | -1/+1 |
2011-02-22 | Switch to use IsFloating() | Peter Hutterer | 1 | -3/+3 |
2010-10-22 | Abstract valuator masks through a set of APIs. | Peter Hutterer | 1 | -5/+8 |
2010-09-01 | xkb: Fix RedirectKey didn't send any event. | David Ge | 1 | -0/+1 |
2010-08-12 | Silence GCC warning about uninitialized lastSlave variable | Keith Packard | 1 | -1/+1 |
2010-08-13 | xkb: if the button isn't down, don't fake an event. | Peter Hutterer | 1 | -0/+5 |
2010-08-13 | xkb: post-fix PointerKeys button events with a DeviceChangedEvent. | Peter Hutterer | 1 | -33/+57 |
2010-07-02 | Update the sprite immediately when moving it with MouseKeys | Alan Coopersmith | 1 | -0/+6 |
2010-07-02 | xkb: release XTEST pointer buttons on physical releases. (#28808) | Peter Hutterer | 1 | -2/+2 |
2010-07-01 | xkb: emulate PointerKeys events only on the master device. | Peter Hutterer | 1 | -5/+4 |
2010-07-01 | xkb: merge lockedPtrButtons state from all attached SDs. | Peter Hutterer | 1 | -0/+8 |
2010-07-01 | xkb: Mark switch case fallthrough with comment. | Peter Hutterer | 1 | -0/+2 |
2010-06-06 | Initialize private keys in test suite | Keith Packard | 1 | -0/+5 |
2010-06-06 | Replace deprecated bzero with memset | Mikhail Gusarov | 1 | -1/+1 |
2010-06-05 | Change the devPrivates API to require dixRegisterPrivateKey | Keith Packard | 1 | -2/+1 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 1 | -3/+3 |
2010-04-19 | xkb: rename XkbFakeDeviceButton and XkbFakeDeviceMotion, move into xkbActions.c | Peter Hutterer | 1 | -13/+84 |
2010-04-16 | xkb: use GPE for XKB fake motion events. | Peter Hutterer | 1 | -2/+2 |