summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rootless: Remove the special case for northwest gravity in StartFrameResizeJeremy Huddleston Sequoia2023-01-201-114/+2
* rootless: Use RL_GRAVITY_NORTH_WEST for min/max/zoom resizingJeremy Huddleston Sequoia2023-01-201-1/+1
* rootless: Ensure gResizeDeathPix is stored in locally-managed memory rather t...Jeremy Huddleston Sequoia2023-01-201-15/+5
* rootless: Remove option to disable ROOTLESS_RESIZE_GRAVITYJeremy Huddleston Sequoia2023-01-204-18/+1
* rootless: Fixup some format errors in debug loggingJeremy Huddleston Sequoia2023-01-203-10/+11
* glamor: Don't initialize on softpipeIvan A. Melnikov2023-01-192-0/+9
* ci: Export LP_NUM_THREADS=0 for meson testMichel Dänzer2023-01-191-1/+1
* ci: Move dist testing to a separate jobMichel Dänzer2023-01-193-2/+24
* ci: Use "meson test" instead of "ninja test"Michel Dänzer2023-01-191-1/+2
* xwayland: hook up wl_pointer.axis_v120 eventsPeter Hutterer2023-01-185-22/+57
* xwayland: use a define for the horiz/vert scroll valuatorsPeter Hutterer2023-01-181-10/+13
* Revert "meson: Don't build COMPOSITE for XQuartz"Jeremy Huddleston Sequoia2023-01-172-12/+3
* xquartz: Disable COMPOSITE at runtimeJeremy Huddleston Sequoia2023-01-171-0/+9
* xquartz: Update the about box copyright to 2023Jeremy Huddleston Sequoia2023-01-171-2/+2
* xwayland: Don't expose XRandR emulated modes for leaseable displaysJoshua Ashton2023-01-121-2/+2
* config: add a quirk for Apple Silicon appledrmEric Curtin2023-01-111-0/+10
* x86/logind fix suspend/resume when there are no input devicesJocelyn Falempe2023-01-091-1/+5
* Disallow byte-swapped clients by defaultPeter Hutterer2023-01-067-1/+31
* dix: localize two variablesPeter Hutterer2023-01-061-4/+4
* dix: remove unused PANORAMIX_DEBUG ifdefPeter Hutterer2023-01-061-5/+0
* Fix some indentation issuesPeter Hutterer2023-01-061-11/+11
* xfree86: Fix videodrv ABI versionOlivier Fourdan2023-01-041-1/+1
* xwayland/output: properly return the current emulated mode when queriedMinh Phan2023-01-032-0/+17
* randr: introduce rrCrtcGetInfo DDX functionMinh Phan2023-01-033-1/+12
* dix: Remove pScratchPixmap and other associated ABI changesJeremy Huddleston Sequoia2022-12-306-21/+8
* dix: Stop recycling scratch pixmapsJeremy Huddleston Sequoia2022-12-302-19/+12
* os/connection: don't leave `port` uninitializedJulian Orth2022-12-291-1/+1
* xwayland: Implement xwayland_shell_v1Joshua Ashton2022-12-216-13/+98
* ci: Bump to wayland-protocols 1.28 for xwayland_shellJoshua Ashton2022-12-212-5/+5
* ci: Bump to wayland 1.21.0Joshua Ashton2022-12-211-0/+8
* rootless: Add additional debug logging to help triage XQuartz fb/rootless/dam...Jeremy Huddleston Sequoia2022-12-211-3/+41
* xquartz: Use xorg_backtrace() instead of rolling our own for debuggingJeremy Huddleston Sequoia2022-12-211-20/+6
* xquartz: Ignore SIGPIPE at process launchJeremy Huddleston Sequoia2022-12-211-0/+3
* modesetting: Log whether atomic modesetting is enabledOlivier Fourdan2022-12-201-0/+4
* modesetting: Document the "Atomic" optionOlivier Fourdan2022-12-201-0/+4
* modesetting: add support for TearFree page flipsSultan Alsawaf2022-12-197-16/+360
* modesetting: coalesce vblank events to avoid DRM event queue exhaustionSultan Alsawaf2022-12-194-8/+121
* present: add awareness for drivers with TearFreeSultan Alsawaf2022-12-192-15/+71
* modesetting: make do_queue_flip_on_crtc genericSultan Alsawaf2022-12-193-21/+25
* modesetting: make the shadow buffer helpers genericSultan Alsawaf2022-12-191-34/+64
* xfree86: make xf86RotateCrtcRedisplay publicSultan Alsawaf2022-12-193-10/+19
* pixmap: make PixmapDirtyCopyArea publicSultan Alsawaf2022-12-192-8/+12
* Xext: fix invalid event type mask in XTestSwapFakeInputPeter Hutterer2022-12-191-1/+1
* xquartz: Fix some formattingJeremy Huddleston Sequoia2022-12-141-39/+23
* XQuartz: stub: Call LSOpenApplication instead of fork()/exec()John D Pell2022-12-141-33/+20
* xkb: reset the radio_groups pointer to NULL after freeing itPeter Hutterer2022-12-141-0/+1
* Xi: avoid integer truncation in length check of ProcXIChangePropertyPeter Hutterer2022-12-142-3/+4
* Xi: return an error from XI property changes if verification failedPeter Hutterer2022-12-141-0/+5
* Xext: free the screen saver resource when replacing itPeter Hutterer2022-12-141-1/+1
* Xext: free the XvRTVideoNotify when turning off from the same clientPeter Hutterer2022-12-141-1/+3