summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* XQuartz: Ensure scroll events are delivered to a single window (not both X11 ...server-1.19-branchJeremy Huddleston Sequoia2022-06-161-3/+7
* os/connection: Improve abstraction for launchd secure socketsJeremy Huddleston Sequoia2022-06-141-5/+26
* X11Application: Ensure TIS operations are done on the main threadJeremy Huddleston Sequoia2022-06-131-2/+11
* rootless: Dead code removal (ROOTLESS_REDISPLAY_DELAY is already defined)Jeremy Huddleston Sequoia2022-06-131-5/+0
* Fix XChangeFeedbackControl() request underflowMatthieu Herrb2021-04-221-1/+4
* xquartz: Ensure the mouse pointer is shown when switching to a native macOS a...Jeremy Huddleston Sequoia2021-03-081-1/+3
* xquartz: Fix appFlags build failure with macOS 10.15+ SDKsJeremy Huddleston Sequoia2021-03-081-0/+50
* xquartz: Add a launch trampoline to better integrate with modern versions of ...Jeremy Huddleston Sequoia2021-02-223-3/+93
* xquartz: Fix a compiler warning about const incompatible pointer assignmentJeremy Huddleston Sequoia2021-02-201-1/+1
* xquartz: Rewrite Window menu handling to not depend on X11App.windowsMenu.num...Jeremy Huddleston Sequoia2021-02-201-85/+70
* xquartz: Silence a compiler warning about missing internal methods on NSAppli...Jeremy Huddleston Sequoia2021-02-201-0/+5
* xquartz: Remove a workaround for AppKit versions older than LionJeremy Huddleston Sequoia2021-02-201-10/+1
* xquartz: Apply spell check fixes from master for easier cherry-picking of cha...Jeremy Huddleston Sequoia2021-02-207-18/+18
* xquartz: Fix applications menu table background color for dark modeJeremy Huddleston Sequoia2021-02-2092-340/+401
* xquartz: Apply Xcode 12.4 automatic updates to nibsJeremy Huddleston Sequoia2021-02-2060-109564/+22615
* xquartz: Update the about box copyright to 2021Jeremy Huddleston Sequoia2021-02-201-2/+2
* Use ARRAY_SIZE all over the treeDaniel Martin2021-02-2043-105/+68
* Update URL's in man pagesAlan Coopersmith2021-02-204-7/+7
* xquartz: Ensure we call into TIS on the main threadJeremy Huddleston Sequoia2021-02-171-11/+21
* glx: Do not call into Composite if it is disabled.Michal Srb2021-02-012-41/+55
* glx: Only include compositeext.h if COMPOSITE is supportedJeremy Huddleston Sequoia2021-02-011-0/+3
* XQuartz: Hack around an issue that can occur on macOS due to background apps ...Jeremy Huddleston Sequoia2021-02-011-5/+24
* xquartz: Don't add a duplicate GLX extension on subsequent server generationsJeremy Huddleston Sequoia2021-02-011-1/+3
* xquartz: Ensure that NSRunAlertPanel() is run on the main threadJeremy Huddleston Sequoia2021-02-011-6/+9
* xquartz: Remove support for older versions of libXpluginJeremy Huddleston Sequoia2021-02-014-52/+4
* xquartz: Remove unused include of AvailabilityMacros.h from various sourcesJeremy Huddleston Sequoia2021-02-019-14/+0
* xquartz: Remove support for building for i386Jeremy Huddleston Sequoia2021-02-013-170/+1
* xquartz: Remove support for Mountain Lion and earlier versions of macOSJeremy Huddleston Sequoia2021-02-012-17/+9
* xquartz: Remove support for Lion and earlier versions of macOSJeremy Huddleston Sequoia2021-02-015-409/+4
* xquartz: Remove support for SnowLeopard and earlier versions of macOSJeremy Huddleston Sequoia2021-02-011-4/+1
* xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopardJeremy Huddleston Sequoia2021-02-017-229/+1
* xquartz: Remove support for Leopard and earlier versions of macOSJeremy Huddleston Sequoia2021-02-015-173/+1
* xquartz: Remove support for Tiger and earlier versions of macOSJeremy Huddleston Sequoia2021-02-017-95/+7
* os: Remove support for Tiger and earlier versions of macOSJeremy Huddleston Sequoia2021-02-011-7/+0
* xquartz: Remove support for Panther and earlier versions of macOSJeremy Huddleston Sequoia2021-02-011-8/+2
* Fix typo "XQaurtz" in Xquartz.manJim DeLaHunt2021-02-011-1/+1
* XQuartz: recognize F16-F20 and Menu keysChristopher Chavez2021-02-011-0/+7
* xserver 1.19.7xorg-server-1.19.7Kevin Brace2019-03-021-3/+3
* Update configure.ac bug URL for gitlab migrationKevin Brace2019-03-021-1/+1
* Add 24-bit color support to exaGetPixmapFirstPixelKevin Brace2019-02-021-0/+1
* glx: Only assign 8 bpc fbconfigs for composite visuals.Mario Kleiner2018-02-121-0/+3
* xwayland: Don't process cursor warping without an xwl_seatLyude Paul2018-02-121-0/+7
* randr: Fix rotation check in ProcRRSetScreenSize()Alex Goins2018-02-121-1/+1
* glamor: tidy up some gradient color formulasJeff Smith2018-02-121-36/+30
* glamor: remove unused variables in linear gradient shaderJeff Smith2018-02-121-7/+0
* glamor: fix no-reflect case for gradientsJeff Smith2018-02-121-11/+16
* glamor: fix repeat-reflect case in linear gradient shaderJeff Smith2018-02-121-7/+4
* xwayland: remove dirty window unconditionally on unrealizeOlivier Fourdan2018-02-121-2/+1
* os/inputthread: Force unlock when stopping thread.Michal Srb2018-02-121-0/+1
* composite: Propagate damagedDescendants when reparentedPeter Harris2018-02-123-8/+20