summaryrefslogtreecommitdiff
path: root/dix/touch.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Don't use GetTouchEvents when replaying eventsThomas Jaeger1-34/+27
2012-10-30Sync TouchListener memory allocation with population in TouchSetupListeners()Carlos Garnacho1-2/+2
2012-10-19End physically active touches when device is disabledChase Douglas1-0/+28
2012-07-04dix: fix memory leak in TouchEventHistoryReplayPeter Hutterer1-2/+5
2012-07-04dix: fix dereference before null checkPeter Hutterer1-1/+3
2012-07-02Log messages in TouchBeginDDXTouch() in a signal-safe mannerChase Douglas1-2/+3
2012-06-07dix: rename shadowing loop variable in TouchResizeQueuePeter Hutterer1-3/+3
2012-06-07Replace a few BUG_WARN with BUG_RETURN_VALPeter Hutterer1-11/+6
2012-05-01TouchListenerAcceptReject: Warn and return early on bad listener indexChase Douglas1-0/+5
2012-04-18Replay original touch begin event instead of generated begin eventChase Douglas1-3/+15
2012-04-18Update device state including when touch record does not existChase Douglas1-8/+0
2012-04-18Check other clients' core masks properly when adding touch listenerChase Douglas1-4/+4
2012-04-18Create a new dix touch record for an emulated touch with no listenersChase Douglas1-0/+5
2012-04-18Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas1-12/+2
2012-04-18Split out helper function TouchListenerAcceptReject()Chase Douglas1-25/+39
2012-03-22Use a new sprite trace for indirect touches when all touches have physically ...Chase Douglas1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-138/+106
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
2011-12-21dix: Remove touch grabs if the grab disappearsDaniel Stone1-0/+44
2011-12-21dix: hook up passive grabs and pointer emulated passive grabsPeter Hutterer1-0/+26
2011-12-21dix: add touch to pointer event conversion helperPeter Hutterer1-0/+62
2011-12-21Process and deliver touch eventsPeter Hutterer1-2/+3
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: 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-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 Stone1-0/+94