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