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
/
xkbAccessX.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-03
xkb: add hook to allow/deny AccessX key repeat
Olivier Fourdan
1
-1
/
+3
2016-04-15
xkb: fix SlowKeys release/reject beeps
Peter Hutterer
1
-1
/
+4
2015-11-24
Input: Add DeviceEventSource enum
Daniel Stone
1
-1
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-9
/
+9
2014-04-03
Revert "xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP"
Peter Hutterer
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-12
/
+12
2012-12-05
xkb: only post a XTest release if the XTest device has the button down
Peter Hutterer
1
-2
/
+7
2012-12-05
xkb: always post XTest button up when the physical button released (#28808)
Peter Hutterer
1
-15
/
+14
2012-11-29
xkb: fill in keycode and event type for slow keys enablement
Peter Hutterer
1
-2
/
+4
2012-10-29
xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP
Peter Hutterer
1
-1
/
+1
2012-07-04
xkb: use local variable instead of casting arg
Peter Hutterer
1
-5
/
+5
2012-06-07
xkb: warn if XKB SlowKeys have been automatically enabled
Peter Hutterer
1
-2
/
+7
2012-05-14
xkb: Remove redundant declarations.
Michal Suchanek
1
-1
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-430
/
+442
2011-10-03
Add #include "inpututils.h" to xkbAccessX.c for init_device_event
Alan Coopersmith
1
-0
/
+1
2011-08-22
input: provide a single function to init DeviceEvents to 0
Peter Hutterer
1
-6
/
+2
2011-02-22
Switch to use IsFloating()
Peter Hutterer
1
-1
/
+1
2010-07-02
xkb: release XTEST pointer buttons on physical releases. (#28808)
Peter Hutterer
1
-13
/
+10
2010-07-01
xkb: merge lockedPtrButtons state from all attached SDs.
Peter Hutterer
1
-1
/
+17
2010-07-01
xkb: remove now obsolete comment.
Peter Hutterer
1
-16
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-02-02
xkb: sed True -> TRUE and False -> FALSE
Peter Hutterer
1
-15
/
+15
2009-12-03
Set the source and deviceid for key repeat events (#24785)
Peter Hutterer
1
-0
/
+2
2009-09-22
input: don't use typecasts to access members of InternalEvent.
Peter Hutterer
1
-1
/
+1
2009-09-14
xkb: drop key presses for already repeating keys. (#23889)
Peter Hutterer
1
-4
/
+8
2009-09-04
input: allow for detectable autorepeat.
Daniel Stone
1
-9
/
+2
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
1
-0
/
+1
2009-06-02
xkb: allow pointer events to pass through for floating SDs without a key class.
Peter Hutterer
1
-5
/
+15
2009-05-22
input: allow for master pointers to not have a button class.
Peter Hutterer
1
-1
/
+1
2009-03-03
Fix build with --enable-debug.
Jason Vas Dias
1
-1
/
+1
2009-02-23
Input: change processing API to InternalEvents.
Peter Hutterer
1
-5
/
+4
2009-02-23
Xi: support InternalEvents in UpdateDeviceState, parts of POE and EnqueueEvent
Peter Hutterer
1
-10
/
+1
2009-02-23
xkb: Switch the xkb event processing path over to InternalEvents.
Peter Hutterer
1
-32
/
+44
2009-01-22
XKB: Fix logic error
Daniel Stone
1
-1
/
+1
2009-01-22
XKB: Remove unused DDX functions
Daniel Stone
1
-3
/
+1
2009-01-22
Input: Remove state from KeyClassRec
Daniel Stone
1
-1
/
+0
2009-01-20
XKB: Only Xi events are processed
Daniel Stone
1
-8
/
+11
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-9
/
+9
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-7
/
+7
2008-07-28
xkb: don't send core events on SlowKeys.
Peter Hutterer
1
-1
/
+1
2008-07-23
Unifdef QNX.
Adam Jackson
1
-3
/
+0
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu BĂ©rard
1
-1
/
+1
2008-06-25
xkb: remove unused variable is_core.
Peter Hutterer
1
-2
/
+1
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
1
-6
/
+2
2008-02-17
XKB: Remove a bunch of mad ifdefs
Daniel Stone
1
-6
/
+2
2008-01-15
xkb: don't do core key repeats, XI only is the path to light.
Peter Hutterer
1
-3
/
+2
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-5
/
+10
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-5
/
+10
2007-11-29
xkb: swap a LookupKeyboardDevice over in favour of GetPairedDevice
Peter Hutterer
1
-1
/
+1
[next]