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
/
include
/
inputstr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-09
input: swap the server over to use the XI2mask struct
Peter Hutterer
1
-4
/
+4
2011-12-09
Add a new XI2Mask struct and a few helper functions.
Peter Hutterer
1
-0
/
+6
2011-12-09
dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtr
Peter Hutterer
1
-1
/
+1
2011-12-09
dix: switch the syncEvent queue to a struct list
Peter Hutterer
1
-3
/
+3
2011-11-29
include: fix mask size calculation
Peter Hutterer
1
-1
/
+1
2011-11-02
Merge remote-tracking branch 'whot/two-screen-coordinates'
Keith Packard
1
-2
/
+3
2011-10-25
input: switch InputOption to use XF86OptionRec storage.
Peter Hutterer
1
-7
/
+0
2011-10-13
input: change pointer screen crossing behaviour for multiple ScreenRecs
Peter Hutterer
1
-2
/
+3
2011-09-30
Input: Add smooth-scrolling support to GetPointerEvents
Peter Hutterer
1
-0
/
+20
2011-09-29
Input: Convert DeviceIntRec::last to use doubles
Daniel Stone
1
-2
/
+1
2011-08-22
input: make InputOption opaque, provide interface functions.
Peter Hutterer
1
-0
/
+7
2011-08-22
dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()
Peter Hutterer
1
-1
/
+4
2011-05-25
xserver: remove AbsoluteClass, breaking the A(P|B)I
Simon Thum
1
-2
/
+0
2011-05-03
Input: Add DeepestSpriteWin function
Daniel Stone
1
-0
/
+10
2011-04-18
Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)
Peter Hutterer
1
-1
/
+1
2011-03-24
xserver: remove AbsoluteClassRec keeping the ABI
Simon Thum
1
-23
/
+2
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
1
-4
/
+3
2011-02-22
Move master/lastSlave out of the union into separate fields.
Peter Hutterer
1
-4
/
+2
2011-02-22
dix: add MASTER_ATTACHED as allowed type for GetMaster().
Peter Hutterer
1
-0
/
+1
2011-02-17
dix: refactor scheme init
Simon Thum
1
-0
/
+1
2011-01-06
Input: Export SpriteRec for use in public API
Daniel Stone
1
-41
/
+41
2010-11-26
include: let BitIsOn() return a boolean value.
Peter Hutterer
1
-1
/
+1
2010-10-22
input: remove "mode" field from ValuatorClassRec.
Peter Hutterer
1
-1
/
+0
2010-10-22
input: move proximity state into ProximityClassRec.
Peter Hutterer
1
-1
/
+1
2010-10-22
Add support for per-axis valuator modes (Relative/Absolute)
Chase Douglas
1
-0
/
+1
2010-10-20
Add CountBits() to the server.
Chase Douglas
1
-0
/
+1
2010-06-07
If XTest is always required, then eliminate the XTest devPrivate
Keith Packard
1
-0
/
+3
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
1
-0
/
+4
2010-05-19
render: set anim cursor state for pointer enabled devices only
Tiago Vignatti
1
-0
/
+8
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
1
-1
/
+2
2010-03-26
Cleanup some comments in SpriteRec
Fernando Carrijo
1
-2
/
+10
2010-03-12
Record: Avoid duplicates from replaying frozen events
Daniel Stone
1
-0
/
+30
2009-07-15
Update to type-specific raw events - require inputproto 1.9.99.14.
Peter Hutterer
1
-1
/
+1
2009-07-06
s/MAX_DEVICES/MAXDEVICES/ updates.
Peter Hutterer
1
-1
/
+1
2009-06-18
input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7
Peter Hutterer
1
-0
/
+2
2009-06-18
input: bump to ints for deviceids - XI2 requires 16-bit deviceids.
Peter Hutterer
1
-1
/
+1
2009-06-18
input: change axisVal from uint to double.
Peter Hutterer
1
-1
/
+1
2009-06-17
Xi: Add support for sourceid in the device classes.
Peter Hutterer
1
-0
/
+6
2009-06-11
input: remove dependency on XI2 protocol for XI_LASTEVENT.
Peter Hutterer
1
-2
/
+7
2009-06-02
input: add support for XIAllDevices and XIAllMasterDevices passive grabs.
Peter Hutterer
1
-0
/
+2
2009-06-01
dix: switch grab checking from unsigned shorts to unsigned ints
Peter Hutterer
1
-1
/
+1
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-1
/
+6
2009-05-22
Split the signal-handler's lastSlave out into a separate variable.
Peter Hutterer
1
-0
/
+1
2009-05-21
input: rename device->type to device->xinput_type.
Peter Hutterer
1
-1
/
+1
2009-04-19
input: use a GrabMask union in GrabDevice to allow for XI2 masks.
Peter Hutterer
1
-0
/
+6
2009-04-19
input: replace GrabRec's coreGrab field with grabtype.
Peter Hutterer
1
-1
/
+7
2009-03-20
dix: remove coreMods field from GrabRec.
Peter Hutterer
1
-1
/
+0
2009-03-20
dix: store the xi2mask on grabs and pass it around as needed.
Peter Hutterer
1
-0
/
+2
2009-03-20
Add XI2 masks and XISelectEvent() request handling.
Peter Hutterer
1
-1
/
+7
2009-03-20
Xext: purge XGE event masks.
Peter Hutterer
1
-1
/
+0
[next]