summaryrefslogtreecommitdiff
path: root/hw/xquartz/xpr
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Remove autotools supportPovilas Kanapickas1-33/+0
2021-04-07xquartz: Call PseudoramiXExtensionInit() through InitOutput() just like xwinJeremy Huddleston Sequoia1-2/+4
2021-03-08xquartz: Ensure the mouse pointer is shown when switching to a native macOS a...Jeremy Huddleston Sequoia1-1/+3
2021-02-20xquartz: Fix a compiler warning about const incompatible pointer assignmentJeremy Huddleston Sequoia1-1/+1
2021-02-18xquartz: Fold quartzCommon.h into quartz.hJeremy Huddleston Sequoia1-1/+0
2021-02-01xquartz: Remove support for older versions of libXpluginJeremy Huddleston Sequoia2-28/+3
2021-02-01xquartz: Remove unused include of AvailabilityMacros.h from various sourcesJeremy Huddleston Sequoia1-2/+0
2021-02-01xquartz: Remove support for Mountain Lion and earlier versions of macOSJeremy Huddleston Sequoia1-17/+7
2021-02-01xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopardJeremy Huddleston Sequoia2-42/+1
2021-02-01xquartz: Remove support for Leopard and earlier versions of macOSJeremy Huddleston Sequoia1-7/+0
2021-02-01xquartz: Remove support for Panther and earlier versions of macOSJeremy Huddleston Sequoia1-8/+2
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-1/+1
2019-05-02assert(a && b) --> assert(a); assert(b)Adam Richter1-1/+2
2019-05-02meson: Convert xquartz from autotoolsJon Turney1-0/+18
2018-11-10Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith1-80/+80
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-3/+3
2015-06-30cursor: drop ARGB_CURSORDave Airlie1-2/+0
2015-03-31Fix XQuartz buildJon Turney1-0/+2
2014-10-08xquartz: Remove useless DRIWindowExposuresAdam Jackson2-25/+0
2014-08-11XQuartz: Better support turning off "Displays have separate Spaces" on OS X M...Jeremy Huddleston Sequoia1-6/+17
2014-07-29xquartz: Remove unused DRI{,Post}ValidateTreeAdam Jackson2-59/+0
2014-05-31XQuartz: Update logic to account for title bar on every display in MavericksJeremy Huddleston Sequoia1-3/+13
2014-01-12XQuartz: Validate length in appledri before swappingJeremy Huddleston Sequoia1-0/+6
2014-01-12XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requestsJeremy Huddleston Sequoia1-0/+4
2014-01-12XQuartz: Simplify hook_run to quiet static analyzerJeremy Huddleston Sequoia1-21/+6
2014-01-12Replace 'pointer' type with 'void *'Keith Packard3-7/+7
2013-10-04Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-2/+0
2013-09-16XQuartz: Fix build with moved pseudoramiXJeremy Huddleston Sequoia1-0/+1
2013-09-10mipointer: Remove EnqueueEvent from miPointerScreenFuncRecAdam Jackson1-1/+0
2013-09-10mipointer: Flatten calls to mieqSwitchScreenAdam Jackson1-1/+0
2012-12-18XQuartz: Don't add the 15bit visual any moreJeremy Huddleston Sequoia1-0/+5
2012-09-24Merge remote-tracking branch 'ajax/server-1.14-abi-churn'Keith Packard1-3/+3
2012-09-22XQuartz: Add some verbose logging to debug xp_lock_window being unbalancedJeremy Huddleston Sequoia1-0/+28
2012-09-22XQuartz: Avoid a possible deadlock with DRI on OS X 10.7.5 and OS X 10.8.2Jeremy Huddleston Sequoia1-0/+6
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-3/+3
2012-08-03XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older l...Jeremy Huddleston Sequoia1-22/+12
2012-07-25XQuartz: Call xp_window_bring_all_to_front if available in libXpluginJeremy Huddleston1-0/+32
2012-07-11XQuartz: Re-add prototype for DRIExtensionInitJeremy Huddleston1-0/+3
2012-07-10Remove last renmants of XFree86LOADER defineDaniel Stone1-5/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-3/+1
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-4/+4
2012-04-23XQuartz: Fix a deadlock in pre-dispatch codeJeremy Huddleston1-1/+1
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston21-879/+1001
2012-03-21Introduce a consistent coding styleKeith Packard21-1432/+1337
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-2/+1
2011-10-26XQuartz: appledri: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3
2011-10-21XQuartz: appledri: Allow byte swapped requestsJeremy Huddleston1-5/+91
2011-10-21XQuartz: appledri: Fix byte swapping in repliesJeremy Huddleston1-3/+36