summaryrefslogtreecommitdiff
path: root/Xi
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Xi: Deliver pointer emulated touch events to grabbing clientPovilas Kanapickas1-10/+10
2021-02-15Revert "Xi: Use current device active grab to deliver touch events if any"Povilas Kanapickas1-8/+12
2021-01-05xi: Don't deliver emulated motion when there's no owner for touch endPovilas Kanapickas1-1/+8
2020-11-25dix: Store replayed event into GrabInfoRec struct as InternalEvent*Povilas Kanapickas1-1/+1
2020-11-25dix: Rename LISTENER_* to TOUCH_LISTENER_*Povilas Kanapickas1-48/+48
2020-11-25Xi: Make check_for_touch_selection_conflicts() more genericPovilas Kanapickas1-5/+8
2020-08-25Fix XIChangeHierarchy() integer underflowMatthieu Herrb1-1/+1
2020-07-05Fix spelling/wording issuesAlan Coopersmith4-7/+7
2020-03-30xinput: Remove PropagateMaskAdam Jackson3-40/+14
2020-03-30xinput: Remove ExtExclusiveMasksAdam Jackson2-23/+1
2019-06-12Xi: return AlreadyGrabbed for key grabs > 255Peter Hutterer1-2/+8
2019-02-14Xi: lock the input thread for any pointer barrier list manipulationPeter Hutterer1-0/+10
2018-11-12Xi: Use current device active grab to deliver touch events if anyMarco Trevisan (TreviƱo)1-13/+8
2018-11-10Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith1-2/+2
2018-09-12xi: free modifiers_failed on error path. (v2)Dave Airlie1-2/+2
2018-06-08Xi: add forgotten byte-swaps for Valuator fieldsRoman Kapl1-0/+3
2018-06-08Xi: fix byte-swapping of button labelsRoman Kapl1-6/+20
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-4/+2
2017-10-10Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178)Nathan Kidd1-1/+1
2017-10-10Xi: integer overflow and unvalidated length in (S)ProcXIBarrierReleasePointerNathan Kidd1-0/+5
2017-07-11Xi: Test exact size of XIBarrierReleasePointerMichal Srb1-3/+6
2017-06-19Xi: Do not try to swap GenericEvent.Michal Srb1-1/+9
2017-06-19Xi: Verify all events in ProcXSendExtensionEvent.Michal Srb1-5/+7
2017-06-19Xi: Zero target buffer in SProcXSendExtensionEvent.Michal Srb1-1/+1
2017-06-07Xi: Use WarpPointerProc hook on XI pointer warping implementationCarlos Garnacho1-0/+4
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+67
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson51-92/+92
2016-11-30Xi: when creating a new master device, update barries for all clientsPeter Hutterer1-2/+4
2016-11-29xwayland: Don't send KeyRelease events on wl_keyboard::leaveRui Matos1-9/+13
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+14
2016-09-15Hold input lock while calling input device SetProperty callbackKeith Packard1-0/+2
2016-08-16xinput: Let top-level dispatch generate the errorAdam Jackson1-2/+2
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-2/+2
2016-05-11dix: Remove pointless client-state callbacksAdam Jackson1-15/+0
2016-05-04dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson2-1/+7
2016-04-19Xi: don't deliver emulated motion events for non-emulating touchesPeter Hutterer1-0/+3
2015-11-24Input: Add focus-in event sourceDaniel Stone1-0/+4
2015-10-20Xi: Silence some tautological warningsJeremy Huddleston Sequoia1-4/+2
2015-06-18Xi: call UpdateDeviceState() even when the client is missingAlexander Volkov1-1/+2
2015-06-10dix: Send KeyPress and KeyRelease events to the XACE_KEY_AVAIL hookAndrew Eikum1-0/+12
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith3-9/+7
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-2/+2
2015-01-07Fix subwindow in Xi emulated eventsOlivier Fourdan1-2/+3
2014-12-08Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]Alan Coopersmith16-18/+90
2014-05-23Xi: block SIGIOs while copying device classes aroundSteven McDonald1-0/+4
2014-05-08Xi: don't copy a DeviceEvent into an InternalEventPeter Hutterer1-8/+8
2014-03-27Build Xi/stubs.c once as a convenience library, rather than once for each DDX...Jon TURNEY1-2/+3
2014-03-12xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a deviceRui Matos1-1/+1
2014-02-21Xi: check for invalid modifiers for XI2 passive grabsPeter Hutterer2-1/+6
2014-02-04input: un-constify dev->namePeter Hutterer1-2/+2