index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
getevents.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-10
dix: allow for button-only input devices (#21457)
Peter Hutterer
1
-15
/
+21
2010-12-09
dix: clear up an overly convoluted if statement.
Peter Hutterer
1
-9
/
+17
2010-11-30
dix: do not use bit-wise operators on the boolean result of BitIsOn
Ferry Huberts
1
-6
/
+6
2010-11-26
dix: remove now unnecessary !! before BitIsOn()
Peter Hutterer
1
-4
/
+4
2010-11-24
dix: add a fixme about a corner-case that should probably be fixed.
Peter Hutterer
1
-0
/
+4
2010-11-24
dix: fix typo, set the second valuator with the y-axis data.
Peter Hutterer
1
-1
/
+1
2010-11-24
dix: GetProximityEvents needs to check up to the last valuator
Peter Hutterer
1
-1
/
+1
2010-11-24
dix: replace a manual valuator check with valuator_get_mode().
Peter Hutterer
1
-1
/
+1
2010-11-24
dix: fix up valuators passed to acceleration code.
Simon Thum
1
-2
/
+7
2010-11-19
Fix transformAbsolute
Chase Douglas
1
-4
/
+8
2010-11-19
Fix GPE Y axis scaling
Chase Douglas
1
-1
/
+1
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
1
-16
/
+6
2010-10-25
Convert some leftover axes->mode access to valuator_get_mode()
Peter Hutterer
1
-2
/
+2
2010-10-22
dix: clip absolute axes depending on their mode.
Peter Hutterer
1
-3
/
+5
2010-10-22
dix: populate motion history only if the mode matches the first axis.
Peter Hutterer
1
-4
/
+2
2010-10-22
dix: send proximity events if one or more axes are Absolute.
Peter Hutterer
1
-4
/
+8
2010-10-22
Add support for per-axis valuator modes (Relative/Absolute)
Chase Douglas
1
-6
/
+17
2010-10-22
dix: get rid of the now-superfluous valuator arrays in GPE and friends.
Peter Hutterer
1
-60
/
+58
2010-10-22
Abstract valuator masks through a set of APIs.
Peter Hutterer
1
-110
/
+135
2010-10-18
fix a sign problem with valuator data.
Joe Shaw
1
-1
/
+1
2010-10-18
dix: update comments for GetPointerEvents and friends
Peter Hutterer
1
-16
/
+6
2010-09-06
input: constify valuators passed in by input drivers.
Peter Hutterer
1
-3
/
+3
2010-08-18
dix: copy the valuators passed into GPE/GKVE/GProxE.
Peter Hutterer
1
-5
/
+16
2010-08-13
xkb: post-fix PointerKeys button events with a DeviceChangedEvent.
Peter Hutterer
1
-5
/
+5
2010-07-07
dix: add aux. functions for button_is_down, set_button_down, set_button_up.
Peter Hutterer
1
-2
/
+33
2010-07-07
dix: use BitIsOn/SetBit/ClearBit macros for set_key_down helpers.
Peter Hutterer
1
-6
/
+6
2010-07-07
dix: treat flags as flags, not as value in key_is_down.
Peter Hutterer
1
-1
/
+1
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-2
/
+2
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
1
-2
/
+2
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
1
-0
/
+19
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-9
/
+9
2010-03-10
dix: Clip only into axis ranges if we're in absolute mode. (#26543)
Peter Hutterer
1
-2
/
+3
2010-02-01
Fix typo in updateSlaveDeviceCoords
Oldřich Jedlička
1
-1
/
+1
2010-01-05
dix: don't update the slave coordinates from the VCK.
Peter Hutterer
1
-2
/
+5
2009-10-02
dix: force a minimum of 0 for screen coordinates.
Peter Hutterer
1
-0
/
+13
2009-09-22
dix: move bounds check before access
Simon Thum
1
-2
/
+3
2009-09-20
Eliminate bogus event resizing.
Keith Packard
1
-24
/
+0
2009-09-08
dix: GetKeyboardValuatorEvents doesn't recurse anymore - fix comment.
Peter Hutterer
1
-4
/
+0
2009-08-17
dix: rework DeviceChangedEvents a bit.
Peter Hutterer
1
-8
/
+4
2009-07-30
dix: update GetMaximumEventsNum() to real value (3).
Peter Hutterer
1
-7
/
+5
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
1
-1
/
+1
2009-07-15
xserver: remove unused code in clipValuators
Éric Piel
1
-2
/
+1
2009-07-15
dix: fix wrong raw valuator copy
Peter Hutterer
1
-3
/
+2
2009-07-15
Update to type-specific raw events - require inputproto 1.9.99.14.
Peter Hutterer
1
-4
/
+2
2009-06-29
dix: report subpixel coordinates for high-resolution devices
Thomas Jaeger
1
-29
/
+63
2009-06-24
dix: update a comment
Thomas Jaeger
1
-1
/
+1
2009-06-24
dix: do away with an instance of temporary in-place modification
Thomas Jaeger
1
-10
/
+9
2009-06-24
dix: deal with first_valuator > 0 correctly if POINTER_SCREEN is set
Thomas Jaeger
1
-5
/
+6
2009-06-22
dix: fix wrong indices in set_valuator.
Peter Hutterer
1
-2
/
+2
[next]