summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Xorg hostedKristian Høgsberg1-1/+1
2012-03-27Add redirect window for input device featureKristian Høgsberg1-1/+9
2012-03-27Add and export AddSelectionKristian Høgsberg1-16/+28
2012-02-27dix: avoid NULL-pointer dereference on button-only devices (#38313)Peter Hutterer1-4/+15
2012-02-22Revert "dix: don't XWarpPointer through the last slave anymore (#38313)"Jeremy Huddleston1-14/+7
2012-02-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+2
2012-02-14dix: reset last.scroll when resetting the valuator (#45611)Peter Hutterer1-0/+2
2012-02-11Merge remote-tracking branch 'alanc/master'Keith Packard1-9/+9
2012-02-08dix: fix an out-of-memory crashBenjamin Otte1-0/+3
2012-02-08Implement touch early acceptChase Douglas1-5/+4
2012-02-08Implement early touch rejectChase Douglas1-1/+8
2012-02-08Check for proper window ID when processing touch allow requestsChase Douglas1-6/+12
2012-02-08Move AllowTouch to dix/touch.c, and rename to TouchAcceptRejectChase Douglas1-0/+45
2012-02-08Store window pointer in touch listener recordChase Douglas1-6/+10
2012-02-08Revert "dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEvents"Peter Hutterer1-10/+8
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-9/+9
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