index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
/
xkbActions.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-02-02
xkb: sed True -> TRUE and False -> FALSE
Peter Hutterer
1
-19
/
+19
2010-01-25
xkb: remove _XkbTyped*alloc
Peter Hutterer
1
-4
/
+3
2009-09-13
xkb: split effectiveGroup calculation into separate utility function.
Peter Hutterer
1
-24
/
+5
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
1
-0
/
+1
2009-07-10
Revert "XKB: Sanitise * actions" commits (#19602)
Peter Hutterer
1
-9
/
+9
2009-05-06
xkb: remove oldState from XkbHandleActions.
Peter Hutterer
1
-4
/
+2
2009-03-16
xkb: xkbi has a pointer to the device - use this instead of inputInfo.pointer.
Peter Hutterer
1
-1
/
+1
[next]