summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-11meson: hide C API if Xorg is disabled (like autotools)Jan Beich15-16/+43
2021-03-08xquartz: Ensure the mouse pointer is shown when switching to a native macOS a...Jeremy Huddleston Sequoia1-1/+3
2021-03-08Avoid sequences of malloc(0) / free() by checking the length.Matthieu Herrb1-2/+5
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-03-05xwayland: Fix path in pkg-config with autoconfOlivier Fourdan2-0/+5
2021-03-05xwayland: Fix LeaveNotify for relative pointerOlivier Fourdan1-1/+1
2021-03-03xfree86: Fix autoconfig secondary GPU devicesJacob Cherry1-3/+22
2021-03-03xwayland: Delay cursor visibility updateOlivier Fourdan2-10/+91
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
2021-02-18xqaurtz: Remove message_kit_thread() and use dispatch insteadJeremy Huddleston Sequoia1-92/+29
2021-02-18xquartz: Use objc_autoreleasePoolPush / objc_autoreleasePoolPop directly in Q...Jeremy Huddleston Sequoia4-73/+33
2021-02-18xquartz: Minor code modernization -- @autoreleasepool adoptionJeremy Huddleston Sequoia3-98/+78
2021-02-18xquartz: Remove some dead code for compatibility with older nibsJeremy Huddleston Sequoia2-12/+0
2021-02-18xquartz: Remove a workaround for AppKit versions older than LionJeremy Huddleston Sequoia1-10/+1
2021-02-17xquartz: Fix applications menu table background color for dark modeJeremy Huddleston Sequoia92-340/+401
2021-02-17xquartz: Apply Xcode 12.4 automatic updates to nibsJeremy Huddleston Sequoia60-109564/+22615
2021-02-17xquartz: Update the about box copyright to 2021Jeremy Huddleston Sequoia1-2/+2
2021-02-17xquartz: Ensure we call into TIS on the main threadJeremy Huddleston Sequoia1-11/+21
2021-02-17dix: Use correct listener to deliver touch end eventsPovilas Kanapickas1-4/+3
2021-02-17xwayland: use get_pointer_device() for enter/leave handling tooPeter Hutterer1-11/+11
2021-02-16dix: Guard against non-existing PtrFeedbackPtrOlivier Fourdan1-0/+3
2021-02-16xwayland: Add PtrFeedback to the touch deviceOlivier Fourdan1-0/+4
2021-02-15xwayland: Use relative device for buttons/axisOlivier Fourdan1-2/+13
2021-02-15xwayland: Add wheel axis to relative pointerOlivier Fourdan1-1/+10
2021-02-15xwayland: Split dispatch_pointer_motion_eventOlivier Fourdan1-62/+74
2021-02-15xwayland: Use relative values for raw eventsOlivier Fourdan1-18/+32
2021-02-15xwayland: Use a resolution of 0 for relative motionOlivier Fourdan1-2/+2
2021-02-15dix: Add POINTER_RAWONLY flagOlivier Fourdan3-25/+31
2021-02-15Xi: Deliver pointer emulated touch events to grabbing clientPovilas Kanapickas1-10/+10
2021-02-15Revert "Xi: Use current device active grab to deliver touch events if any"Povilas Kanapickas1-8/+12
2021-02-08dix: Send touch end to clients that do async grab without touch eventsPovilas Kanapickas1-3/+16
2021-02-02xwayland: Translate keyboard grabs on the root windowOlivier Fourdan1-2/+28
2021-02-02xquartz: 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