Age | Commit message (Expand) | Author |
2024-01-25 | xwayland: add support for _NET_WM_WINDOW_TYPE_DESKTOP atom | Grigory Kirillov |
2024-01-25 | Fix disappearing menus in QT apps | Sarunas Valaskevicius |
2024-01-24 | xwayland/xwm: associate even on xcb_get_property() failure | Kirill Primak |
2024-01-17 | xwayland: close pipe fds on set_cloexec() error | Kirill Primak |
2023-11-27 | xwm: don't do anything except mapping on MapRequest | Kirill Primak |
2023-11-23 | xwm: ensure stack list only contains mapped managed surfaces | novenary |
2023-11-23 | xwm: avoid restacking managed surfaces above OR surfaces | novenary |
2023-11-17 | xwayland: fix user_event_handler
| mfk530 |
2023-10-26 | xwayland: add wlr_xwayland_set_workareas() | John Lindgren |
2023-10-14 | xwayland: stop translating _NET_WM_STRUT_PARTIAL coordinates | John Lindgren |
2023-10-10 | xwayland: add wlr_xwayland_create_with_server() | Simon Ser |
2023-10-10 | xwayland/server: add ready flag | Simon Ser |
2023-10-09 | xwayland: fix memory leak | Christopher Snowhill |
2023-10-06 | xwayland: batch client ID request with other property requests | Simon Ser |
2023-10-06 | xwayland: batch property requests when handling new window | Simon Ser |
2023-10-06 | xwayland: fix double free wlr_xwayland_shell_v1 | JiDe Zhang |
2023-10-03 | treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical | Alexander Orzechowski |
2023-08-03 | xwayland: drop wlr_xwayland_surface.events.set_pid | Simon Ser |
2023-07-28 | xwayland: avoid calling xwm_get_atom_name() when debug logs are off | Simon Ser |
2023-07-26 | xwayland/shell: don't listen to wlr_surface.events.destroy | Kirill Primak |
2023-07-11 | Use wl_container_of() instead of casts | Simon Ser |
2023-07-10 | xwayland-shell: don't remove inert role resource | Kirill Primak |
2023-07-09 | xwayland: pass NULL as event data | Simon Ser |
2023-07-09 | xwayland: use initializer for struct wlr_xwayland_resize_event | Simon Ser |
2023-07-09 | xwayland: drop struct wlr_xwayland_move_event | Simon Ser |
2023-07-07 | Use struct initializers instead of memset() | Simon Ser |
2023-06-23 | compositor: listen to role_resource destroy signal | Simon Ser |
2023-06-23 | compositor: replace role_data with role_resource | Simon Ser |
2023-06-23 | compositor: introduce wlr_surface_set_role_object() | Kirill Primak |
2023-06-22 | xwayland: unset wlr_xwayland.server on destroy | Simon Ser |
2023-06-05 | Add some missing includes/declarations | Kirill Primak |
2023-06-02 | xwm: check for a buffer before mapping | Kirill Primak |
2023-06-02 | xwm: use unified map logic | Kirill Primak |
2023-06-02 | xwm: introduce associate/dissociate events | Kirill Primak |
2023-06-02 | Revert "xwm: emit new_surface/destroy on associate/dissociate" | Kirill Primak |
2023-05-04 | xwayland: allow compositor to set withdrawn state | novenary |
2023-05-04 | xwayland: enable use of a xserver subproject | Simon Ser |
2023-03-09 | xwm: emit new_surface/destroy on associate/dissociate | Kirill Primak |
2023-03-09 | xwm: make atom_map static | Kirill Primak |
2023-03-07 | xwm: remove misleading comment | Kirill Primak |
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-03 | xwayland/shell: actually use wlr_xwayland_surface_v1.link | Kirill Primak |
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 |