summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 23.0.99.902xwayland-23.0.99.902Olivier Fourdan2023-03-091-2/+2
* xwayland: Fix uninitialised value created by a stack allocationOlivier Fourdan2023-03-081-1/+1
* xwayland/glamor: Track if a xwl_pixmap uses explicit modifiersJonas Ådahl2023-03-081-20/+30
* xwayland/glamor/gbm: Use helper for implicit buffer params tooJonas Ådahl2023-03-081-6/+26
* xwayland/glamor/gbm: Initialize explicit buffer params in helperJonas Ådahl2023-03-081-31/+55
* xwayland/glamor/gbm: Only use modifier gbm API if explicitJonas Ådahl2023-03-081-2/+4
* Allow disabling the SHAPE extension at runtimeSimon Ser2023-03-033-1/+3
* xwayland: use drmDevice to compare DRM devicesSimon Ser2023-03-035-21/+37
* Add libdrm 2.4.109 requirementAustin Shafer2023-03-033-2/+10
* xwayland: Use MAP_PRIVATE for keymapsOlivier Fourdan2023-03-031-1/+1
* xwayland: don't fall back to wl_drm with explicit modifierSimon Ser2023-03-031-1/+1
* xwayland: fix error path when modifier is not supportedSimon Ser2023-03-031-2/+3
* xwayland: Include <sys/type.h> where neededOlivier Fourdan2023-03-032-0/+5
* Bump version to 23.0.99.901xwayland-23.0.99.901Olivier Fourdan2023-02-221-2/+2
* dix: fix wheel emulation lockup when a negative increment is setPeter Hutterer2023-02-201-3/+3
* Bump version to 23.0.99.1Olivier Fourdan2023-02-171-2/+2
* meson: Change project name to xwaylandMichel Dänzer2023-02-172-3/+3
* Don't install XvfbMichel Dänzer2023-02-172-131/+1
* meson: Build Xwayland unconditionallyMichel Dänzer2023-02-172-52/+25
* Drop miext/shadow directoryMichel Dänzer2023-02-1730-2790/+0
* Drop EXA codeMichel Dänzer2023-02-1715-9348/+0
* Drop config directoryMichel Dänzer2023-02-1716-2542/+0
* Drop Xephyr / kdrive DDXMichel Dänzer2023-02-1735-12765/+1
* Drop Xorg DDXMichel Dänzer2023-02-17340-141531/+8
* Drop Xwin DDX and x86 MinGW-w64 cross buildMichel Dänzer2023-02-17112-35733/+2
* Drop Xnest DDXMichel Dänzer2023-02-1744-5730/+1
* Drop Xquartz DDXMichel Dänzer2023-02-17252-49699/+1
* dix: switch scroll button emulation to multiples of incrementPeter Hutterer2023-02-161-24/+83
* dix: remove pointless "flexible" x/y axis mappingPeter Hutterer2023-02-161-7/+6
* present: Send a PresentConfigureNotify event for destroyed windowsAdam Jackson2023-02-153-4/+19
* xwayland: override Meson dependencySimon Ser2023-02-131-14/+27
* xwayland: generate pkg-config file from MesonSimon Ser2023-02-132-35/+23
* xwayland: Use wl_output.name for XRandROlivier Fourdan2023-02-131-2/+22
* xwayland: Pass the wl_output versionOlivier Fourdan2023-02-133-4/+6
* xwayland: Use xdg-output name for XRandROlivier Fourdan2023-02-131-3/+23
* xwayland: Tell RR has changed only when doneOlivier Fourdan2023-02-131-1/+2
* xwayland: fix GBM on driver without explicit modifiersSimon Ser2023-02-131-3/+2
* xwayland: Do not use "XWayland" spelling in code identifiersMichel Dänzer2023-02-131-5/+5
* xwayland: Spell XWAYLAND consistently in debug messagesMichel Dänzer2023-02-131-1/+1
* xwayland: Spell Xwayland consistently in error messagesMichel Dänzer2023-02-132-3/+3
* xwayland/window: Do not double add window to damage listMinh Phan2023-02-101-1/+2
* dix: Clear device sprite after free in AttachDevice()Olivier Fourdan2023-02-091-0/+1
* xwayland: wl_pointer.axis_v120 is no longer optionalOlivier Fourdan2023-02-094-17/+2
* build: Bump Wayland dependency to 1.21Olivier Fourdan2023-02-091-1/+1
* glamor: handle EXT_gpu_shader4 in dual source blend pathsDave Airlie2023-02-101-3/+8
* Xi: fix potential use-after-free in DeepCopyPointerClassesPeter Hutterer2023-02-071-1/+3
* xwayland: Commit surface changes with libdecor configureOlivier Fourdan2023-02-031-0/+7
* darwin: Implement DetermineClientCmd for macOSJeremy Huddleston Sequoia2023-01-261-1/+109
* os: Use LOCAL_PEERPID from sys/un.h if it is available to detemine the pid wh...Jeremy Huddleston Sequoia2023-01-262-0/+19
* os: Update GetLocalClientCreds to prefer getpeerucred() or SO_PEERCRED over g...Jeremy Huddleston Sequoia2023-01-261-14/+14