summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2012-01-24Don't set X and Y valuators for indirect touch eventsChase Douglas1-1/+1
2012-01-24UngrabAllDevices: Don't kill clients if not told toDaniel Stone1-1/+2
2012-01-24Only update pointer motion data for pointer emulated touch eventsChase Douglas1-2/+6
2012-01-24Only scale direct device touch coordinatesChase Douglas1-1/+6
2012-01-13Use event time instead of CurrentTime for grab timesChase Douglas1-1/+2
2012-01-13dix: Update pointer limits for floating devices too (#43635)Peter Hutterer1-1/+1
2012-01-12Revert "dix: Extend initial connection handshake for forwarding proxies"Keith Packard1-9/+3
2012-01-09Merge remote-tracking branch 'whot/multitouch'Keith Packard1-0/+4
2012-01-09Revert "dix: don't return BadMatch from GetProperty (#23562)"Chris Halse Rogers1-1/+1
2012-01-09dix: Return BadWindow rather than BadMatch from dixLookupWindowChris Halse Rogers1-1/+9
2012-01-09Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'Keith Packard2-12/+21
2012-01-06dix: Tune dixLookupDrawable for successAdam Jackson1-4/+3
2012-01-06dix: Tune dtrace hooks around DispatchAdam Jackson1-5/+9
2012-01-06dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-3/+9
2012-01-06dix: Set XITouchEmulatingPointer on events from the touch sequence emulating ...Carlos Garnacho1-0/+4
2012-01-06dix: fix wrong condition checking for attached slave (#44003)Peter Hutterer1-1/+1
2012-01-06dix: on PointerRootWin send a FocusIn to the sprite window tooPeter Hutterer1-0/+3
2012-01-06dix: send focus events to the immediate parent (#44079)Peter Hutterer1-3/+3
2011-12-22Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer5-8/+10
2011-12-21dix: fix xi2 mask/filter when delivering grabbed eventsCarlos Garnacho1-2/+2
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-21dix: button state must show the logical buttons, not physical buttonsPeter Hutterer1-1/+1
2011-12-21dix: don't retrieve the syncEvents tail on an empty listPeter Hutterer1-2/+3
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-14Merge remote-tracking branch 'whot/for-keith'Keith Packard8-416/+598