summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2024-01-16dix: when disabling a master, float disabled slaved devices tooPeter Hutterer1-0/+12
2024-01-16Xi: do not keep linked list pointer during recursionJosé Expósito1-3/+12
2024-01-16dix: fix DeviceStateNotify event calculationPeter Hutterer1-69/+52
2024-01-16dix: Allocate sufficient xEvents for our DeviceStateNotifyPeter Hutterer1-3/+3
2024-01-16dix: allocate enough space for logical button mapsPeter Hutterer1-2/+3
2023-12-13Xi: allocate enough XkbActions for our buttonsPeter Hutterer1-0/+10
2023-10-25mi: reset the PointerWindows reference on screen switchPeter Hutterer1-2/+0
2023-02-07dix: Use CopyPartialInternalEvent in EnqueueEventMike Gorse1-1/+1
2023-01-11dix: Fix overzealous caching of ResourceClientBits()Olivier Fourdan1-4/+7
2022-12-14Xi: avoid integer truncation in length check of ProcXIChangePropertyPeter Hutterer1-1/+2
2022-07-01dix: Don't send touch end to clients that do async grab without touchesPovilas Kanapickas1-9/+6
2022-07-01dix: Correctly save replayed event into GrabInfoRecPovilas Kanapickas1-2/+16
2021-12-19Convert more funcs to use InternalEvent.Matthieu Herrb1-26/+27
2021-10-08dix/privates.c: Avoid undefined behaviour after realloc()Alex Richardson1-9/+7
2021-09-07touchevents: set the screen pointer after checking the device is enabledIgnacio Casal Quinteiro1-1/+3
2021-09-06xwayland: add -noTouchPointerEmulationSimon Ser1-1/+3
2021-07-30Mark the dixChangeWindowProperty() value argument as constAlex Richardson1-1/+1
2021-06-07dix: Add optional terminate delayOlivier Fourdan1-2/+41
2021-06-07xfixes: Add ClientDisconnectModeOlivier Fourdan1-0/+20
2021-05-30Implement gesture processing logicPovilas Kanapickas5-0/+385
2021-05-30dix: Implement gesture event submission code pathPovilas Kanapickas2-0/+151
2021-05-30dix: Implement internal gesture state handlingPovilas Kanapickas4-0/+85
2021-05-30dix: Implement gesture event fixups before deliveryPovilas Kanapickas1-0/+50
2021-05-30xi: Implement conversions from internal to Xi2 gesture event structsPovilas Kanapickas1-0/+104
2021-05-30xi: Implement grab support for new gesture event typesPovilas Kanapickas1-0/+7
2021-05-30dix: Add new internal event enums for gesture eventsPovilas Kanapickas1-0/+60
2021-03-25dix: Fix URL to description of focus in/out modelPovilas Kanapickas1-1/+1
2021-02-17dix: Use correct listener to deliver touch end eventsPovilas Kanapickas1-4/+3
2021-02-16dix: Guard against non-existing PtrFeedbackPtrOlivier Fourdan1-0/+3
2021-02-15dix: Add POINTER_RAWONLY flagOlivier Fourdan1-24/+29
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 Kanapickas3-21/+23
2020-11-25dix: Rename LISTENER_* to TOUCH_LISTENER_*Povilas Kanapickas2-16/+18
2020-11-25dix: Extract DeliverDeviceClassesChangedEvent() utility functionPovilas Kanapickas3-27/+25
2020-11-25dix: Extract CopySprite() utilityPovilas Kanapickas2-16/+27
2020-11-25dix: Extract FixUpXI2DeviceEventFromWindow()Povilas Kanapickas1-27/+31
2020-11-17AddInputDevice: only need to check once if we failed to calloc devAlan Coopersmith1-3/+0
2020-07-31fix for ZDI-11426Matthieu Herrb1-1/+1
2020-07-10xserver/output: rename some badly named variables/APIs.Dave Airlie2-52/+52
2020-07-05Fix spelling/wording issuesAlan Coopersmith12-30/+30
2019-11-19os: Don't crash in AttendClient if the client is goneAaron Plattner1-8/+1
2019-10-30dix: Call SourceValidate before GetImageAdam Jackson1-1/+4
2019-10-30mi: Add a default no-op miSourceValidateAdam Jackson1-1/+2
2019-10-30include: Remove now-empty site.hAdam Jackson5-5/+0
2019-10-30dix: Move default screensaver defaults into globals.cAdam Jackson1-4/+5
2019-10-30dix: Remove -to option to set the default connection timeoutAdam Jackson1-2/+0
2019-10-30dix: Remove -fn and -fc options to set default text/cursor fontsAdam Jackson3-6/+4
2019-10-30dix: Remove now-unused SetVendorStringAdam Jackson1-7/+1