index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
/
xkbActions.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-01-22
Input: Remove state from KeyClassRec
Daniel Stone
1
-19
/
+3
2009-01-22
XKB: Remove lock actions disabling
Daniel Stone
1
-35
/
+0
2009-01-20
XKB: Remove unnecessary prototype
Daniel Stone
1
-6
/
+0
2009-01-08
xkb: fix typo - missing negation when checking button state.
Peter Hutterer
1
-1
/
+1
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
-7
/
+7
2008-12-02
Xi: fix use of button->down - bitflags instead of int arrays.
Peter Hutterer
1
-2
/
+2
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-7
/
+7
2008-11-04
xkb: when faking mouse button events, fake them on the correct devices.
Peter Hutterer
1
-8
/
+5
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
2008-06-18
input: fix up usage of button->down, used to be a bitmask, is now an array.
Peter Hutterer
1
-2
/
+2
2008-04-22
Merge branch 'master' into mpx
Peter Hutterer
1
-1
/
+1
2008-04-22
xkb: use the correct device instead of an uninitialised "dev". #15614
Egbert Eich
1
-1
/
+1
2008-04-07
Merge branch 'master' into dcdc_rework
Peter Hutterer
1
-5
/
+4
2008-04-01
XKB: Fix processInputProc wrapping
Thomas Jaeger
1
-5
/
+4
[next]