Age | Commit message (Expand) | Author |
2021-07-06 | move wlr_box from /types to /util | Simon Zeni |
2021-06-07 | backend/wayland: remove swapchain | Simon Ser |
2021-06-02 | output: take a wlr_buffer in set_cursor | Simon Ser |
2021-05-21 | backend/wayland: use common renderer and allocator | Simon Ser |
2021-04-17 | backend/wayland: add support for wl_shm buffers | Simon Ser |
2021-01-16 | backend/wayland: implement get_drm_fd | Simon Ser |
2021-01-10 | backend/wayland: use the EGL GBM platform | Simon Ser |
2021-01-07 | remove unnecessary egl includes | Simon Zeni |
2021-01-07 | backend: remove wlr_egl from all backends | Simon Zeni |
2020-12-21 | backend/wayland: re-use wl_buffers | Simon Ser |
2020-12-13 | backend/wayland: use wlr_swapchain for cursor surface | Simon Ser |
2020-12-13 | backend/wayland: use wlr_swapchain for main surface | Simon Ser |
2020-11-12 | backend/wayland: Set cursor indivdualy per output | Mykola Orliuk |
2020-11-12 | backend/wayland: Add active pointer per host seat | Mykola Orliuk |
2020-11-12 | backend/wayland: Add registering multiple seats | Mykola Orliuk |
2020-11-12 | backend/wayland: Link input devices with seats | Mykola Orliuk |
2020-11-12 | backend/wayland: Bind seat listener to wlr_wl_seat | Mykola Orliuk |
2020-11-11 | Remove unneeded includes from wlr_input_device.h | Isaac Freund |
2020-10-18 | backend/wayland: add error flow in create_wl_seat | Mykola Orliuk |
2020-10-18 | backend/wayland: factor out wlr_wl_seat | Mykola Orliuk |
2020-10-18 | backend/wayland: add touch support to the wayland backend | Ilia Bozhinov |
2020-04-08 | output: check buffer in wlr_output_test | Simon Ser |
2020-01-09 | backend/wayland: listen to wl_buffer.release events | Simon Ser |
2019-11-21 | backend/wayland: add support for presentation-time | Simon Ser |
2019-11-13 | backend/wayland: add support for relative-pointer-unstable-v1 | Simon Ser |
2019-10-16 | backend/wayland: add support for direct scan-out | Simon Ser |
2019-09-26 | Clean up wayland backend tablet support | Markus Ongyerth |
2019-09-26 | Add zwp-tablet-unstable-v2 client support | Markus Ongyerth |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-06-21 | Support pointer-gestures on Wayland backend | Greg V |
2019-05-06 | backend/wayland: remove wl_shm | Simon Ser |
2019-05-06 | backend/wayland: use xdg-decoration-unstable-v1 | Simon Ser |
2019-03-15 | backend/wayland: improve output number handling | Brian Ashworth |
2019-01-10 | Update Wayland backend to xdg-shell stable | Drew DeVault |
2018-11-11 | backend/wayland: Make header order consistent | Scott Anderson |
2018-11-11 | backend/wayland: Move initilisation code earlier | Scott Anderson |
2018-11-11 | backend/wayland: Move registry into backend | Scott Anderson |
2018-09-18 | backend/wayland: add assertions | emersion |
2018-05-12 | Add support for discrete axis values | emersion |
2018-05-09 | Fix hardware cursors scale & transform | emersion |
2018-05-01 | output: always use hardware cursors if available | emersion |
2018-04-29 | backend/wayland: only set one pointer listener | emersion |
2018-04-29 | backend/wayland: create one virtual pointer per output | emersion |
2018-04-25 | Make sure we don't use others' prefixes | emersion |
2018-04-25 | Remove wlr_ prefix from local symbols | emersion |
2018-03-22 | wayland backend: fix use-after free on output destroy | Dominique Martinet |
2018-03-19 | render: split render.h into wlr_renderer.h and wlr_texture.h | emersion |
2018-02-12 | Reformat all #include directives | emersion |
2018-01-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion |
2017-12-19 | wl backend: add wlr_input_device_is_wl | Dominique Martinet |