summaryrefslogtreecommitdiff
path: root/Xi/exevents.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-07Xi: Set modifier mask on touch eventsCarlos Garnacho1-0/+5
2012-11-07Xi: Update the device after delivering the emulated pointer event(#56558)Carlos Garnacho1-3/+4
2012-11-07Xi: don't deliver TouchEnd to a client waiting for TouchBegin (#55738)Peter Hutterer1-0/+5
2012-10-08Xi: Don't check for TOUCH_END, it's never setDaniel Drake1-2/+0
2012-08-05Do sent TouchEnd to listeners that don't own an accepted touchDaniel d'Andrada1-0/+6
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-7/+6
2012-06-07Replace a few BUG_WARN with BUG_RETURN_VALPeter Hutterer1-15/+10
2012-05-17Xi: fix "shadows previous local" warningsPeter Hutterer1-29/+7
2012-05-17dix: Move DeviceFocusEvent from Xi into enterleave.cPeter Hutterer1-234/+0
2012-04-18Update device state including when touch record does not existChase Douglas1-3/+3
2012-04-18Ensure touch is ended when last listener is rejectedChase Douglas1-8/+2
2012-04-18Create a new dix touch record for an emulated touch with no listenersChase Douglas1-0/+28
2012-04-18Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas1-2/+4
2012-04-18Don't deactivate implicit pointer grab on fake touch end eventChase Douglas1-0/+1
2012-04-18End a pointer emulated touch event only on a "real" end eventChase Douglas1-1/+2
2012-04-18On touch accept, only process end event for owner if it has seen the endChase Douglas1-1/+10
2012-04-18Accept touch sequence for pointer listener after second event deliveryChase Douglas1-0/+6
2012-04-18Only set XI2 mask if pointer emulation is for XI2 clientChase Douglas1-1/+2
2012-04-18Check core event mask properly for pointer emulated touch eventsChase Douglas1-6/+12
2012-04-16Ensure sequential touches are pointer emulated sequentiallyChase Douglas1-1/+74
2012-04-16Update event type when delivering end event to a pointer listenerChase Douglas1-0/+7
2012-04-16Don't update listener after deactivating implicit pointer grabChase Douglas1-1/+3
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+1
2012-03-22Xi: Fix TouchEnd to TouchUpdate change for one accepted grabChase Douglas1-8/+16
2012-03-21Introduce a consistent coding styleKeith Packard1-908/+869
2012-02-15Keep virtual core pointer touch class around if new slave doesn't have oneChase Douglas1-6/+3
2012-02-15Don't clobber virtual core pointer touches array lengthPeter Hutterer1-5/+13
2012-02-15Don't dereference a touch after it has been ended when punting to next ownerChase Douglas1-0/+1
2012-02-15Focus event button state must show the logical buttons, not physical buttonsChase Douglas1-1/+1
2012-02-08Implement touch early acceptChase Douglas1-1/+26
2012-02-08Export TouchEventRejected as TouchRejectedChase Douglas1-11/+27
2012-02-08Factor out TouchEnd generation and deliveryChase Douglas1-66/+37
2012-01-06Remove last listener on touch rejectChase Douglas1-8/+6
2012-01-06Don't end touchpoint if owning client hasn't accepted/rejectedChase Douglas1-2/+4
2011-12-21Xi: only activate the device grab if we don't already have onePeter Hutterer1-2/+2
2011-12-21Xi: add the hooks for passive touch grabsPeter Hutterer1-2/+32
2011-12-21Xi: hook up touch ownership handlingPeter Hutterer1-1/+154
2011-12-21Xi: hook up pointer emulation for emulating touchesPeter Hutterer1-1/+176
2011-12-21Process and deliver touch eventsPeter Hutterer1-0/+401
2011-12-21Xi: make UpdateDeviceState aware of touch eventsPeter Hutterer1-0/+33
2011-12-21dix: when a window disappears, remove it from the touch sprite traceDaniel Stone1-0/+30
2011-12-19input: add a TouchClassRec to the devicesDaniel Stone1-0/+61
2011-12-16Xi: process raw touch eventsPeter Hutterer1-0/+3
2011-12-16Hook up TouchBegin/Update/End eventsPeter Hutterer1-0/+15
2011-12-16Xi: add a FIXMEPeter Hutterer1-0/+2
2011-12-16Xi: split ProcessOtherEvent into ProcessDeviceEventPeter Hutterer1-17/+29
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer1-13/+13
2011-12-13Add GrabIsPointerGrab and GrabIsKeyboardGrab helpersPeter Hutterer1-6/+2
2011-12-13dix: split out core state and event state setting into helper functionsPeter Hutterer1-28/+3
2011-12-13Xi: split updating button count and state into helper functionsPeter Hutterer1-12/+29