summaryrefslogtreecommitdiff
path: root/Xi/exevents.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-30Xi: Include gestures among events that may freeze devicePovilas Kanapickas1-1/+6
2021-05-30Implement gesture processing logicPovilas Kanapickas1-0/+174
2021-05-30dix: Implement internal gesture state handlingPovilas Kanapickas1-0/+19
2021-05-30xi: Implement grab support for new gesture event typesPovilas Kanapickas1-3/+3
2021-05-30dix: Add new internal event enums for gesture eventsPovilas Kanapickas1-0/+44
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-07-05Fix spelling/wording issuesAlan Coopersmith1-2/+2
2020-03-30xinput: Remove PropagateMaskAdam Jackson1-4/+9
2018-11-12Xi: Use current device active grab to deliver touch events if anyMarco Trevisan (TreviƱo)1-13/+8
2016-11-29xwayland: Don't send KeyRelease events on wl_keyboard::leaveRui Matos1-9/+13
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-2/+2
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-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 Coopersmith1-3/+3
2015-01-07Fix subwindow in Xi emulated eventsOlivier Fourdan1-2/+3
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-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 Hutterer1-1/+2
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+18
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-6/+6
2014-01-09Xi: Ensure DeviceChanged is emitted after grabs are deactivatedCarlos Garnacho1-1/+18
2013-12-11Xi: ungrab device when releasing a passive grab without ButtonReleaseMask (#7...Peter Hutterer1-1/+2
2013-12-11Xi: Don't ActivateEarlyAccept POINTER_REGULAR listenersBen Gamari1-1/+2
2013-10-29Xi: fix logic error when calculating emulated motion eventsPeter Hutterer1-1/+1
2013-07-11dix: when ungrabbing an active grab, accept pointer grabs (#66720)Peter Hutterer1-12/+23
2013-05-15Xi: fix warning - remove unused 'rc'Peter Hutterer1-1/+0
2013-05-10Xi: check for HAS_ACCEPTED only for grab listenersPeter Hutterer1-1/+1
2013-05-10dix: always copy grabs, don't reference themPeter Hutterer1-2/+5
2013-05-10dix: AllocGrab can copy if an argument is passed inPeter Hutterer1-1/+1
2013-05-10dix: move EmitTouchEnd to touch.cPeter Hutterer1-31/+4
2013-05-10Xi: Don't emit a TouchEnd event to a frozen devicePeter Hutterer1-0/+4
2013-05-10Xi: use public.processInputProc to replay the touch historyPeter Hutterer1-3/+5
2013-05-10Xi: when punting to a new owner, always create TouchEnd eventsPeter Hutterer1-5/+14
2013-05-10Xi: save state for early acceptancePeter Hutterer1-3/+3
2013-05-10Xi: if a passive async grab is activated from an emulated touch, acceptPeter Hutterer1-1/+7
2013-05-10Xi: fix lookup in ActivateEarlyAcceptPeter Hutterer1-8/+7
2013-05-10Xi: update the core listener state if we delivered the touch eventPeter Hutterer1-7/+9
2013-05-10Xi: if we delivered a TouchEnd to a passive grab, end itPeter Hutterer1-3/+2
2013-05-10Xi: not having an ownership mask does not mean automatic acceptancePeter Hutterer1-1/+1
2013-05-10input: print warnings if drivers don't initialize properlyPeter Hutterer1-6/+10
2013-05-07Xi: fix comment - XI2 grabs aren't keysym grabsPeter Hutterer1-2/+1
2013-04-11Xi: Do not handle ET_TouchOwnership in ProcessTouchEventMaarten Lankhorst1-20/+22
2013-03-25Xi: add a comment to make a condition a bit clearerPeter Hutterer1-0/+1