index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
/
xkbActions.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-03-16
xkb: the VCP can post device events, don't stop xkb filtering on it.
Peter Hutterer
1
-2
/
+2
2009-02-23
Input: change processing API to InternalEvents.
Peter Hutterer
1
-3
/
+3
2009-02-23
xkb: _XkbFilterRedirectKey needs to pass InternalEvents down.
Peter Hutterer
1
-10
/
+10
2009-02-23
Xi: support InternalEvents in UpdateDeviceState, parts of POE and EnqueueEvent
Peter Hutterer
1
-11
/
+1
2009-02-23
xkb: Switch the xkb event processing path over to InternalEvents.
Peter Hutterer
1
-10
/
+18
2009-01-22
XKB: Sanitise vmods for redirected keys
Daniel Stone
1
-4
/
+4
2009-01-22
XKB: Sanitise ctrls action
Daniel Stone
1
-1
/
+1
2009-01-22
XKB: Sanitise pointer actions
Daniel Stone
1
-4
/
+4
2009-01-22
Input: Ignore modifiers in core input processing
Daniel Stone
1
-14
/
+2
[next]