Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-04 | xwayland: disconnect display destroy listener even if xwayland didn't initialize | Ilia Bozhinov | |
2020-06-30 | xwayland: Don't discard ready signals | Scott Moreau | |
The xwayland ready signals are used to do initial setup like starting xwm. Discarding the signals means that the handler functions will not be called in the case that Xwayland is restarted and thus, xwm managed clients fail. Fixes #2174." | |||
2020-05-27 | xwayland: add error-checking to `server_start_lazy` | Tudor Brindus | |
This prevents a very unlikely crash in `xwayland_socket_connected`. Refs #2163. | |||
2020-05-19 | xwayland: add option to disable WM | Simon Ser | |
2020-05-19 | xwayland: split server | Simon Ser | |
Split the server part of wlr_xwayland into wlr_xwayland_server. This allows compositors to implement their own XWM when wlroots' isn't a good fit. |