summaryrefslogtreecommitdiff
path: root/dix
Commit message (Expand)AuthorAgeFilesLines
* Xi: avoid integer truncation in length check of ProcXIChangePropertyPeter Hutterer2022-12-141-1/+2
* dix: Guard against non-existing PtrFeedbackPtrOlivier Fourdan2021-02-171-0/+3
* dix: Add POINTER_RAWONLY flagOlivier Fourdan2021-02-171-24/+29
* Drop config directoryMichel Dänzer2021-02-031-1/+0
* Drop autotools build systemMichel Dänzer2021-02-031-61/+0
* dix: Extract FreezeThisEventIfNeededForSyncGrab()Povilas Kanapickas2020-11-251-20/+29
* dix: Extract ActivateGrabNoDeliver()Povilas Kanapickas2020-11-251-6/+21
* dix: Store replayed event into GrabInfoRec struct as InternalEvent*Povilas Kanapickas2020-11-253-21/+23
* dix: Rename LISTENER_* to TOUCH_LISTENER_*Povilas Kanapickas2020-11-252-16/+18
* dix: Extract DeliverDeviceClassesChangedEvent() utility functionPovilas Kanapickas2020-11-253-27/+25
* dix: Extract CopySprite() utilityPovilas Kanapickas2020-11-252-16/+27
* dix: Extract FixUpXI2DeviceEventFromWindow()Povilas Kanapickas2020-11-251-27/+31
* AddInputDevice: only need to check once if we failed to calloc devAlan Coopersmith2020-11-171-3/+0
* fix for ZDI-11426Matthieu Herrb2020-07-311-1/+1
* xserver/output: rename some badly named variables/APIs.Dave Airlie2020-07-102-52/+52
* Fix spelling/wording issuesAlan Coopersmith2020-07-0512-30/+30
* os: Don't crash in AttendClient if the client is goneAaron Plattner2019-11-191-8/+1
* dix: Call SourceValidate before GetImageAdam Jackson2019-10-301-1/+4
* mi: Add a default no-op miSourceValidateAdam Jackson2019-10-301-1/+2
* include: Remove now-empty site.hAdam Jackson2019-10-305-5/+0
* dix: Move default screensaver defaults into globals.cAdam Jackson2019-10-301-4/+5
* dix: Remove -to option to set the default connection timeoutAdam Jackson2019-10-301-2/+0
* dix: Remove -fn and -fc options to set default text/cursor fontsAdam Jackson2019-10-303-6/+4
* dix: Remove now-unused SetVendorStringAdam Jackson2019-10-301-7/+1
* dix: Fix undefined memset in _dixInitScreenPrivatesAdam Jackson2019-10-151-1/+2
* dix: Fix undefined shift in HashResourceIDAdam Jackson2019-10-151-2/+2
* dix: Fix undefined memset in dixInitPrivatesAdam Jackson2019-10-151-1/+2
* dix: Add GetCurrentClient helperHans de Goede2019-10-121-1/+22
* dix: Check for NULL spriteInfo in GetPairedDeviceArthur Williams2019-10-061-1/+1
* meson: Add dtrace supportAdam Jackson2019-08-271-1/+13
* dtrace: s/#if/#ifdef/ for XSERVER_DTRACEAdam Jackson2019-08-271-4/+4
* dtrace: Move Xserver.d from dix/ to include/Adam Jackson2019-08-273-79/+3
* dtrace: Remove Xserver-dtrace.h.in hackAdam Jackson2019-08-272-103/+2
* dix: Assert noPanoramiXExtension is false in PanoramiX codeMatt Turner2019-08-091-0/+2
* assert(a && b) --> assert(a); assert(b)Adam Richter2019-05-022-6/+12
* dix: Remove WindowRec::backStorageAdam Jackson2019-04-121-1/+0
* dix, composite: Optimize setting window backing store stateAdam Jackson2019-04-121-0/+6
* dix: leave last.valuators alone on slave switchPeter Hutterer2019-03-291-24/+1
* dix: Outdent Unmap{Window,Subwindows} a bitAdam Jackson2019-03-111-27/+22
* dix: cache ResourceClientBits() valueOlivier Fourdan2018-12-111-1/+6
* dix: ensure work queues are cleared on resetxephyr-crashRay Strode2018-11-192-0/+15
* dix: do not send focus event when grab actually does not changeSamuel Thibault2018-11-191-2/+6
* dix/window: Use ConfigureWindow instead of MoveWindowMichal Srb2018-11-131-8/+6
* dix/events: reuse grab pointer valueMarco Trevisan (Treviño)2018-11-121-1/+1
* Revert "dix: Work around non-premultiplied ARGB cursor data harder"Michel Dänzer2018-11-061-4/+3
* dix: Work around non-premultiplied ARGB cursor data harderMichel Dänzer2018-10-251-3/+4
* dix: Remove the magic WhenMapped backing store hackAdam Jackson2018-10-231-18/+2
* dix: Remove LegalModifier()Adam Jackson2018-09-281-10/+4
* dix: Remove MaxClientsAdam Jackson2018-09-121-2/+0
* devices: break after finding and removing device from listsDave Airlie2018-09-121-0/+2