summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-16XQuartz: Ensure scroll events are delivered to a single window (not both X11 ...server-1.19-branchJeremy Huddleston Sequoia1-3/+7
2022-06-14os/connection: Improve abstraction for launchd secure socketsJeremy Huddleston Sequoia1-5/+26
2022-06-13X11Application: Ensure TIS operations are done on the main threadJeremy Huddleston Sequoia1-2/+11
2022-06-13rootless: Dead code removal (ROOTLESS_REDISPLAY_DELAY is already defined)Jeremy Huddleston Sequoia1-5/+0
2021-04-22Fix XChangeFeedbackControl() request underflowMatthieu Herrb1-1/+4
2021-03-08xquartz: Ensure the mouse pointer is shown when switching to a native macOS a...Jeremy Huddleston Sequoia1-1/+3
2021-03-08xquartz: Fix appFlags build failure with macOS 10.15+ SDKsJeremy Huddleston Sequoia1-0/+50
2021-02-22xquartz: Add a launch trampoline to better integrate with modern versions of ...Jeremy Huddleston Sequoia3-3/+93
2021-02-20xquartz: Fix a compiler warning about const incompatible pointer assignmentJeremy Huddleston Sequoia1-1/+1
2021-02-20xquartz: Rewrite Window menu handling to not depend on X11App.windowsMenu.num...Jeremy Huddleston Sequoia1-85/+70
2021-02-20xquartz: Silence a compiler warning about missing internal methods on NSAppli...Jeremy Huddleston Sequoia1-0/+5
2021-02-20xquartz: Remove a workaround for AppKit versions older than LionJeremy Huddleston Sequoia1-10/+1
2021-02-20xquartz: Apply spell check fixes from master for easier cherry-picking of cha...Jeremy Huddleston Sequoia7-18/+18
2021-02-20xquartz: Fix applications menu table background color for dark modeJeremy Huddleston Sequoia92-340/+401
2021-02-20xquartz: Apply Xcode 12.4 automatic updates to nibsJeremy Huddleston Sequoia60-109564/+22615
2021-02-20xquartz: Update the about box copyright to 2021Jeremy Huddleston Sequoia1-2/+2
2021-02-20Use ARRAY_SIZE all over the treeDaniel Martin43-105/+68
2021-02-20Update URL's in man pagesAlan Coopersmith4-7/+7
2021-02-17xquartz: Ensure we call into TIS on the main threadJeremy Huddleston Sequoia1-11/+21
2021-02-01glx: Do not call into Composite if it is disabled.Michal Srb2-41/+55
2021-02-01glx: Only include compositeext.h if COMPOSITE is supportedJeremy Huddleston Sequoia1-0/+3
2021-02-01XQuartz: Hack around an issue that can occur on macOS due to background apps ...Jeremy Huddleston Sequoia1-5/+24
2021-02-01xquartz: Don't add a duplicate GLX extension on subsequent server generationsJeremy Huddleston Sequoia1-1/+3
2021-02-01xquartz: Ensure that NSRunAlertPanel() is run on the main threadJeremy Huddleston Sequoia1-6/+9
2021-02-01xquartz: Remove support for older versions of libXpluginJeremy Huddleston Sequoia4-52/+4
2021-02-01xquartz: Remove unused include of AvailabilityMacros.h from various sourcesJeremy Huddleston Sequoia9-14/+0
2021-02-01xquartz: Remove support for building for i386Jeremy Huddleston Sequoia3-170/+1
2021-02-01xquartz: Remove support for Mountain Lion and earlier versions of macOSJeremy Huddleston Sequoia2-17/+9
2021-02-01xquartz: Remove support for Lion and earlier versions of macOSJeremy Huddleston Sequoia5-409/+4
2021-02-01xquartz: Remove support for SnowLeopard and earlier versions of macOSJeremy Huddleston Sequoia1-4/+1
2021-02-01xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopardJeremy Huddleston Sequoia7-229/+1
2021-02-01xquartz: Remove support for Leopard and earlier versions of macOSJeremy Huddleston Sequoia5-173/+1
2021-02-01xquartz: Remove support for Tiger and earlier versions of macOSJeremy Huddleston Sequoia7-95/+7
2021-02-01os: Remove support for Tiger 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
2021-02-01Fix typo "XQaurtz" in Xquartz.manJim DeLaHunt1-1/+1
2021-02-01XQuartz: recognize F16-F20 and Menu keysChristopher Chavez1-0/+7
2019-03-02xserver 1.19.7xorg-server-1.19.7Kevin Brace1-3/+3
2019-03-02Update configure.ac bug URL for gitlab migrationKevin Brace1-1/+1
2019-02-02Add 24-bit color support to exaGetPixmapFirstPixelKevin Brace1-0/+1
2018-02-12glx: Only assign 8 bpc fbconfigs for composite visuals.Mario Kleiner1-0/+3
2018-02-12xwayland: Don't process cursor warping without an xwl_seatLyude Paul1-0/+7
2018-02-12randr: Fix rotation check in ProcRRSetScreenSize()Alex Goins1-1/+1
2018-02-12glamor: tidy up some gradient color formulasJeff Smith1-36/+30
2018-02-12glamor: remove unused variables in linear gradient shaderJeff Smith1-7/+0
2018-02-12glamor: fix no-reflect case for gradientsJeff Smith1-11/+16
2018-02-12glamor: fix repeat-reflect case in linear gradient shaderJeff Smith1-7/+4
2018-02-12xwayland: remove dirty window unconditionally on unrealizeOlivier Fourdan1-2/+1
2018-02-12os/inputthread: Force unlock when stopping thread.Michal Srb1-0/+1
2018-02-12composite: Propagate damagedDescendants when reparentedPeter Harris3-8/+20