summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-13config: search for PnPID on all parents (#75513)server-1.15-branchPeter Hutterer2-7/+24
2014-03-13Xi: check for invalid modifiers for XI2 passive grabsPeter Hutterer2-1/+6
2014-03-13sync: Avoid ridiculously long timeoutsMark Kettenis1-5/+2
2014-03-06Merge branch 'server-1.15-branch' of git://people.freedesktop.org/~jeremyhu/x...Matt Dew9-25/+56
2014-02-19dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONSPeter Hutterer2-0/+3
2014-02-19xf86DeleteScreen: move check for NULL pScrn before first dereferenceAlan Coopersmith1-3/+4
2014-02-19On realloc failure, free font_path_string instead of leaking itAlan Coopersmith1-3/+6
2014-02-19Check for calloc() failure in add_master()Alan Coopersmith1-0/+4
2014-02-19Xi: fix modifier offset in XIPassiveGrab swapping functionPeter Hutterer2-2/+9
2014-02-19os: restrict display names to digitsPeter Hutterer1-0/+27
2014-02-19Xi: Ensure DeviceChanged is emitted after grabs are deactivatedCarlos Garnacho1-1/+18
2014-02-13dix: fix button state check before changing a button mappingPeter Hutterer1-1/+2
2014-01-22XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu ...Jeremy Huddleston Sequoia1-0/+9
2014-01-22XQuartz: Check for allocated memory before using it in AppleWMSetWindowMenuJeremy Huddleston Sequoia1-0/+7
2014-01-22XQuartz: Silence a clang static analysis warning about a memory leakJeremy Huddleston Sequoia1-0/+3
2014-01-22XQuartz: Silence a clang static analysis warning about a possible memory leak...Jeremy Huddleston Sequoia1-0/+4
2014-01-22XQuartz: Validate length in appledri before swappingJeremy Huddleston Sequoia1-0/+6
2014-01-22XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requestsJeremy Huddleston Sequoia1-0/+4
2014-01-22XQuartz: Simplify hook_run to quiet static analyzerJeremy Huddleston Sequoia1-21/+6
2014-01-22XQuartz: Mark applicationWillTerminate: noreturnJeremy Huddleston Sequoia1-1/+1
2014-01-22XQuartz: Fix get_proc_address signatureJeremy Huddleston Sequoia1-2/+2
2014-01-22XQuartz: Fix darwinfb.h header guardJeremy Huddleston Sequoia1-1/+1
2014-01-22XQuartz: Silence some static analyzer warnings by annotating referencing countsJeremy Huddleston Sequoia1-0/+13
2013-12-27Bump version to 1.15.0Keith Packard1-3/+3
2013-12-20present: Set complete notify mode to Skip as neededKeith Packard1-1/+15
2013-12-20present: Don't abandon presents which are already queued for flipKeith Packard1-0/+3
2013-12-20present: Handle PresentOptionAsync for copy modeKeith Packard1-3/+11
2013-12-19Bump version to 1.14.99.905 (1.15 RC5)Keith Packard1-3/+3
2013-12-19Merge remote-tracking branch 'whot/for-keith'Keith Packard2-3/+5
2013-12-16Merge remote-tracking branch 'jeremyhu/master'Keith Packard3-7/+16
2013-12-13configure: Fix a typo near dri3/shmfence detectionAdam Jackson1-1/+1
2013-12-13glx: Add null pointer protection to __glGetProcAddressAdam Jackson1-1/+3
2013-12-13present: Don't use the major/minor version from the protocol headersAdam Jackson2-2/+7
2013-12-13dri3: Don't use the major/minor version from the protocol headersAdam Jackson2-2/+7
2013-12-13dri3: Guard against buggy clientsAdam Jackson1-0/+6
2013-12-13configure.ac: Add PRESENT_LIB to XQUARTZ_LIBSJeremy Huddleston Sequoia1-1/+1
2013-12-12XQuartz: Use asl_log_descriptor to log stdout/stderr of child processesJeremy Huddleston Sequoia1-4/+4
2013-12-12darwin: Don't leave stdin/stdout closedJeremy Huddleston Sequoia1-2/+11
2013-12-11dix: fix check for grab typePeter Hutterer1-1/+1
2013-12-11Xi: ungrab device when releasing a passive grab without ButtonReleaseMask (#7...Peter Hutterer1-1/+2
2013-12-11Xi: Don't ActivateEarlyAccept POINTER_REGULAR listenersBen Gamari1-1/+2
2013-12-10present: recursively set window pixmaps on flipKeith Packard1-7/+37
2013-12-10Bump version to 1.14.99.904 (1.15 RC4)Keith Packard1-3/+3
2013-12-10hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatchJon TURNEY8-399/+653
2013-12-10glx: Consistently use ARB-suffixed names for ARB_multitexture functionsJon TURNEY2-49/+49
2013-12-10ephyr: Fix compilation when ./configure'd with --enable-debugJon TURNEY1-4/+4
2013-12-10configure.ac: Link XWin with present extension if we are building with it ena...Jon TURNEY1-1/+1
2013-12-10xquartz/glx: Convert to non-glapi dispatchAdam Jackson1-13/+13
2013-12-10drisw: Wire up GetProcAddressAdam Jackson1-0/+5
2013-12-10dri2: wire up GetProcAddressAdam Jackson1-1/+5