summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-15dix: Fix undefined memset in _dixInitScreenPrivatesAdam Jackson1-1/+2
2019-10-15dix: Fix undefined shift in HashResourceIDAdam Jackson1-2/+2
2019-10-15dix: Fix undefined memset in dixInitPrivatesAdam Jackson1-1/+2
2019-10-12dix: Add GetCurrentClient helperHans de Goede1-1/+22
2019-10-06dix: Check for NULL spriteInfo in GetPairedDeviceArthur Williams1-1/+1
2019-08-27meson: Add dtrace supportAdam Jackson1-1/+13
2019-08-27dtrace: s/#if/#ifdef/ for XSERVER_DTRACEAdam Jackson1-4/+4
2019-08-27dtrace: Move Xserver.d from dix/ to include/Adam Jackson3-79/+3
2019-08-27dtrace: Remove Xserver-dtrace.h.in hackAdam Jackson2-103/+2
2019-08-09dix: Assert noPanoramiXExtension is false in PanoramiX codeMatt Turner1-0/+2
2019-05-02assert(a && b) --> assert(a); assert(b)Adam Richter2-6/+12
2019-04-12dix: Remove WindowRec::backStorageAdam Jackson1-1/+0
2019-04-12dix, composite: Optimize setting window backing store stateAdam Jackson1-0/+6