Age | Commit message (Expand) | Author |
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 |
2019-01-21 | primary-selection: add a serial argument | emersion |
2018-12-13 | xwayland: remove clearenv() call | Dominique Martinet |
2018-11-29 | primary-selection: introduce wlr_primary_selection_source | emersion |
2018-11-27 | gtk-primary-selection: use impl pattern for sources | emersion |
2018-11-27 | gtk-primary-selection: refactor everything, untie from seat | emersion |
2018-11-23 | Rename wlr_primary_selection to wlr_gtk_primary_selection | emersion |
2018-11-12 | Use #if instead of #ifdef for wlroots config data | emersion |
2018-11-06 | Use _POSIX_C_SOURCE, use shm_open | emersion |
2018-10-28 | xwayland: don't fail if XDG_RUNTIME_DIR is not set | 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-08 | Fix wlr_xwayland_destroy | nyorain |
2018-09-03 | Merge pull request #1213 from arandomhuman/wlr_log_get_verbosity | Drew DeVault |
2018-09-03 | Close stdout/stderr for Xwayland | random human |
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-08-24 | Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" | Scott Anderson |
2018-08-23 | Revert "Merge pull request #1194 from ascent12/meson_feature" | Drew DeVault |
2018-08-22 | Install headers explicitly | Scott Anderson |
2018-08-22 | Use new options for X11 backend and Xwayland | Scott Anderson |
2018-07-29 | reintroduce xwayland is_unmanaged | Markus Ongyerth |
2018-07-27 | Merge pull request #1127 from emersion/surface-precommit | Drew DeVault |