summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-08xwayland: Replace LogMessage with LogMessageVerbMariusz Ceier2-4/+4
2020-11-26modesetting: Fix build with DebugPresent() enabledOlivier Fourdan1-3/+2
2020-11-25Introduce and use BUS_USBBöszörményi Zoltán3-0/+9
2020-11-25modesetting: Add missing copyright noticesAaron Plattner4-1/+10
2020-11-24hw/xwin: Fix building with -fno-commonJon Turney2-1/+2
2020-11-23xwayland: Clean up pending eglstream on pixmap destroyOlivier Fourdan1-0/+20
2020-11-19xwayland: Use the pixmap release callback with EGLStreamOlivier Fourdan1-2/+6
2020-11-17int10: wrap entire V_ADDR_R* macros in parens for safer expansionAlan Coopersmith1-6/+6
2020-11-17dmx: example code should set a good exampleAlan Coopersmith1-1/+8
2020-11-17xwayland: Add and hook up test scriptMichel Dänzer1-1/+1
2020-11-10xwayland: Add a man pageOlivier Fourdan4-0/+106
2020-11-10xwayland: Do not list option "-eglstream" if not supportedOlivier Fourdan1-0/+2
2020-11-10xwayland: Add help entry for -shmOlivier Fourdan1-0/+1
2020-11-09xwayland: Make window_get_client_toplevel non-recursiveMichel Dänzer1-4/+4
2020-11-09xwayland: Create an xwl_window for toplevel onlyOlivier Fourdan1-1/+1
2020-11-09xwayland: non-rootless requires the XDG-WM-Base protocolOlivier Fourdan1-0/+5
2020-10-30xwayland: Drop the separate refcount for the xwl_pixmapAdam Jackson1-22/+4
2020-10-29modesetting: Add CTM RandR propertyAaron Plattner2-0/+128
2020-10-29modesetting: Use GAMMA_LUT when availableAaron Plattner5-2/+81