Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | scene/layer_shell_v1.c: fix bug in width/height calculations | Johan Malm | |
...in wlr_scene_layer_surface_v1_configure() Reproduce bug with waybar by setting `"margin": 5,` in ~/.config/waybar/config. It will result in the right edge of the panel extending outside the edge of the output. The bug can also be reproduced with gtk-layer-demo by anchoring left/right/top/bottom and setting respective margins Relates-to: https://github.com/labwc/labwc/issues/382 | |||
2022-05-31 | wlr_scene: Only allow parenting on a wlr_scene_tree | Alexander Orzechowski | |
2022-02-01 | scene: Add layer_shell_v1 helper | Kenny Levinsen | |
This helper behaves similar to the xdg_shell helper, and additionally provides a little assistance for positioning and exclusive_zone management. |