Age | Commit message (Expand) | Author |
2020-10-31 | util/edges: use bitmask for wlr_edges | Tudor Brindus |
2020-10-31 | types/wlr_output_layout: use bitmask for wlr_direction | Tudor Brindus |
2020-10-31 | types/wlr_keyboard: use bitmasks for wlr_keyboard_led and wlr_keyboard_modifi... | Tudor Brindus |
2020-10-30 | backend/drm: Check if output is enabled before sending frame event | Marten Ringwelski |
2020-10-27 | xdg_shell: fix a typo | Ilia Bozhinov |
2020-10-20 | foreign toplevel: Fix whitespace error | Scott Moreau |
2020-10-20 | foreign toplevel: send parent event only to clients that support it | Daniel Kondor |
2020-10-20 | xwayland: fix minor typo in debug log | Tudor Brindus |
2020-10-18 | backend/wayland: fix some keyboard/touch leaks | Mykola Orliuk |
2020-10-18 | backend/wayland: fix input creation error handling | Mykola Orliuk |
2020-10-18 | backend/wayland: add error flow in create_wl_seat | Mykola Orliuk |
2020-10-18 | foreign-toplevel-management: report parent toplevel | Daniel Kondor |
2020-10-18 | backend/wayland: factor out wlr_wl_seat | Mykola Orliuk |
2020-10-18 | backend/wayland: manage cursor for current pointer | Mykola Orliuk |
2020-10-18 | backend/wayland: add touch support to the wayland backend | Ilia Bozhinov |
2020-10-18 | wlr_drag: remove unused point_destroy field | Isaac Freund |
2020-10-16 | xdg_positioner: remove unused field | Isaac Freund |
2020-10-14 | xwayland: add set_geometry event | Ilia Bozhinov |
2020-10-13 | xwayland: notify requestor when we fail to respond to their request | Tudor Brindus |
2020-10-12 | xwayland: remove stale transfers from the same requestor | Tudor Brindus |
2020-10-11 | xwayland: introduce WLR_XWAYLAND for specifying which Xwayland to use | Tudor Brindus |
2020-10-11 | xwayland: fix use-after-free in selection handling | Tudor Brindus |
2020-10-11 | xwayland: using %m in `wlr_log` is broken, use `wlr_log_errno` instead | Tudor Brindus |
2020-10-11 | examples: use `perror` instead of `fprintf` GNU %m `printf` extension | Tudor Brindus |
2020-10-10 | backend/libinput: improve logger callback | Simon Ser |
2020-10-09 | output-management-v1: send complete head state on enable change | Roman Gilg |
2020-10-09 | layer-shell: error on 0 dimension without anchors | Isaac Freund |
2020-10-08 | xwm: add loop detection for read_surface_parent | Rouven Czerwinski |
2020-09-16 | backend: remove check for _WAYLAND_DISPLAY | Simon Ser |
2020-09-10 | layer-shell: add for_each_popup | Isaac Freund |
2020-09-04 | output-management-v1: send head identifying information | Roman Gilg |
2020-09-04 | output-management-v1: add head identifying events | Roman Gilg |
2020-09-04 | xwayland: disconnect display destroy listener even if xwayland didn't initialize | Ilia Bozhinov |
2020-09-04 | Accommodate for CONFIG_VT=0, all TTYs are in seat0, but not all | nerdopolis |
2020-09-04 | session: Don't refuse unprivileged creation of "direct" backend | Patrick Steinhardt |
2020-09-04 | wayland: emit relative pointer events only for current pointer | Ilia Bozhinov |
2020-09-03 | Remove xdg-shell v6 | Drew DeVault |
2020-09-02 | Quieten failure to set login session type | Ryan Walklin |
2020-09-01 | backend/session/libseat: register log handler | Simon Ser |
2020-09-01 | Fix undefined behavior | Valentin |
2020-09-01 | Use fixed size integer type | Valentin |
2020-08-31 | examples/dmabuf-capture: add extra roundtrip for wl_output listener | Simon Ser |
2020-08-27 | output-power-management-v1: listen to output commit | Simon Ser |
2020-08-27 | output: introduce wlr_output_event_commit | Simon Ser |
2020-08-27 | render: Don't crash on 0 dimensions | Guido Cella |
2020-08-27 | xdg-shell: split last-acked and current state | Isaac Freund |
2020-08-26 | session: Add missing init to direct-freebsd | Kenny Levinsen |
2020-08-24 | Remove unnecessary wl_display_dispatch calls | Simon Ser |
2020-08-24 | session: Add libseat backend | Kenny Levinsen |
2020-08-17 | backend/wayland: destroy relative pointer when output is disconnected | Ilia Bozhinov |