summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-29dix: leave last.valuators alone on slave switchPeter Hutterer1-24/+1
2019-03-11dix: Outdent Unmap{Window,Subwindows} a bitAdam Jackson1-27/+22
2018-12-11dix: cache ResourceClientBits() valueOlivier Fourdan1-1/+6
2018-11-19dix: ensure work queues are cleared on resetRay Strode2-0/+15
2018-11-19dix: do not send focus event when grab actually does not changeSamuel Thibault1-2/+6
2018-11-13dix/window: Use ConfigureWindow instead of MoveWindowMichal Srb1-8/+6
2018-11-12dix/events: reuse grab pointer valueMarco Trevisan (Treviño)1-1/+1
2018-11-06Revert "dix: Work around non-premultiplied ARGB cursor data harder"Michel Dänzer1-4/+3
2018-10-25dix: Work around non-premultiplied ARGB cursor data harderMichel Dänzer1-3/+4
2018-10-23dix: Remove the magic WhenMapped backing store hackAdam Jackson1-18/+2
2018-09-28dix: Remove LegalModifier()Adam Jackson1-10/+4
2018-09-12dix: Remove MaxClientsAdam Jackson1-2/+0
2018-09-12devices: break after finding and removing device from listsDave Airlie1-0/+2
2018-08-08dix: check_modmap_change() returns Success, not truePeter Hutterer1-1/+1