summaryrefslogtreecommitdiff
path: root/include/input.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-14include: export key_is_down and friendsPeter Hutterer1-6/+6
2013-10-14include: change grabtypes to start at 1Peter Hutterer1-3/+3
2013-05-10dix: XAllowEvents() on a touch event means accepting itPeter Hutterer1-0/+1
2013-05-10dix: move EmitTouchEnd to touch.cPeter Hutterer1-0/+1
2013-03-06dix: only show the cursor if a window defines one (#58398)Peter Hutterer1-0/+5
2013-02-08Short-cut the input device cleanup process during AbortServer()Peter Hutterer1-0/+2
2013-02-08Xext: if a root window is given in XTestFakeInput, move to thatPeter Hutterer1-0/+1
2013-01-09dix: add resource type to touch listenersPeter Hutterer1-1/+1
2013-01-09input: Record grab pointer in TouchListenerKeith Packard1-1/+1
2012-12-17Pass the event list through to the pointer barrier code to return itPeter Hutterer1-1/+2
2012-12-17barriers: Switch to an explicit hook for barrier constrainmentJasper St. Pierre1-0/+5
2012-11-20Don't use GetTouchEvents in EmitTouchEndThomas Jaeger1-0/+5
2012-11-20Don't use GetTouchEvents when replaying eventsThomas Jaeger1-0/+2
2012-10-19End physically active touches when device is disabledChase Douglas1-0/+1
2012-06-07dix: disable all devices before shutdownPeter Hutterer1-1/+1
2012-05-14dix: Remove redundant declarations.Michal Suchanek1-0/+3
2012-04-18Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas1-2/+2
2012-04-18Split out helper function TouchListenerAcceptReject()Chase Douglas1-0/+2
2012-03-22Xi: Fix TouchEnd to TouchUpdate change for one accepted grabChase Douglas1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-379/+320
2012-02-08Implement touch early acceptChase Douglas1-0/+2
2012-02-08Check for proper window ID when processing touch allow requestsChase Douglas1-1/+1
2012-02-08Move AllowTouch to dix/touch.c, and rename to TouchAcceptRejectChase Douglas1-0/+2
2012-02-08Store window pointer in touch listener recordChase Douglas1-1/+2
2011-12-21dix: Remove touch grabs if the grab disappearsDaniel Stone1-0/+1
2011-12-21dix: hook up passive grabs and pointer emulated passive grabsPeter Hutterer1-0/+1
2011-12-21dix: add touch to pointer event conversion helperPeter Hutterer1-0/+2
2011-12-21dix: add real_event parameter to ActivatePassiveGrabPeter Hutterer1-1/+1
2011-12-21dix: add TouchResourceIsOwner helper functionPeter Hutterer1-0/+1
2011-12-21dix: add helper functions for adding/removing touch listenersPeter Hutterer1-1/+4
2011-12-21dix: add TouchGetPointerEventType helper functionChase Douglas1-0/+1
2011-12-21dix: add helper functions to build up/verify the sprite traceDaniel Stone1-0/+4
2011-12-21dix: add touch event history helper functionsPeter Hutterer1-0/+4
2011-12-20dix: add GetTouchOwnership event APIDaniel Stone1-0/+8
2011-12-20dix: add DIX API to create touchpointsPeter Hutterer1-0/+5
2011-12-19dix: add helper functions to create DDX touch recsPeter Hutterer1-0/+5
2011-12-19input: add a TouchClassRec to the devicesDaniel Stone1-0/+27
2011-12-19Add the touch input API stubsDaniel Stone1-0/+14
2011-12-16include: add a bunch of flags for GetTouchEvent processingPeter Hutterer1-0/+9
2011-12-13dix: move event filter retrieval helpers to inpututils.cPeter Hutterer1-1/+0
2011-12-13dix: switch EventIsDeliverable to take the event type onlyPeter Hutterer1-2/+1
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer1-0/+6
2011-12-13dix: Split ActivatePassiveGrab() from CheckPassiveGrab()Chase Douglas1-0/+2
2011-12-13dix: move EventDeliveryState into a header file, we'll need it elsewherePeter Hutterer1-0/+7
2011-12-10include: add GetXI2MaskByte and GetXI2EventFilterMask to headersPeter Hutterer1-0/+3
2011-12-09Add a new XI2Mask struct and a few helper functions.Peter Hutterer1-0/+1
2011-11-29dix: rename GetWindowXI2Mask to WindowXI2MaskIssetPeter Hutterer1-1/+1
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith1-2/+2
2011-11-09include: export GetProximityEvents and QueueProximityEventsPeter Hutterer1-2/+2
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard1-0/+1