Age | Commit message (Expand) | Author |
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 |
2018-10-18 | xwayland: handle configure event mask | emersion |
2018-10-13 | xwayland/xwm: make hints->input default to true | Wolf480pl |
2018-09-28 | xwayland/xwm: Stop including xcb_image.h | Arkadiusz Hiler |
2018-09-24 | xwayland: Introduce set_decorations event | Ryan Dwyer |
2018-09-03 | xwayland: Introduce set_role event | Ryan Dwyer |
2018-09-02 | xwayland: Introduce request_activate event | Ryan Dwyer |
2018-09-02 | xwayland: Add WM_STATE modal property | Ryan Dwyer |
2018-07-29 | reintroduce xwayland is_unmanaged | Markus Ongyerth |
2018-07-27 | Merge pull request #1127 from emersion/surface-precommit | Drew DeVault |
2018-07-21 | Revert "Merge pull request #1153 from emersion/include-config" | Drew DeVault |
2018-07-21 | Always include config.h | emersion |
2018-07-19 | Introduce set_hints event for xwayland | Ryan Dwyer |
2018-07-18 | xwayland: make xwm_surface_activate static | emersion |
2018-07-18 | xwayland: handle override_redirect flag changes | emersion |
2018-07-15 | surface: add wlr_surface_role.precommit | emersion |