Age | Commit message (Expand) | Author |
2021-11-02 | xwayland: add support for -noTouchPointerEmulation | Simon Ser |
2021-09-11 | xwayland: Allow to retrieve startup-id via _NET_STARTUP_INFO | Guido Günther |
2021-08-20 | xwayland: Allow to retrieve _NET_STARTUP_ID | Guido Günther |
2021-07-27 | xwayland: embed wlr_xwayland_server_options in server struct | Simon Ser |
2021-05-31 | xwm: implement _NET_CLIENT_LIST_STACKING | Tudor Brindus |
2021-01-20 | Expose ICCCM input status | BrassyPanache |
2020-12-07 | xwayland: use pipe instead of SIGUSR1 to signal readiness | Dominik Honnef |
2020-11-30 | xwm: add wlr_xwayland_surface_restack() | Ilia Bozhinov |
2020-11-05 | xwayland: remove unused listener | Isaac Freund |
2020-10-14 | xwayland: add set_geometry event | Ilia Bozhinov |
2020-07-21 | xwm: add support for xwayland minimize | Tobias Langendorf |
2020-05-19 | xwayland: add option to disable WM | Simon Ser |
2020-05-19 | xwayland: split server | Simon Ser |
2019-10-08 | xwayland: Expose configure request mask | Scott Moreau |
2019-03-04 | xwayland: don't set DISPLAY | emersion |
2018-11-29 | primary-selection: introduce wlr_primary_selection_source | emersion |
2018-11-27 | gtk-primary-selection: refactor everything, untie from seat | emersion |
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-08-02 | xwayland: document SIGUSR1 handler | emersion |
2018-07-29 | Initial pass on API stability guarantees | Drew DeVault |
2018-07-29 | reintroduce xwayland is_unmanaged | Markus Ongyerth |
2018-07-19 | Introduce set_hints event for xwayland | Ryan Dwyer |
2018-07-18 | xwayland: handle override_redirect flag changes | emersion |
2018-05-10 | Fix Xwayland cleanup | Vincent Vanlaer |
2018-05-08 | Merge pull request #959 from VincentVanlaer/xwayland-lazy | emersion |
2018-05-08 | Make xwayland_finish* clean up wlr_xwayland | Vincent Vanlaer |
2018-05-06 | Allow xwayland to start lazily | Vincent Vanlaer |
2018-05-04 | Use UTF-8 xwayland window title if available | emersion |
2018-05-03 | Fix typos in comments and strings | morganamilo |
2018-04-13 | xwayland: emit new_surface when unmapped | emersion |
2018-04-11 | Always unmap before destroying surface | emersion |
2018-04-08 | Add wlr_xwayland_surface_ping | emersion |
2018-04-02 | Missed a spot | Drew DeVault |
2018-03-31 | xwyaland: fix style issues | emersion |
2018-03-30 | xwayland: rename map_notify to map for consistency | emersion |
2018-03-03 | move xwm.h out of include/wlr | Dominique Martinet |
2018-02-26 | add xwayland unmanaged tests to support dmenu | Markus Ongyerth |
2018-02-12 | Reformat all #include directives | emersion |
2018-01-14 | xwayland: render children window in fullscreen | emersion |
2017-12-29 | wlr_xwayland: preserve end of struct on restart | Dominique Martinet |
2017-12-29 | xwayland: listen to wlr_seat destroy signal | Dominique Martinet |
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser |
2017-12-27 | Merge pull request #524 from acrisci/role-committed | emersion |
2017-12-27 | xwayland: role committed | Tony Crisci |
2017-12-26 | config: Put all defines into config.h | Björn Esser |
2017-12-14 | Merge branch 'master' into xwm-selection | emersion |
2017-12-14 | Merge branch 'master' into display-destroy | emersion |