summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-17xwayland: use get_pointer_device() for enter/leave handling tooPeter Hutterer1-11/+11
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 Fourdan1-1/+1
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
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 Sequoia5-222/+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-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-01-29mi: List extensions in usage messageOlivier Fourdan16-6/+23
2021-01-29xwayland: Add -verbose option as in xfree86Misha Gusarov3-0/+27
2021-01-27compiler.h: don't define inb/outb and friends on mipsJulien Cristau2-6/+5
2021-01-22xwayland: Add new pkg-config variable for listenfdOlivier Fourdan1-0/+1
2021-01-08xwayland: remove unused parameter of xwl_glamor_pixmap_get_wl_bufferErik Kurzinger6-23/+9
2021-01-06xfree86/inputtest: Drop extraneous linux-specific includePovilas Kanapickas1-1/+0
2020-12-18xfree86: Use different scroll increment than libinput in inputtest drvPovilas Kanapickas1-6/+6
2020-12-17xfree86: Add scroll axes to touch devices in inputtest driverPovilas Kanapickas2-18/+20
2020-12-17xfree86: Add support for pressure valuator axis in inputtest driverPovilas Kanapickas2-1/+25
2020-12-17xfree86: Fix axis labels for PointerAbsolute input of inputtest driverPovilas Kanapickas1-7/+17
2020-12-15xwayland: Remove unneeded variableOlivier Fourdan1-3/+1
2020-12-15xwayland: Refactor glamor EGL initOlivier Fourdan1-60/+89
2020-12-14xwayland: fix GL version check for GLES only devicesTony Lindgren1-12/+14
2020-12-14xfree86: Implement a test input driverPovilas Kanapickas7-0/+1356
2020-12-10xwayland: Hold window buffer until releasedOlivier Fourdan1-1/+24
2020-12-10xwayland: Hold cursor buffer until releasedOlivier Fourdan1-0/+14
2020-12-10xwayland: Factorize common cursor codeOlivier Fourdan1-32/+33
2020-12-08Remove check for useSIGIO optionPrabhu Sundararaj2-7/+0