Age | Commit message (Expand) | Author |
2021-01-31 | xwayland/selection: don't request another selection while one is pending | Tudor Brindus |
2021-01-29 | xwayland/selection: end incr transfer on empty prop, not next selection | Tudor Brindus |
2021-01-29 | xwayland/selection: refactor remaining incremental transfer code | Tudor Brindus |
2021-01-29 | xwayland/selection: extract out property requests | Tudor Brindus |
2021-01-29 | xwayland/selection: simplify incremental transfer control flow | Tudor Brindus |
2021-01-29 | xwayland/selection: explicitly bail if first write to Wayland fd fails | Tudor Brindus |
2021-01-29 | xwayland/selection: make `xwm_data_source_write` return 0 on failure | Tudor Brindus |
2021-01-28 | xwayland: fix extraneous NET_WM_STATE log messages | Simon Ser |
2021-01-25 | xwayland/selection: rename Wayland-facing data and helpers | Tudor Brindus |
2021-01-25 | xwayland/selection: prevent fd leak on unsupported MIME type | Tudor Brindus |
2021-01-25 | xwayland: use wlr_log_errno instead of %m | Tudor Brindus |
2021-01-20 | Expose ICCCM input status | BrassyPanache |
2021-01-17 | Free xwayland cursor in wlr_xwayland_destroy | Chris Chamberlain |
2021-01-10 | xwayland: remove protocol debug messages | Simon Ser |
2020-12-19 | xwayland: avoid crash on repeated server_finish_display() call | Isaac Freund |
2020-12-15 | Remove inline keyword | Simon Ser |
2020-12-07 | xwayland: use pipe instead of SIGUSR1 to signal readiness | Dominik Honnef |
2020-12-02 | xwayland: add -core to flags | Simon Ser |
2020-11-30 | xwm: add wlr_xwayland_surface_restack() | Ilia Bozhinov |
2020-11-03 | xwayland: log unhandled NET_WM_STATE property changes | Simon Ser |
2020-11-03 | xwayland: minor code style fixes | Simon Ser |
2020-10-20 | xwayland: fix minor typo in debug log | Tudor Brindus |
2020-10-14 | xwayland: add set_geometry event | Ilia Bozhinov |
2020-10-13 | xwayland: notify requestor when we fail to respond to their request | Tudor Brindus |
2020-10-12 | xwayland: remove stale transfers from the same requestor | Tudor Brindus |
2020-10-11 | xwayland: introduce WLR_XWAYLAND for specifying which Xwayland to use | Tudor Brindus |
2020-10-11 | xwayland: fix use-after-free in selection handling | Tudor Brindus |
2020-10-11 | xwayland: using %m in `wlr_log` is broken, use `wlr_log_errno` instead | Tudor Brindus |
2020-10-08 | xwm: add loop detection for read_surface_parent | Rouven Czerwinski |
2020-09-04 | xwayland: disconnect display destroy listener even if xwayland didn't initialize | Ilia Bozhinov |
2020-07-30 | xwayland: do not allow apps to change focus after wlroots request | Ilia Bozhinov |
2020-07-27 | xwm: Set _NET_WM_STATE_FOCUSED property for the focused surface | Scott Moreau |
2020-07-27 | xwayland: free server in error path | Antonin Décimo |
2020-07-27 | Fix incorrect format parameters | Antonin Décimo |
2020-07-22 | xwayland/xwm: use initializer for props in xsurface_set_wm_state | Simon Ser |
2020-07-22 | xwayland/xwm: add prop count assert in xsurface_set_net_wm_state | Simon Ser |
2020-07-22 | xwayland/xwm: don't insert surface in list on error | Simon Ser |
2020-07-21 | xwm: add support for xwayland minimize | Tobias Langendorf |
2020-07-03 | xwm: end transfers when the requestor is destroyed | John Chadwick |
2020-06-30 | xwm: Destroy xwm on hangup or error | Scott Moreau |
2020-06-30 | xwayland: Don't discard ready signals | Scott Moreau |
2020-05-27 | xwayland: add error-checking to `server_start_lazy` | Tudor Brindus |
2020-05-25 | xwayland: send focus change event unconditionally | Tudor Brindus |
2020-05-19 | xwayland: add option to disable WM | Simon Ser |
2020-05-19 | xwayland: split server | Simon Ser |
2020-03-06 | xwayland: remove underscore prefix from atom names | Simon Ser |
2020-03-06 | xwayland: remove duplicate _NET_WM_NAME entry | Simon Ser |
2020-03-06 | xwayland: use explicit indexes when initializing atom_map | Simon Ser |
2020-02-19 | xwayland: ignore pointer focus changes | Simon Ser |
2020-01-05 | xwm: allow applications to change focus between their own surfaces | Ilia Bozhinov |