summaryrefslogtreecommitdiff
path: root/dix/events.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-08dix: Send touch end to clients that do async grab without touch eventsPovilas Kanapickas1-3/+16
2020-11-25dix: Extract FreezeThisEventIfNeededForSyncGrab()Povilas Kanapickas1-20/+29
2020-11-25dix: Extract ActivateGrabNoDeliver()Povilas Kanapickas1-6/+21
2020-11-25dix: Store replayed event into GrabInfoRec struct as InternalEvent*Povilas Kanapickas1-17/+19
2020-11-25dix: Rename LISTENER_* to TOUCH_LISTENER_*Povilas Kanapickas1-4/+4
2020-11-25dix: Extract FixUpXI2DeviceEventFromWindow()Povilas Kanapickas1-27/+31
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-4/+4
2019-08-09dix: Assert noPanoramiXExtension is false in PanoramiX codeMatt Turner1-0/+2
2018-11-19dix: do not send focus event when grab actually does not changeSamuel Thibault1-2/+6
2018-11-12dix/events: reuse grab pointer valueMarco Trevisan (Treviño)1-1/+1
2017-06-19dix: Disallow GenericEvent in SendEvent request.Michal Srb1-0/+6
2017-06-07dix: assume warping on the RootWindow always happens on visible coordsCarlos Garnacho1-1/+1
2016-09-19dix: Incroduce CursorConfinedTo vfunc in ScreenJonas Ådahl1-0/+5
2016-09-19dix: Introduce CursorWarpedTo vfunc in ScreenJonas Ådahl1-0/+3
2016-09-02xi2: fix FocusIn grabsMichael Thayer1-2/+2
2016-06-01dix: Don't update current time in the middle of input event processingKeith Packard1-1/+0
2016-05-04dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson1-0/+6
2015-05-11dix/events: Set currentTime to the given time stamp in NoticeTimeRui Matos1-0/+1
2015-04-21Convert dix/* to new *allocarray functionsAlan Coopersmith1-2/+2
2015-02-10Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith1-7/+1
2014-06-04dix: reference the cursor just once in InitializeSprite()Brendan King1-1/+1
2014-04-29dix: remove a now-superfluous commentPeter Hutterer1-6/+0
2014-04-01Make XYToWindow a screen functionKeith Packard1-43/+3
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+5
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-9/+9
2014-01-12Clean up warnings in DIXKeith Packard1-0/+5
2014-01-09CheckPassiveGrabsOnWindow() needs to handle NULL return value from AllocGrab()Alan Coopersmith1-0/+2
2014-01-09GrabDevice() needs to handle NULL return value from AllocGrab()Alan Coopersmith1-1/+3
2013-12-11dix: fix check for grab typePeter Hutterer1-1/+1
2013-10-18sync: if the idle time was reset, force alarms to trigger (#70476)Peter Hutterer1-4/+34
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer1-11/+30
2013-10-14dix: only deliver for the current grab typePeter Hutterer1-11/+2
2013-10-14dix: don't attempt to deliver an event for a different grabtypePeter Hutterer1-0/+3
2013-10-14dix: only allow button and key events to freeze a sync'd pointerPeter Hutterer1-1/+5
2013-08-30dix: check for grab type before checking XI2 maskPeter Hutterer1-1/+1
2013-08-30DIX/Xi: Pass correct client to CheckDeviceGrabAndHintWindow()Egbert Eich1-7/+16
2013-07-17dix: UpdateTouchesForGrab must only free the listener grab if it is non-NULLPeter Hutterer1-1/+2
2013-07-11dix: when ungrabbing an active grab, accept pointer grabs (#66720)Peter Hutterer1-2/+9
2013-05-15Abstract cursor refcountingPeter Hutterer1-14/+6
2013-05-15dix: fix cursor refcountingPeter Hutterer1-16/+4
2013-05-10dix: free the old grab when activating a new grabPeter Hutterer1-1/+6
2013-05-10dix: always copy grabs, don't reference themPeter Hutterer1-1/+2
2013-05-10dix: AllocGrab can copy if an argument is passed inPeter Hutterer1-9/+7
2013-05-10dix: use a temporary variable for listeners[0]Peter Hutterer1-8/+9
2013-05-10dix: drop DeviceIntRec's activeGrab structPeter Hutterer1-4/+10
2013-05-10dix: XAllowEvents() on a touch event means accepting itPeter Hutterer1-0/+10
2013-03-25dix: update coords for touch events in PlayReleasedEventsPeter Hutterer1-0/+3
2013-02-08dix: Set focus field on XI2 crossing eventsCarlos Garnacho1-0/+6
2013-01-11Merge branch 'pointer-emulation-fixes-56558-v2' into for-keithPeter Hutterer1-10/+2
2013-01-11dix: don't filter RawEvents if the grab window is not the root window (#53897)Peter Hutterer1-3/+6