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
/
dix
/
getevents.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-07
dix: make sure the mask is set for emulated scroll events (#52508)
Peter Hutterer
1
-0
/
+2
2012-07-02
Merge branch 'sigsafe-logging-varargs'
Keith Packard
1
-2
/
+2
2012-07-02
Log messages in GetTouchEvents() in a signal safe manner
Chase Douglas
1
-2
/
+2
2012-06-20
dix: if the scroll valuator reaches INT_MAX, reset to 0
Peter Hutterer
1
-6
/
+34
2012-06-07
Replace a few BUG_WARN with BUG_RETURN_VAL
Peter Hutterer
1
-4
/
+1
2012-06-04
Fix crash for motion events from devices without valuators
Michal Suchanek
1
-1
/
+1
2012-05-16
dix: undo transformation for missing valuators (#49347)
Peter Hutterer
1
-4
/
+21
2012-05-01
dix: don't emulate scroll events for non-existing axes (#47281)
Peter Hutterer
1
-0
/
+3
2012-04-12
dix: don't BUG_WARN for button events from button-only device
Daniel Kurtz
1
-1
/
+1
2012-03-22
Merge branch 'dtrace-input-abi' into for-keith
Peter Hutterer
1
-0
/
+42
2012-03-22
dix: add dtrace probes to input API
Peter Hutterer
1
-0
/
+42
2012-03-22
dix: set raw event values before adding up relative values (#46976)
Peter Hutterer
1
-4
/
+5
2012-03-22
dix: fix compiler warning "unused variable 'scr'"
Peter Hutterer
1
-1
/
+0
2012-03-22
dix: when rescaling from master, rescale from desktop dimensions (#46657)
Peter Hutterer
1
-2
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-246
/
+238
2012-02-27
dix: avoid NULL-pointer dereference on button-only devices (#38313)
Peter Hutterer
1
-4
/
+15
2012-02-14
dix: reset last.scroll when resetting the valuator (#45611)
Peter Hutterer
1
-0
/
+2
2012-01-24
Don't set X and Y valuators for indirect touch events
Chase Douglas
1
-1
/
+1
2012-01-24
Only update pointer motion data for pointer emulated touch events
Chase Douglas
1
-2
/
+6
2012-01-24
Only scale direct device touch coordinates
Chase Douglas
1
-1
/
+6
2012-01-06
dix: fix wrong condition checking for attached slave (#44003)
Peter Hutterer
1
-1
/
+1
2011-12-21
dix: remove requirement for client_id be the first element
Peter Hutterer
1
-2
/
+5
2011-12-21
dix: handle DIX-submitted touch events
Peter Hutterer
1
-20
/
+57
2011-12-20
dix: generate touchpoints from driver-submitted data
Daniel Stone
1
-2
/
+148
2011-12-20
dix: add GetTouchOwnership event API
Daniel Stone
1
-0
/
+35
2011-12-19
Add the touch input API stubs
Daniel Stone
1
-0
/
+48
2011-12-16
Xi: process raw touch events
Peter Hutterer
1
-1
/
+10
2011-12-16
dix: split positionSprite into scale_to_desktop and positionSprite
Peter Hutterer
1
-20
/
+52
2011-12-13
dix: move storing last.valuators into a helper function
Peter Hutterer
1
-12
/
+26
2011-11-09
dix: Don't let a driver without a ProximityClassRec post events
Peter Hutterer
1
-1
/
+1
2011-11-02
Merge remote-tracking branch 'whot/two-screen-coordinates'
Keith Packard
1
-38
/
+104
2011-10-25
dix: accept a NULL master for CreateClassesChangedEvent
Peter Hutterer
1
-1
/
+1
2011-10-25
dix: pass the flags into the CreateClassesChangedEvent
Peter Hutterer
1
-4
/
+3
2011-10-25
dix: add ScrollInfo to DeviceChangedEvents
Peter Hutterer
1
-0
/
+1
2011-10-18
dix: mark motion events as emulated if we're scrolling from button press
Peter Hutterer
1
-9
/
+23
2011-10-13
input: change pointer screen crossing behaviour for multiple ScreenRecs
Peter Hutterer
1
-27
/
+93
2011-10-13
dix: extend rescaleValuatorAxis to take a minimum default
Peter Hutterer
1
-15
/
+15
2011-10-11
dix: move MD last.valuator update into fill_pointer_events
Peter Hutterer
1
-6
/
+7
2011-10-11
mi: switch miPointerSetPosition to take doubles
Peter Hutterer
1
-15
/
+12
2011-10-11
mi: return the screen from miPointerSetPosition
Peter Hutterer
1
-2
/
+1
2011-10-11
dix: drop screen argument from positionSprite
Peter Hutterer
1
-6
/
+7
2011-10-11
dix: move screen- to device coordinate scaling to separate function
Peter Hutterer
1
-18
/
+32
2011-10-11
dix: don't allow keyboard devices to submit motion or button events.
Peter Hutterer
1
-0
/
+10
2011-10-11
dix: moveRelative modifies parameter in-place, say so.
Peter Hutterer
1
-1
/
+1
2011-10-11
dix: rename moveAbsolute to clipAbsolute
Peter Hutterer
1
-2
/
+2
2011-10-11
dix: fix missing verb in comment
Peter Hutterer
1
-2
/
+3
2011-10-11
dix: document transformAbsolute
Peter Hutterer
1
-0
/
+8
2011-10-06
dix: fix inverted handling of legacy scroll button events
Max Schwarz
1
-4
/
+5
2011-10-04
dix: warn about keyboard events with valuator masks
Peter Hutterer
1
-0
/
+5
2011-10-04
dix: fill out root_x/y for keyboard events
Peter Hutterer
1
-4
/
+17
[next]