summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-02XQuartz: Improve type safety for X11Controller's application menu editorserver-1.20-branchJeremy Huddleston Sequoia1-20/+20
2022-07-02xquartz: Fix a possible crash when editing the Application menu due to mutain...Jeremy Huddleston Sequoia1-2/+5
2022-07-02XQuartz: Add TCC reason keys to Info.plistJeremy Huddleston Sequoia1-0/+25
2022-07-02XQuartz: Ensure scroll events are delivered to a single window (not both X11 ...Jeremy Huddleston Sequoia1-3/+7
2022-07-02xquartz: Fold spaces related preferences into NSUserDefaults+XQuartzDefaultsJeremy Huddleston Sequoia3-22/+44
2022-07-02xquartz pbproxy: Adopt NSUserDefaults+XQuartzDefaults for preferencesJeremy Huddleston Sequoia3-78/+11
2022-06-14xquartz: Create a separate category for organizing user preferencesJeremy Huddleston Sequoia9-581/+286
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
2022-04-29xf86: Accept devices with the 'simpledrm' driver.nerdopolis1-1/+6
2022-01-24present: Check for NULL to prevent crashBłażej Szczygieł1-0/+6
2021-12-15xserver 1.20.14xorg-server-1.20.14Matt Turner2-3/+3
2021-12-15render: Fix out of bounds access in SProcRenderCompositeGlyphs()Povilas Kanapickas1-0/+9
2021-12-15Xext: Fix out of bounds access in SProcScreenSaverSuspend()Povilas Kanapickas1-1/+1
2021-12-15xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier()Povilas Kanapickas1-2/+4
2021-12-15record: Fix out of bounds access in SwapCreateRegister()Povilas Kanapickas1-2/+2
2021-10-26modesetting: Allow Present flips with mismatched stride on atomic drivers.Mario Kleiner3-2/+14
2021-10-26Fix RandR leasing for more than 1 simultaneously active lease.Mario Kleiner1-1/+1
2021-07-29xserver 1.20.13xorg-server-1.20.13Matt Turner2-3/+3
2021-07-29modesetting: unflip not possible when glamor is not setŁukasz Spintzyk1-0/+3
2021-07-29present: fallback get_crtc to return crtc belonging to screen with present ex...Łukasz Spintzyk3-1/+38
2021-07-08xserver 1.20.12xorg-server-1.20.12Matt Turner2-4/+4
2021-07-08Build xz tarballs instead of bzip2Matt Turner1-1/+1
2021-06-26hw/dmx/config: Link directly with libdmxconfig.aorbea1-6/+3
2021-06-26xfree86: Fix NULL pointer dereference crashZoltán Böszörményi1-13/+10
2021-06-26glx: Fix use after free in MakeCurrentOlivier Fourdan1-2/+2
2021-06-24xfree86: Fix out of array bound access to xf86EntitiesŁukasz Spintzyk1-2/+2
2021-06-15xfree86: Change displays array to pointers array to fix invalid pointer issue...Łukasz Spintzyk3-23/+26
2021-06-14glamor: Avoid using GL_QUADS on V3DJose Maria Casanova Crespo1-1/+2
2021-06-14modesetting: Fix possible_crtcsVille Syrjälä1-2/+2
2021-06-14modesetting: Update props for dynamically added outputsVille Syrjälä1-1/+7
2021-06-14xquartz: Ensure the mouse pointer is shown when switching to a native macOS a...Jeremy Huddleston Sequoia1-1/+3
2021-06-14xquartz: Fix appFlags build failure with macOS 10.15+ SDKsJeremy Huddleston Sequoia1-0/+50
2021-06-14glx: Set ContextTag for all contextsOlivier Fourdan1-1/+2
2021-06-14glx: don't create implicit GLXWindow if one already existsErik Kurzinger1-2/+9
2021-06-14modesetting: Remove few common functions from ms namespaceŁukasz Spintzyk5-21/+21
2021-06-14modesetting: remove unnecessary ms_covering_xf86_crtc dup of ms_covering_rand...Łukasz Spintzyk1-113/+6
2021-06-14modesetting: Find crtc on slave outputs as fallback instead of returning prim...Łukasz Spintzyk1-26/+30
2021-06-14present: fix msc offset calculation in screen modeŁukasz Spintzyk7-10/+52
2021-06-14present: Use crtc's screen present operation for syncingŁukasz Spintzyk2-2/+15
2021-06-14modesetting: Initialize present extension despite glamor is disabledŁukasz Spintzyk1-4/+5
2021-06-09modesetting: Disable reverse prime offload mode for displays running on evdi,udlŁukasz Spintzyk1-2/+14
2021-06-08dix: Guard against non-existing PtrFeedbackPtrOlivier Fourdan1-0/+3
2021-06-08xwayland: Add PtrFeedback to the touch deviceOlivier Fourdan1-0/+4
2021-05-03glx: fixup symbol name for get_extensions functionVasily Khoruzhick1-0/+10
2021-04-13xserver 1.20.11xorg-server-1.20.11Matt Turner2-4/+4
2021-04-13Fix XChangeFeedbackControl() request underflowMatthieu Herrb1-1/+4
2021-02-22xquartz: Remove a check for NSAppKitVersionNumber >= NSAppKitVersionNumber10_7Jeremy Huddleston Sequoia1-2/+1
2021-02-22xquartz: Don't include strndup.c any more since we no longer support 10.8 and...Jeremy Huddleston Sequoia1-7/+0