wlroots icon indicating copy to clipboard operation
wlroots copied to clipboard

A modular Wayland compositor library

Results 100 wlroots issues
Sort by recently updated
recently updated
newest added

~~Upcoming~~ DRM feature: https://lists.freedesktop.org/archives/dri-devel/2018-May/176031.html https://patchwork.freedesktop.org/patch/188125/ Posting this now, so I don't forget about it. --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/991

enhancement
backend/drm

As a result it is possible for clients to receive touch.motion after touch.up, which is a violation of the wayland protocol. This causes many clients to crash (I've tested GTK...

bug
seat

We need to make a plan and set a deadline for enforcing it. I'm thinking we make our first stability guarantees by July 1st. I think we should do this...

The `wlr_output_layout_output` was designed to be private to the `wlr_output_layout`. There's no reason to expose it to user code. Looking through the rootston code, it looks like the only use...

Xwayland menus don't open after output changes its coordinates. The easiest way to reproduce: 1) Start sway, open VLC under Xwayland, open a menu, close the menu 2) Hotplug an...

Some GPU drivers support rotating the screen right after scanout, instead of doing software rotation like we do right now. The Wayland backend would also support this. --- wlroots has...

enhancement
backend

The seat pointer interface seems to be very prickly about how every button press must be followed by a button release in exactly that order. For instance, if I just...

enhancement
seat

>DRM has support for setting color transformation matrix. This is useful for tuning additional display settings like brightness, saturation and hue. Weston patch: https://patchwork.freedesktop.org/series/45255/ --- wlroots has migrated to gitlab.freedesktop.org....

enhancement
backend/drm

`wlr_output_layout_add` can also move outputs. The only difference between `move` and `add` is that `move` will error when the output is not in the layout. This function is only useful...

Just like pointer and keyboard See https://github.com/swaywm/wlroots/pull/960 --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1140

proposal
input/tablet