Consolatis
Consolatis
Fixes - #1268 This turned out to be a bit more complex because the `wlr_renderer_init_wl_display()` call we used to do does not store or return the `wlr_linux_dmabuf_v1` pointer anywhere (which...
and notify clients about it. Fixes: - #1525 Reported-by: @Tamaranch
Nothing immediate, just want to preserve this list somewhere Scene: - [ ] wlr_scene got a drag icon helper which is exactly the same as what we have in `src/dnd.c`...
- [ ] Don't restack unmanaged xwayland surfaces. They are now [asserted against](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4052) - [ ] No more `wlr_output->pending` and `wlr_output_set_foo(wlr_output, bar)`. We now have to roll our [own state](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4202)
We should likely add the policykit dependency (and the `WLR_RENDERER=pixman` software rendering fallback) somewhere to the readme. I think it is usually available on systems that have at least one...
Maybe we should add an optimized release build to our CI to prevent such things creeping into the codebase in the future. _Originally posted by @Consolatis in https://github.com/labwc/labwc/issues/1331#issuecomment-1858735824_
[wlroots MR](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3726) [sway scene commit](https://github.com/swaywm/sway/pull/6844/commits/9c04a1894d5989a52d6e0541a3fd04e44b479709) - #1278
Follow-up from - #1045 No functional changes intended ~~, will rebase once #1045 is merged.~~ Edit: This PR also adds a new node descriptor to the rounded button root tree...
Fixes #455 The main thing to watch out for while testing this is if after pressing `W-d`, random actions correctly restore all windows, namely - [x] pressing `W-d` again -...
This somewhat works around the missing support for a panel to show the indicator. Although we internally only have the indices and a string like "English" or "German" in the...