Age | Commit message (Expand) | Author |
2023-02-21 | xwayland: Send synthetic ConfigureNotify per ICCCM 4.1.5 | John Lindgren |
2023-02-13 | xwayland: Read and publish _NET_WM_STRUT_PARTIAL property | John Lindgren |
2023-02-01 | xwayland/xwm: reset serial in xwayland_surface_dissociate() | Simon Ser |
2023-02-01 | xwayland/xwm: introduce wlr_xwayland_surface_try_from_wlr_surface() | Kirill Primak |
2022-12-22 | xwayland/xwm: remove unnecessary surface_id reset | Simon Ser |
2022-12-22 | xwayland/xwm: assert that we're not overwriting when associating | Simon Ser |
2022-12-22 | xwayland/xwm: dissociate even if surface is NULL | Kirill Primak |
2022-12-18 | xwayland/xwm: constify needles | Kirill Primak |
2022-12-08 | xwayland: use HAVE_ prefix for xcb_xfixes_set_client_disconnect_mode | Simon Ser |
2022-12-06 | build: unify naming for HAVE_* defines | Simon Ser |
2022-12-05 | xwayland/xwm: replace role with addon | Simon Ser |
2022-12-05 | xwayland/xwm: rename xwm_map_shell_surface() | Simon Ser |
2022-11-18 | xwayland/xwm: add support for xwayland-shell-v1 | Simon Ser |
2022-11-06 | compositor: drop role object NULL checks in handlers | Kirill Primak |
2022-11-06 | xwayland/xwm: use role object destroy handler | Kirill Primak |
2022-10-19 | xwyland/xwm: simplify unpaired_link handling | Simon Ser |
2022-10-18 | xwayland: Simplify net_wm_edges_to_wlr | Alexander Orzechowski |
2022-08-18 | Use wl_signal_emit_mutable | Alexander Orzechowski |
2022-08-06 | Set mapped before firing map/unmap events | Kenny Levinsen |
2022-05-07 | xwayland: terminate when no client is connected | Simon Ser |
2022-04-17 | Revert "Copy xcb_icccm structs into wlroots" | John Lindgren |
2022-01-13 | surface: improve role precommit hook | Kirill Primak |
2022-01-13 | surface: deprecate wlr_surface.h | Kirill Primak |
2021-09-11 | xwayland: Allow to retrieve startup-id via _NET_STARTUP_INFO | Guido Günther |
2021-09-06 | surface: drop wlr_surface_state.buffer_resource | Simon Ser |
2021-08-28 | xwm: do not restack surfaces on activation | Tudor Brindus |
2021-08-20 | xwayland: Allow to retrieve _NET_STARTUP_ID | Guido Günther |
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 |