Age | Commit message (Expand) | Author |
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 |
2020-08-14 | examples/simple: use wlr_renderer instead of GL | Simon Ser |
2020-08-14 | examples/simple: use wlr_output_preferred_mode | Simon Ser |
2020-08-09 | wlr_virtual_keyboard: fix fd leak | Daniel De Graaf |
2020-08-07 | Don't set XDG_SESSION_TYPE unless logind SetType succeeds | Ryan Walklin |
2020-08-07 | Also set XDG_SESSION_TYPE | Ryan Walklin |
2020-08-07 | Implement logind session SetType method to change session type to wayland | Ryan Walklin |
2020-08-05 | gamma-control-v1: fix use-after-free in gamma_control_handle_set_gamma | Simon Ser |
2020-08-03 | make sure to fail setting gamma on disabled outputs | Ilia Bozhinov |
2020-07-31 | drm: fix uninitialized read | Devin J. Pohly |
2020-07-30 | xwayland: do not allow apps to change focus after wlroots request | Ilia Bozhinov |
2020-07-28 | render/gles2: remove gles2_procs | Simon Ser |
2020-07-28 | render/gles2: make push/pop debug functions take a wlr_renderer | Simon Ser |