summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-23test/xi2: Really fix infinite loop in test_convert_XITouchOwnershipEventChase Douglas1-1/+1
2011-12-21dix: add TouchGetPointerEventType helper functionChase Douglas2-0/+22
2011-12-13dix: Split ActivatePassiveGrab() from CheckPassiveGrab()Chase Douglas2-89/+112
2011-12-13dix: Move grab check and activation logic to CheckPassiveGrab()Chase Douglas1-180/+204
2011-12-13include: Add an InputLevel enumChase Douglas1-0/+6
2011-09-27Remove the SendEvent bit (0x80) before doing range checks on event type.Sam Spilsbury1-1/+13
2011-05-03Input: Pass co-ordinates by reference to transformAbsoluteChase Douglas1-14/+14
2011-04-07Fix unset valuator handling for XI 1.x valuator events againChase Douglas2-9/+9
2011-04-04Don't report old relative values in getValuatorEventsChase Douglas1-1/+3
2011-04-04Handle non continuous valuator data in getValuatorEventsChase Douglas1-4/+7
2011-03-29Clean up getValuatorEvents using array loop logicChase Douglas1-14/+6
2011-03-14glx: Use PATH_MAX as size of filename bufferChristopher James Halse Rogers1-1/+1
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers7-58/+19
2011-03-14glx: Factor out glxProbeDriver function.Christopher James Halse Rogers5-110/+77
2011-02-17Check for OOM condition in XISendDeviceHierarchyEventBryce Harrington1-0/+2
2010-12-31Make EventIsDeliverable non-staticChase Douglas2-12/+13
2010-12-31Export all valuator_mask_* functionsChase Douglas3-10/+8
2010-12-23Make EventIsDeliverable non-staticChase Douglas2-12/+13
2010-12-23Export all valuator_mask_* functionsChase Douglas3-10/+8
2010-12-19IDLETIME: Fix edge-case in IdleTimeBlockHandlerChristopher James Halse Rogers1-0/+8
2010-12-19Xext: Fix edge case with {Positive, Negative}Transition triggers.Christopher James Halse Rogers1-0/+22
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas12-30/+56
2010-10-20Add CountBits() to the server.Chase Douglas2-0/+14