summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Revert "present: Only send PresentCompleteNotify events to the presenting cli...Michel Dänzer4-15/+7
2018-01-22xfree86: add default modes for 16:9 and 16:10Martin Wilck1-0/+141
2018-01-22os: Fix a type error in the IPv6 XDMCP codeAdam Jackson1-1/+1
2018-01-22build: guess availability of monotonic clock for cross compilationHelmut Grohne1-0/+7
2018-01-22config: fix NULL value detection for ID_INPUT being unsetPeter Hutterer1-1/+1
2018-01-22glamor: Specify GLSL version for xv shaderCorentin Rossignon1-0/+2
2018-01-22animcur: Fix transitions between animated cursorsAdam Jackson1-10/+15
2018-01-22animcur: Run the timer from the device, not the screenAdam Jackson1-58/+29
2018-01-22animcur: Return the next interval directly from the timer callbackAdam Jackson1-3/+2
2018-01-22animcur: Use fixed-size screen privateAdam Jackson1-12/+4
2018-01-22Xorg.wrap: Ensure correct ordering of post-install hookLukáš Krejčí1-2/+2
2018-01-22xwayland: avoid race condition on new keymapOlivier Fourdan1-1/+1
2018-01-17glx: do not pick sRGB config for 32-bit RGBA visualTapani Pälli1-0/+5
2017-12-20xserver 1.19.6Adam Jackson1-3/+3
2017-12-20glx: Duplicate relevant fbconfigs for compositing visualsThomas Hellstrom3-6/+61
2017-12-20glx: Fix visual fbconfig matching with respect to swap methodThomas Hellstrom1-0/+9
2017-12-20glx: Work around a GLX_OML swap method in older dri driversThomas Hellstrom1-0/+7
2017-12-20glx: Move Composite's synthetic visuals to a different select groupAdam Jackson1-0/+5
2017-12-20glx: Send GLX_VISUAL_SELECT_GROUP_SGIX attribute for visualsAdam Jackson1-2/+3
2017-12-20composite: Make compIsAlternateVisual safe even if Composite is offAdam Jackson1-1/+1
2017-12-20composite: Export compIsAlternateVisualAdam Jackson2-1/+3
2017-12-20composite: Remove a misleading commentAdam Jackson1-5/+0
2017-12-13os: Fix strtok/free crash in ComputeLocalClientTomasz Śniatowski1-3/+3
2017-12-13dix: avoid deferencing NULL PtrCtrlOlivier Fourdan1-1/+6
2017-12-13xwayland: Fix non-argb cursor conversionOlivier Fourdan1-1/+1
2017-12-13glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE (v2)Adam Jackson4-2/+9
2017-12-13os/xdmcp: Honour -once when session is deadDaniel Martin1-1/+1
2017-12-13present: Only send PresentCompleteNotify events to the presenting clientMichel Dänzer4-7/+15
2017-12-13randr: rrGetScreenResources: initialize memoryGiuseppe Bilotta1-1/+1
2017-12-13glx: Only flush indirect contexts in MakeCurrent (v2)Adam Jackson1-1/+1
2017-12-13edid: fix off-by-one error in CEA mode numberingHector Martin1-2/+2
2017-12-13glx: Fix typos that break GLX_ARB_context_flush_controlAdam Jackson2-2/+2
2017-12-13randr: ProcRRGetOutputInfo: initialize memoryGiuseppe Bilotta1-1/+1
2017-12-13xkb: initialize tsymsGiuseppe Bilotta1-1/+1
2017-12-13xkb: Print the xkbcomp path being executed when we fail to compile.Eric Anholt1-2/+4
2017-12-13config/udev: consider ID_INPUT_FOO=0 as 'unset'Peter Hutterer1-33/+32
2017-12-13test: signal-logging: Fix looping signed number testsDaniel Martin1-1/+1
2017-12-13test: input: Fix used uninitialized warning in dix_event_to_coreDaniel Martin1-1/+1
2017-12-13modesetting: Fix potential buffer overflowDaniel Martin2-27/+15
2017-12-13ramdac: Check ScreenPriv != NULL in xf86ScreenSetCursor()Alex Goins1-1/+8
2017-12-13XShmGetImage: fix censoringNikolay Martynov1-6/+2
2017-12-11xfixes: Remove the CursorCurrent arrayAdam Jackson1-7/+21
2017-10-12xserver 1.19.5Adam Jackson1-3/+3
2017-10-12Unvalidated extra length in ProcEstablishConnection (CVE-2017-12176)Nathan Kidd1-1/+6
2017-10-12dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12...Nathan Kidd1-1/+4
2017-10-12Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178)Nathan Kidd1-1/+1
2017-10-12Xi: integer overflow and unvalidated length in (S)ProcXIBarrierReleasePointerNathan Kidd1-0/+5
2017-10-12hw/xfree86: unvalidated lengthsNathan Kidd3-94/+117
2017-10-12xfixes: unvalidated lengths (CVE-2017-12183)Nathan Kidd4-2/+8
2017-10-12Unvalidated lengthsNathan Kidd7-4/+17