summaryrefslogtreecommitdiff
path: root/dix/events.c
AgeCommit message (Expand)AuthorFilesLines
6 daysinclude: move private definitions out of exevents.hEnrico Weigelt, metux IT consult1-1/+1
6 daysinclude: move private defs to dixstruct_priv.hEnrico Weigelt, metux IT consult1-13/+8
2024-04-15rename remaining RT_* defines to X11_RESTYPE_*Enrico Weigelt, metux IT consult1-2/+2
2024-04-15prevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult1-8/+8
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-1/+2
2024-03-11dix: unexport eventconvert.h functionsEnrico Weigelt, metux IT consult1-1/+3
2024-03-05drop remains of DMXEnrico Weigelt, metux IT consult1-54/+0
2024-02-23Revert "include: move BUG_*() macros to separate header"Peter Hutterer1-2/+0
2024-02-15include: move BUG_*() macros to separate headerEnrico Weigelt1-0/+2
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2023-01-25dix: Use CopyPartialInternalEvent in EnqueueEventMike Gorse1-1/+1
2022-02-12dix: Don't send touch end to clients that do async grab without touchesPovilas Kanapickas1-9/+6
2022-02-09dix: Correctly save replayed event into GrabInfoRecPovilas Kanapickas1-2/+16
2021-12-19Convert more funcs to use InternalEvent.Matthieu Herrb1-26/+27
2021-05-30Implement gesture processing logicPovilas Kanapickas1-0/+60
2021-05-30dix: Implement gesture event fixups before deliveryPovilas Kanapickas1-0/+50
2021-02-17dix: Use correct listener to deliver touch end eventsPovilas Kanapickas1-4/+3
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