Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-12 | layer_shell: damage previous area when a surface shrinks | Ronan Pigott | |
When a layer surface shrinks we need to damage the area it previously occupied, but we don't know the location of all its subsurfaces in the previous state, so instead damage a rectangle that encloses the entire previous extent. | |||
2021-07-07 | Update wlr_box includes | Simon Ser | |
Update for the breaking change in [1]. [1]: https://github.com/swaywm/wlroots/pull/3011 | |||
2020-12-07 | Add layer shell subsurfaces | Vlad Pănăzan | |
Damage subsurfaces created by layer surfaces on map, unmap and commit. This fixes the flicker of Gtk Popovers. Fixes #5617 | |||
2019-10-27 | Handle layer changes for layer shell surfaces | Simon Ser | |
Closes: https://github.com/swaywm/sway/issues/4644 References: https://github.com/emersion/rootston/commit/1982106c9b0fbd48ee9fe20e013524125f6ca3cf | |||
2019-09-07 | remove unused layer shell surface variable | Aleksis | |
2019-08-14 | layer-shell: add support for popups | Drew DeVault | |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion | |
2018-06-30 | sway views: add helpers to get view and layer from wlr_surface | Dominique Martinet | |
2018-03-29 | Some layer shell fixes | Drew DeVault | |
Based on the corresponding rootston changes | |||
2018-03-28 | Render layer surfaces and respect exclusive zone | Drew DeVault | |
2018-03-28 | Add initial layer shell skeleton | Drew DeVault | |