summaryrefslogtreecommitdiff
path: root/Xi
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Xi: extend PropagateMask to EMASKSIZEPeter Hutterer1-1/+1
2012-06-25Xi: fix XITouchClass sourceid assignmentPeter Hutterer1-1/+1
2012-06-05Xi: make stub DeleteInputDeviceRequest call RemoveDeviceJulien Cristau1-0/+1
2012-05-14Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlierChase Douglas1-0/+14
2012-05-14Report logical button state in ProcXIQueryPointerChase Douglas1-9/+4
2012-04-26Update device state including when touch record does not existChase Douglas1-3/+3
2012-04-26Ensure touch is ended when last listener is rejectedChase Douglas1-8/+2
2012-04-26Create a new dix touch record for an emulated touch with no listenersChase Douglas1-0/+28
2012-04-26Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas1-2/+4
2012-04-26Don't deactivate implicit pointer grab on fake touch end eventChase Douglas1-0/+1
2012-04-26End a pointer emulated touch event only on a "real" end eventChase Douglas1-1/+2
2012-04-26On touch accept, only process end event for owner if it has seen the endChase Douglas1-1/+10
2012-04-26Accept touch sequence for pointer listener after second event deliveryChase Douglas1-0/+6
2012-04-26Only set XI2 mask if pointer emulation is for XI2 clientChase Douglas1-1/+2
2012-04-26Check core event mask properly for pointer emulated touch eventsChase Douglas1-6/+12
2012-04-26Ensure sequential touches are pointer emulated sequentiallyChase Douglas1-1/+74
2012-04-26Update event type when delivering end event to a pointer listenerChase Douglas1-0/+7
2012-04-26Don't update listener after deactivating implicit pointer grabChase Douglas1-1/+3
2012-04-05Implement passive touch ungrabbingChase Douglas1-2/+7
2012-03-30Xi: Fix TouchEnd to TouchUpdate change for one accepted grabChase Douglas1-8/+16
2012-03-27Indentation: Change '& stuff' to '&stuff'Daniel Stone9-28/+28
2012-03-27Introduce a consistent coding styleKeith Packard102-3500/+3351
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-09Xi: handle new XIAllowEvents request in inputproto 2.1.99.6Peter Hutterer1-6/+35
2012-02-08Implement touch early acceptChase Douglas1-1/+26
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-44/+2
2012-02-08Export TouchEventRejected as TouchRejectedChase Douglas1-11/+27
2012-02-08Factor out TouchEnd generation and deliveryChase Douglas1-66/+37
2012-01-09Merge remote-tracking branch 'whot/multitouch'Keith Packard1-10/+10
2012-01-06Xi: change XIChangeDeviceProperty from const pointer to const void *Peter Hutterer1-1/+1
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: assign correct grab_mode/other_device_mode in XI2 passive grabsCarlos Garnacho1-2/+8
2011-12-21Xi: add the hooks for passive touch grabsPeter Hutterer2-4/+47
2011-12-21Xi: handle grab accept/reject requestsPeter Hutterer1-1/+52
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-21Xi: allow selecting for touch eventsDaniel Stone1-0/+43
2011-12-19input: add a TouchClassRec to the devicesDaniel Stone3-0/+101
2011-12-19Hook up the ownership eventsPeter Hutterer1-0/+20
2011-12-16Xi: process raw touch eventsPeter Hutterer3-1/+10
2011-12-16Hook up TouchBegin/Update/End eventsPeter Hutterer2-0/+18