aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
AgeCommit message (Expand)Author
2023-08-16backend/wayland: wait for xdg_surface.configure explicitlySimon Ser
2023-08-16backend/wayland: add wlr_wl_output_create_from_surface()Simon Ser
2023-08-16backend/wayland: tag wl_surfaceSimon Ser
2023-08-16backend/wayland: take existing wl_display in wlr_wl_backend_create()Simon Ser
2023-06-05backend/wayland: add scaling support for output layersSimon Ser
2023-03-28backend/wayland: only unmap layers when necessarySimon Ser
2023-03-24backend/wayland: support touch cancel eventsRose Hudson
2023-02-20backend/wayland: implement output layersSimon Ser
2023-02-02backend/wayland: handle wl_registry.global_remove for wl_seatSimon Ser
2023-02-02backend/wayland: make destroy_wl_seats() handle a single seatSimon Ser
2022-10-13backend: use global output name countersSimon Ser
2022-08-11backend/wayland: fix touch device not added on startupSimon Ser
2022-03-17backend/wayland: remove wl_seat_listener from public APISimon Zeni
2022-03-17backend/wayland: remove wlr_wl_input_deviceSimon Zeni
2022-03-17backend/wayland/tablet_v2: give wlr_tablet_* ownership to wlr_wl_seatSimon Zeni
2022-03-17backend/wayland: give wlr_touch ownership to wlr_wl_seatSimon Zeni
2022-03-17backend/wayland: give wlr_pointer ownership to wlr_wl_seatSimon Zeni
2022-03-17backend/wayland: give wlr_keyboard ownership to wlr_wl_seatSimon Zeni
2022-02-21backend/wayland: remove wlr_input_device_implSimon Zeni
2021-11-23input-device: remove wlr_input_device.linkSimon Ser
2021-11-22backend/wayland: report parent presentation clockSimon Ser
2021-10-31backend/wayland: use xdga client activationRonan Pigott
2021-09-27backend/wayland: send hold gesture eventsJosé Expósito
2021-07-06move wlr_box from /types to /utilSimon Zeni
2021-06-07backend/wayland: remove swapchainSimon Ser
2021-06-02output: take a wlr_buffer in set_cursorSimon Ser
2021-05-21backend/wayland: use common renderer and allocatorSimon Ser
2021-04-17backend/wayland: add support for wl_shm buffersSimon Ser
2021-01-16backend/wayland: implement get_drm_fdSimon Ser
2021-01-10backend/wayland: use the EGL GBM platformSimon Ser
2021-01-07remove unnecessary egl includesSimon Zeni
2021-01-07backend: remove wlr_egl from all backendsSimon Zeni
2020-12-21backend/wayland: re-use wl_buffersSimon Ser
2020-12-13backend/wayland: use wlr_swapchain for cursor surfaceSimon Ser
2020-12-13backend/wayland: use wlr_swapchain for main surfaceSimon Ser
2020-11-12backend/wayland: Set cursor indivdualy per outputMykola Orliuk
2020-11-12backend/wayland: Add active pointer per host seatMykola Orliuk
2020-11-12backend/wayland: Add registering multiple seatsMykola Orliuk
2020-11-12backend/wayland: Link input devices with seatsMykola Orliuk
2020-11-12backend/wayland: Bind seat listener to wlr_wl_seatMykola Orliuk
2020-11-11Remove unneeded includes from wlr_input_device.hIsaac Freund
2020-10-18backend/wayland: add error flow in create_wl_seatMykola Orliuk
2020-10-18backend/wayland: factor out wlr_wl_seatMykola Orliuk
2020-10-18backend/wayland: add touch support to the wayland backendIlia Bozhinov
2020-04-08output: check buffer in wlr_output_testSimon Ser
2020-01-09backend/wayland: listen to wl_buffer.release eventsSimon Ser
2019-11-21backend/wayland: add support for presentation-timeSimon Ser
2019-11-13backend/wayland: add support for relative-pointer-unstable-v1Simon Ser
2019-10-16backend/wayland: add support for direct scan-outSimon Ser
2019-09-26Clean up wayland backend tablet supportMarkus Ongyerth