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
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
2011-09-30
Input: Add smooth-scrolling support to GetPointerEvents
Peter Hutterer
1
-4
/
+166
2011-09-29
Input: Add POINTER_EMULATED flag to GetPointerEvents
Daniel Stone
1
-0
/
+6
2011-09-29
Input: Split GetPointerEvents body into a helper function
Daniel Stone
1
-28
/
+48
2011-09-29
Input: Set last valuators in GetPointerEvents only
Daniel Stone
1
-7
/
+7
2011-09-29
Input: Convert DeviceIntRec::last to use doubles
Daniel Stone
1
-38
/
+29
2011-09-29
Input: Make DeviceEvent use doubles internally
Daniel Stone
1
-3
/
+1
2011-09-29
Input: Make RawDeviceEvent use doubles internally
Daniel Stone
1
-14
/
+6
2011-09-29
Input: Modify mask in-place in positionSprite
Daniel Stone
1
-37
/
+30
2011-09-29
Input: Convert positionSprite and GetPointerEvents to double
Daniel Stone
1
-92
/
+56
2011-09-29
Input: Don't call positionSprite for non-pointer devices
Daniel Stone
1
-21
/
+12
2011-09-29
Input: Convert rescaleValuatorAxis to double
Daniel Stone
1
-50
/
+61
2011-09-29
Input: Remove x and y from moveAbsolute/moveRelative
Daniel Stone
1
-22
/
+20
2011-09-29
Input: Convert acceleration code to using ValuatorMask
Daniel Stone
1
-6
/
+12
2011-09-29
Input: Set fractional member in set_raw_valuators
Daniel Stone
1
-6
/
+14
2011-09-29
Input: Convert transformAbsolute to work on doubles
Daniel Stone
1
-10
/
+15
2011-09-29
Input: Convert clipAxis, moveAbsolute and moveRelative to double
Daniel Stone
1
-23
/
+25
2011-09-29
Input: Prepare moveRelative for conversion to double
Daniel Stone
1
-29
/
+17
2011-09-29
Input: Prepare moveAbsolute for conversion to double
Daniel Stone
1
-22
/
+12
2011-09-29
Input: Store clipped absolute axes in the mask
Daniel Stone
1
-0
/
+1
2011-08-22
input: provide a single function to init DeviceEvents to 0
Peter Hutterer
1
-15
/
+4
2011-08-22
dix: fix compiler warnings ("foo" set but not used)
Peter Hutterer
1
-8
/
+0
2011-07-01
Input: Reset SD remainder when copying co-ords from MD
Daniel Stone
1
-0
/
+7
2011-07-01
input: add POINTER_NORAW to avoid generation of raw events (#30068)
Peter Hutterer
1
-7
/
+11
[prev]
[next]