Age | Commit message (Expand) | Author |
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 |
2019-12-31 | xwayland: Clean up if Xwayland fails to start | Scott Moreau |
2019-12-23 | meson: Various improvements | Scott Anderson |
2019-10-08 | xwayland: Expose configure request mask | Scott Moreau |
2019-08-12 | xwayland: prevent possible array overrun | Antonin Décimo |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-06-30 | Implement serial validation for selection requests | Manuel Stoeckl |
2019-03-06 | xwayland: set CLOEXEC on /dev/null FD | emersion |
2019-03-04 | xwayland: don't set DISPLAY | emersion |
2019-03-04 | xwm: fix typos in WM_NORMAL_HINTS handling | Ilia Bozhinov |
2019-03-03 | xwm: use min size as base size hint if it is missing and vice versa | Ilia Bozhinov |
2019-03-01 | meson: enable more compiler warnings | emersion |
2019-02-20 | xwayland: remove remaining SOCK_CLOEXEC | emersion |
2019-02-19 | xwayland: don't use SOCK_CLOEXEC | emersion |
2019-02-18 | xwayland, data-device: fix surface state on unmap | emersion |
2019-02-15 | xwm: Add _NET_CLIENT_LIST support | Uli Schlachter |
2019-02-13 | xwm: stack below on map | Brian Ashworth |
2019-02-05 | data-device: destroy previous source when starting drag | emersion |
2019-02-03 | Fix another instance of swaywm/sway#3545. | John Chen |
2019-01-24 | data-device: make sources inert, rename cancel to destroy | emersion |
2019-01-24 | data-device, primary-selection: add request_set_selection | emersion |