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
2009-09-27
Don't send events through the master if the device has SendCoreEvents off.
Peter Hutterer
1
-2
/
+2
2009-05-08
dix: fix calculation of number of fake KeyRelease events
Pierre Ossman
1
-5
/
+9
2009-01-30
dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)
Peter Hutterer
1
-1
/
+13
2009-01-12
dix: drop x/y back into last.valuators before updating the history (#19285)
Peter Hutterer
1
-3
/
+3
2009-01-09
dix: move MAX_VALUATOR_EVENTS into include/input.h
Peter Hutterer
1
-4
/
+0
2008-12-09
dix: fix calculation of valuator events.
Peter Hutterer
1
-3
/
+3
2008-12-01
input: don't switch MDs' classes around between SDs.
Peter Hutterer
1
-44
/
+0
2008-11-04
dix: clean up GetPointerEvents and GetKeyboardValuatorEvents.
Peter Hutterer
1
-155
/
+237
2008-11-04
DIX: Remove unnecessary prototype
Daniel Stone
1
-1
/
+0
2008-10-31
dix: SwitchCorePointer is long gone, bury it.
Peter Hutterer
1
-16
/
+0
2008-10-08
mi: functions here are carrying 'time' without need.
Tiago Vignatti
1
-1
/
+1
2008-10-03
dix: fix axis scaling.
Peter Hutterer
1
-2
/
+6
2008-10-03
dix: don't lose subpixel precision when scaling.
Peter Hutterer
1
-7
/
+11
2008-08-15
dix: stick a warning in about loss of subpixel precision.
Peter Hutterer
1
-0
/
+1
2008-08-08
dix: don't try to create events if we don't have a screen. #16898
Peter Hutterer
1
-0
/
+2
2008-08-08
dix: remove obsolete FIXME comment.
Peter Hutterer
1
-4
/
+0
2008-07-13
Add support for multiple pointer acceleration schemes. #8583
Simon Thum
1
-79
/
+7
2008-07-10
Fix incorrect test regarding keyboard map.
Ander Conselvan de Oliveira
1
-1
/
+2
2008-06-25
dix: InitEventList does not need to be _X_EXPORT.
Peter Hutterer
1
-1
/
+1
2008-06-15
Xi: avoid double button mapping.
Keith Packard
1
-1
/
+1
2008-06-13
Fix "warning: pointer targets in assignment differ in signedness".
Eamon Walsh
1
-1
/
+1
2008-06-13
Fix "warning: assignment from incompatible pointer type".
Eamon Walsh
1
-1
/
+1
2008-06-02
dix: don't read valuators past numAxes.
Peter Hutterer
1
-0
/
+2
2008-05-31
dix: Remove superfluous comment.
Peter Hutterer
1
-2
/
+1
2008-05-26
dix: store the absolute values in the motion history.
Peter Hutterer
1
-2
/
+3
2008-05-26
If core motion history is required, scale back to screen coords and INT16.
Peter Hutterer
1
-4
/
+42
2008-05-26
Ensure the motion history is merged for master devices.
Peter Hutterer
1
-13
/
+107
2008-05-26
dix: Allocate MD's motion history to be large enough for potential valuators
Peter Hutterer
1
-3
/
+13
2008-05-25
Remove GetMotionProc from ValuatorClassRec.
Peter Hutterer
1
-2
/
+2
2008-05-23
dix: update valuators > 2 as well.
Peter Hutterer
1
-12
/
+45
2008-05-23
dix: don't allow relative data in deviceValuators.
Peter Hutterer
1
-17
/
+4
2008-05-23
dix: more device scaling insanity.
Peter Hutterer
1
-30
/
+38
2008-05-23
input: instead of lastx/y, use a last.valuators[] array on the device.
Peter Hutterer
1
-21
/
+22
2008-05-23
dix: coreEvents doesn't have meaning here, use master instead.
Peter Hutterer
1
-3
/
+4
2008-05-23
dix: Cleanup of GetPointerEvents
Magnus Vigerlöf
1
-45
/
+48
2008-05-23
dix: Correct clipAxis so it can handle devices with value ranges properly
Magnus Vigerlöf
1
-11
/
+4
2008-05-22
dix: fill valuators with the correct values depending on the device mode (GPE)
Peter Hutterer
1
-7
/
+11
2008-05-22
Make all conversion handling in GPE.
Magnus Vigerlöf
1
-79
/
+144
2008-05-02
Merge branch 'master' into mpx
Peter Hutterer
1
-4
/
+6
2008-05-02
dix: continue to check for invalid valuator ranges.
Peter Hutterer
1
-1
/
+8
2008-04-30
Dix: Cleaned up sanity checking in Get{Pointer,Keyboard}Events
Jeremy Huddleston
1
-3
/
+9
2008-04-30
dix: fix typo from last commit.
Peter Hutterer
1
-6
/
+6
2008-04-30
input: replace -1 as default axis limit with NO_AXIS_LIMIT define.
Peter Hutterer
1
-8
/
+9
2008-04-30
dix: fix typo in clipAxis.
Peter Hutterer
1
-2
/
+3
2008-04-29
dix: store all valuators as they come from the device in the valuator events.
Peter Hutterer
1
-16
/
+12
2008-04-18
dix: remove coreOnly check. Core pointer must generate XI events now.
Peter Hutterer
1
-27
/
+22
2008-04-08
dix: Ensure Proximity events don't kill the server.
Magnus Vigerlöf
1
-1
/
+16
2008-04-07
Merge branch 'master' into dcdc_rework
Peter Hutterer
1
-1
/
+1
2008-03-25
Fix that last commit.
Adam Jackson
1
-1
/
+1
2008-03-25
Fix getValuatorEvents to compute number of valuators correctly.
Sascha Hlusiak
1
-1
/
+1
[next]