Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-06 | xwayland: fix double free wlr_xwayland_shell_v1 | JiDe Zhang | |
2023-07-26 | xwayland/shell: don't listen to wlr_surface.events.destroy | Kirill Primak | |
The wlr_xwayland_surface_v1 will be destroyed automatically from xwl_surface_role_destroy(). | |||
2023-07-10 | xwayland-shell: don't remove inert role resource | Kirill Primak | |
2023-06-23 | compositor: listen to role_resource destroy signal | Simon Ser | |
Call wlr_surface_destroy_role_object() when the role_resource is destroyed. | |||
2023-06-23 | compositor: replace role_data with role_resource | Simon Ser | |
This increases type safety, makes it more obvious that role_data must represent the role object, and will allow for automatic cleanup when the resource is destroyed. | |||
2023-06-23 | compositor: introduce wlr_surface_set_role_object() | Kirill Primak | |
2023-02-03 | xwayland/shell: actually use wlr_xwayland_surface_v1.link | Kirill Primak | |
Fixes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3575 | |||
2022-11-18 | xwayland/shell: add wlr_xwayland_shell_v1_surface_from_serial() | Simon Ser | |
2022-11-18 | xwayland: add wlr_xwayland_shell_v1_destroy() | Simon Ser | |
2022-11-18 | xwayland: add wlr_xwayland_shell_v1_set_client() | Simon Ser | |
2022-11-18 | xwayland-shell-v1: new protocol implementation | Simon Ser | |
References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/163 |