summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 23.1.1xwayland-23.1.1xwayland-23.1Olivier Fourdan2023-03-291-2/+2
* composite: Fix use-after-free of the COWOlivier Fourdan2023-03-291-0/+5
* xkbUtils: use existing symbol names instead of deleted deprecated onesBenno Schulenberg2023-03-291-2/+2
* xwayland: Prevent nested xwl_present_for_each_frame_callback callsMichel Dänzer2023-03-273-2/+30
* xwayland: Refactor xwl_present_for_each_frame_callback helperMichel Dänzer2023-03-273-27/+20
* glamor: Don't glFlush/ctx switch unless any work has been performedJoshua Ashton2023-03-274-7/+15
* Bump version to 23.1.0xwayland-23.1.0Olivier Fourdan2023-03-221-2/+2
* test: Use either wayland-info or weston-infoOlivier Fourdan2023-03-221-1/+6
* 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