summaryrefslogtreecommitdiff
path: root/hw/xquartz
AgeCommit message (Expand)AuthorFilesLines
6 daysFix missing include of sys/stat.hEnrico Weigelt, metux IT consult1-0/+1
7 daysos: unexport Os*() functionsEnrico Weigelt, metux IT consult1-0/+3
7 daysprevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult1-1/+1
2024-04-02Xquartz: ProcAppleDRICreatePixmap needs to use unswapped length to send replyAlan Coopersmith1-1/+3
2024-03-21xquartz: fix missing include of <errno.h>Enrico Weigelt, metux IT consult2-0/+3
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer2-3/+0
2024-03-18Fix missing includes of <errno.h>Enrico Weigelt, metux IT consult2-0/+3
2024-02-23os: consolidate busfault handlingEnrico Weigelt, metux IT consult1-1/+1
2023-01-17xquartz: Disable COMPOSITE at runtimeJeremy Huddleston Sequoia1-0/+9
2023-01-17xquartz: Update the about box copyright to 2023Jeremy Huddleston Sequoia1-2/+2
2022-12-21xquartz: Use xorg_backtrace() instead of rolling our own for debuggingJeremy Huddleston Sequoia1-20/+6
2022-12-21xquartz: Ignore SIGPIPE at process launchJeremy Huddleston Sequoia1-0/+3
2022-12-14xquartz: Fix some formattingJeremy Huddleston Sequoia1-39/+23
2022-12-14XQuartz: stub: Call LSOpenApplication instead of fork()/exec()John D Pell1-33/+20
2022-11-24xquartz: Move default applications list outside of the main executableJeremy Huddleston Sequoia4-6/+31
2022-11-24xquartz: Remove unused macro (X11LIBDIR)Jeremy Huddleston Sequoia1-2/+0
2022-07-02XQuartz: Improve type safety for X11Controller's application menu editorJeremy 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-01xquartz: Use correct defines when building to support Sparkle updatesJeremy Huddleston Sequoia2-5/+10
2022-06-26XQuartz: Add TCC reason keys to Info.plistJeremy Huddleston Sequoia1-0/+25
2022-06-26XQuartz: Build the bundle trampoline when using mesonJeremy Huddleston Sequoia2-1/+11
2022-06-19meson: Provide options to set CFBundleVersion and CFBundleVersionString in XQ...Jeremy Huddleston Sequoia1-2/+13
2022-06-19xquartz: Update copyright for 2022Jeremy Huddleston Sequoia1-2/+2
2022-06-19xquartz: Update Sparkle configuration to use SUPublicEDKeyJeremy Huddleston Sequoia3-3/+5
2022-06-16XQuartz: Ensure scroll events are delivered to a single window (not both X11 ...Jeremy Huddleston Sequoia1-3/+7
2022-06-14xquartz: Fold spaces related preferences into NSUserDefaults+XQuartzDefaultsJeremy Huddleston Sequoia3-22/+44
2022-06-14xquartz pbproxy: Adopt NSUserDefaults+XQuartzDefaults for preferencesJeremy Huddleston Sequoia3-77/+12
2022-06-14xquartz: Create a separate category for organizing user preferencesJeremy Huddleston Sequoia8-578/+284
2022-06-13X11Application: Ensure TIS operations are done on the main threadJeremy Huddleston Sequoia1-2/+11
2022-03-31Replace "the the" with a single "the" in docs & commentsAlan Coopersmith1-2/+2
2021-10-27Remove autotools supportPovilas Kanapickas7-409/+0
2021-04-07French text in Preferences Pane ReviewEdouard Gaulué2-99/+101
2021-04-07xquartz: Call PseudoramiXExtensionInit() through InitOutput() just like xwinJeremy Huddleston Sequoia3-4/+4
2021-03-08xquartz: Ensure the mouse pointer is shown when switching to a native macOS a...Jeremy Huddleston Sequoia1-1/+3
2021-03-05xquartz: Update meson build to remove deleted filesJeremy Huddleston Sequoia2-7/+3
2021-03-05xquartz: Fix appFlags build failure with macOS 10.15+ SDKsJeremy Huddleston Sequoia1-0/+50
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 Sequoia2-11/+0
2021-02-22xquartz: Add a launch trampoline to better integrate with modern versions of ...Jeremy Huddleston Sequoia3-3/+93
2021-02-20xquartz: Don't process AppKit events if we haven't finished initializingJeremy Huddleston Sequoia1-0/+8
2021-02-20xquartz: Allocate each fbconfig separatelyJeremy Huddleston Sequoia1-14/+12
2021-02-20xquartz: Fix a compiler warning about const incompatible pointer assignmentJeremy Huddleston Sequoia1-1/+1
2021-02-18xquartz: Fix build with sparkle enabledJeremy Huddleston Sequoia1-11/+9
2021-02-18xquartz: Silence a compiler warning about missing internal methods on NSAppli...Jeremy Huddleston Sequoia1-0/+5
2021-02-18xquartz: Rewrite Window menu handling to not depend on X11App.windowsMenu.num...Jeremy Huddleston Sequoia1-85/+70
2021-02-18xquartz: Convert X11Controller ivars into @propertiesJeremy Huddleston Sequoia3-194/+179
2021-02-18xquartz: Convert X11Application ivars into @propertiesJeremy Huddleston Sequoia3-34/+19
2021-02-18xquartz: Fold quartzCommon.h into quartz.hJeremy Huddleston Sequoia11-59/+14
2021-02-18xquartz: Fold away some unnecessary hops to X11Controller through X11ApplicationJeremy Huddleston Sequoia2-25/+4
2021-02-18xquartz: Fold away array_with_strings_and_numbers and simplify with more mode...Jeremy Huddleston Sequoia1-35/+15