summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-30dix-config.h: add HAVE_SOCKLEN_T definitionserver-21.1-branchAlan Coopersmith2-0/+5
2024-10-30os: Fix siHostnameAddrMatch in the case where h_addr isn't definedJoaquim Monteiro1-0/+2
2024-10-30os: Fix assignment with incompatible pointer typeJoaquim Monteiro1-1/+1
2024-10-29xserver 21.1.14xorg-server-21.1.14José Expósito2-4/+4
2024-10-29xkb: Fix buffer overflow in _XkbSetCompatMap()Matthieu Herrb1-4/+4
2024-10-22Fix a double-free on syntax error without a new line.Matthieu Herrb17-10/+69
2024-10-22Return NULL in *cmdname if the client argv or argv[0] is NULLMatthieu Herrb1-3/+2
2024-10-22Don't crash if the client argv or argv[0] is NULL.Matthieu Herrb1-11/+19
2024-10-12Xnest: fix broken exposure eventsEnrico Weigelt, metux IT consult1-1/+1
2024-10-11dix: FindBestPixel: fix implicit fallthrough warningAlan Coopersmith1-0/+1
2024-10-11dix: GetPairedDevice: check if GetMaster returned NULLAlan Coopersmith1-1/+1
2024-10-11dix: HashResourceID: use unsigned integers for bit shiftingAlan Coopersmith1-1/+1
2024-10-11dix: ProcListProperties: skip unneeded work if numProps is 0Alan Coopersmith1-12/+15
2024-10-11dix: dixChangeWindowProperty: don't call memcpy if malloc failedAlan Coopersmith1-7/+11
2024-10-11dix: InitPredictableAccelerationScheme: avoid memory leak on failureAlan Coopersmith1-0/+1
2024-10-11dix: CreateScratchGC: avoid dereference of pointer we just set to NULLAlan Coopersmith1-1/+2
2024-10-11dix: enterleave.c: fix implicit fallthrough warningsAlan Coopersmith1-0/+7
2024-10-11dix: SetFontPath: don't set errorValue on SuccessAlan Coopersmith1-1/+2
2024-10-11dix: PolyText: fully initialize local_closureAlan Coopersmith1-12/+12
2024-10-11dix: check for calloc() failure in Xi event conversion routinesAlan Coopersmith1-0/+12
2024-10-11dix: fix valuator copy/paste error in the DeviceStateNotify eventPeter Hutterer1-3/+3
2024-10-10glamor: make use of GL_EXT_texture_format_BGRA8888Konstantin2-9/+6
2024-09-01Fixed mirrored glyphs on big-endian machinesAlexey2-0/+16
2024-08-23Xnest: cursor: fix potentially uninitialized memoryEnrico Weigelt, metux IT consult1-1/+1
2024-07-23build: Drop libxcvt requirement from SDK_REQUIRED_MODULESOlivier Fourdan1-1/+1
2024-05-12ephyr: Fix incompatible pointer type build errorJosé Expósito1-4/+4
2024-04-12xserver 21.1.13xorg-server-21.1.13Matt Turner2-4/+4
2024-04-09render: Avoid possible double-free in ProcRenderAddGlyphs()Olivier Fourdan1-2/+0
2024-04-05mi: fix rounding issues around zero in miPointerSetPositionWillem Jan Palenstijn1-4/+4
2024-04-03xserver 21.1.12xorg-server-21.1.12Povilas Kanapickas2-4/+4
2024-04-03render: fix refcounting of glyphs during ProcRenderAddGlyphsPeter Hutterer3-6/+16
2024-04-03Xquartz: ProcAppleDRICreatePixmap needs to use unswapped length to send replyAlan Coopersmith1-1/+3
2024-04-03Xi: ProcXIPassiveGrabDevice needs to use unswapped length to send replyAlan Coopersmith1-1/+4
2024-04-03Xi: ProcXIGetSelectedEvents needs to use unswapped length to send replyAlan Coopersmith1-1/+4
2024-03-27Xext: SProcSyncCreateFence needs to swap drawable id tooAlan Coopersmith1-0/+1
2024-03-23Allow disabling byte-swapped clientsPeter Hutterer6-3/+37
2024-02-23Initialize Mode->name in xf86CVTMode()Matthieu Herrb1-0/+4
2024-02-19hw/xfree86: fix NULL pointer refrence to mode nameYusuf Khan1-0/+2
2024-01-22dix: Fix use after free in input device shutdownPovilas Kanapickas1-0/+1
2024-01-16xserver 21.1.11xorg-server-21.1.11José Expósito2-4/+4
2024-01-16ephyr,xwayland: Use the proper private key for cursorOlivier Fourdan1-1/+1
2024-01-16glx: Call XACE hooks on the GLX bufferOlivier Fourdan1-0/+8
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-16Xi: flush hierarchy events after adding/removing master devicesPeter Hutterer1-5/+22
2024-01-16Xi: when creating a new ButtonClass, set the number of buttonsPeter Hutterer1-0/+1
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 Hutterer2-4/+4
2024-01-03Removing the code that deletes an existing monitor in RRMonitorAddMichael Wyraz1-22/+0