summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2011-12-21dix: remove requirement for client_id be the first elementPeter Hutterer1-2/+5
2011-12-21dix: don't retrieve the syncEvents tail on an empty listPeter Hutterer1-2/+3
2011-12-21dix: button state must show the logical buttons, not physical buttonsPeter Hutterer1-1/+1
2011-12-21dix: Remove touch grabs if the grab disappearsDaniel Stone2-0/+47
2011-12-21dix: hook up passive grabs and pointer emulated passive grabsPeter Hutterer2-4/+59
2011-12-21dix: add touch to pointer event conversion helperPeter Hutterer1-0/+62
2011-12-21dix: add real_event parameter to ActivatePassiveGrabPeter Hutterer1-3/+7
2011-12-21Process and deliver touch eventsPeter Hutterer1-2/+3
2011-12-21dix: set core and button state based on the touch statePeter Hutterer1-0/+5
2011-12-21dix: add TouchResourceIsOwner helper functionPeter Hutterer1-0/+10
2011-12-21dix: add helper functions for adding/removing touch listenersPeter Hutterer1-0/+223
2011-12-21dix: add TouchGetPointerEventType helper functionChase Douglas1-0/+21
2011-12-21dix: when a window disappears, remove it from the touch sprite traceDaniel Stone1-2/+7
2011-12-21dix: add helper functions to build up/verify the sprite traceDaniel Stone1-0/+87
2011-12-21dix: add touch event history helper functionsPeter Hutterer1-0/+109
2011-12-21dix: handle DIX-submitted touch eventsPeter Hutterer1-20/+57
2011-12-20dix: generate touchpoints from driver-submitted dataDaniel Stone1-2/+148
2011-12-20dix: add GetTouchOwnership event APIDaniel Stone1-0/+35
2011-12-20dix: add DIX API to create touchpointsPeter Hutterer1-0/+123
2011-12-20dix: if we run out of space for new touch events, resize the queuePeter Hutterer1-1/+67
2011-12-19dix: add helper functions to create DDX touch recsPeter Hutterer1-0/+116
2011-12-19input: add a TouchClassRec to the devicesDaniel Stone3-1/+181
2011-12-19Add the touch input API stubsDaniel Stone1-0/+48
2011-12-19Hook up the ownership eventsPeter Hutterer2-0/+34
2011-12-16Xi: process raw touch eventsPeter Hutterer3-1/+25
2011-12-16Hook up TouchBegin/Update/End eventsPeter Hutterer2-2/+25
2011-12-16dix: split positionSprite into scale_to_desktop and positionSpritePeter Hutterer1-20/+52
2011-12-13Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...Peter Hutterer3-11/+28
2011-12-13dix: add a MAXEVENTS define for the number of core + extension eventsPeter Hutterer3-6/+5
2011-12-13dix: move event filter retrieval helpers to inpututils.cPeter Hutterer2-20/+27
2011-12-13dix: switch EventIsDeliverable to take the event type onlyPeter Hutterer1-6/+6
2011-12-13dix: move storing last.valuators into a helper functionPeter Hutterer1-12/+26
2011-12-13dix: always allocate and set the grab's sync.eventPeter Hutterer2-7/+2
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer2-47/+47
2011-12-13Add GrabIsPointerGrab and GrabIsKeyboardGrab helpersPeter Hutterer1-0/+17
2011-12-13dix: move delivery stop condition out of event maskPeter Hutterer1-6/+7
2011-12-13dix: split out core state and event state setting into helper functionsPeter Hutterer1-0/+39
2011-12-13dix: move grab matching code into a helper functionPeter Hutterer1-21/+60
2011-12-13dix: split core grab interference check into helper functionPeter Hutterer1-18/+25
2011-12-13dix: compare the grab type, not the tempGrab typePeter Hutterer1-1/+1
2011-12-13dix: remove event type checkPeter Hutterer1-7/+0
2011-12-13dix: Split ActivatePassiveGrab() from CheckPassiveGrab()Chase Douglas1-89/+110
2011-12-13dix: Move grab check and activation logic to CheckPassiveGrab()Chase Douglas1-180/+204
2011-12-13dix: move EventDeliveryState into a header file, we'll need it elsewherePeter Hutterer1-7/+0
2011-12-13dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEventsPeter Hutterer1-8/+10
2011-12-13dix: split grab event conversion and delivery into a helper functionPeter Hutterer1-72/+72
2011-12-13dix: replace conversion errors with BUG_WARN_MSGPeter Hutterer1-8/+9
2011-12-13dix: deduplicate event delivery codePeter Hutterer1-49/+62
2011-12-12verify_internal_event: preserve constness of data pointerAlan Coopersmith1-1/+1
2011-12-12Fix deconstifying cast warning in xi2_get_typeAlan Coopersmith1-1/+1