Age | Commit message (Expand) | Author |
2021-05-31 | xwm: prevent X11 clients from blowing our stack by opening too many windows | Tudor Brindus |
2021-05-31 | xwm: implement _NET_CLIENT_LIST_STACKING | Tudor Brindus |
2021-05-31 | xwm: use correct list link when iterating over `unpaired_surfaces` | Tudor Brindus |
2021-04-23 | xwayland: remove _NET_WM_PID handler | Aleksei Bavshin |
2021-04-23 | xwayland: query window PIDs via XResQueryClientIds | Aleksei Bavshin |
2021-04-09 | Remove WLR_HAS_XCB_ERRORS | Simon Ser |
2021-03-29 | xwayland: use ICCCM state defines from xcb-icccm | Simon Ser |
2021-03-29 | xwayland: require xcb-icccm | Simon Ser |
2021-03-29 | xwayland: assume no WM_HINTS means window wants input | Simon Ser |
2021-02-05 | xwayland: free render picture backing cursor | Ilia Mirkin |
2021-02-05 | xwayland/xwm: make atom_map const | Manuel Stoeckl |
2021-02-04 | xwayland/selection: use one target window per selection | Tudor Brindus |
2021-01-31 | xwayland/selection: make xwm_selection_init take a wlr_xwm_selection * | Tudor Brindus |
2021-01-31 | xwayland/selection: make xwm_selection_finish take a wlr_xwm_selection * | Tudor Brindus |
2021-01-28 | xwayland: fix extraneous NET_WM_STATE log messages | Simon Ser |
2021-01-20 | Expose ICCCM input status | BrassyPanache |
2021-01-10 | xwayland: remove protocol debug messages | Simon Ser |
2020-12-15 | Remove inline keyword | 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-14 | xwayland: add set_geometry event | Ilia Bozhinov |
2020-10-08 | xwm: add loop detection for read_surface_parent | Rouven Czerwinski |
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 | 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-05-25 | xwayland: send focus change event unconditionally | Tudor Brindus |
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-10-08 | xwayland: Expose configure request mask | Scott Moreau |
2019-08-12 | xwayland: prevent possible array overrun | Antonin Décimo |
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-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 |
2018-11-12 | Use #if instead of #ifdef for wlroots config data | emersion |
2018-10-27 | xwayland: fix typo to enable transparency | emersion |
2018-10-22 | xwm: Unset min/max size hints if they're not used | Ryan Dwyer |
2018-10-19 | xwm: Remove child->parent pointer when parent destroys | Ryan Dwyer |