aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
AgeCommit message (Expand)Author
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
2019-09-26Add zwp-tablet-unstable-v2 client supportMarkus Ongyerth
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-06-21Support pointer-gestures on Wayland backendGreg V
2019-05-06backend/wayland: remove wl_shmSimon Ser
2019-05-06backend/wayland: use xdg-decoration-unstable-v1Simon Ser
2019-03-15backend/wayland: improve output number handlingBrian Ashworth
2019-01-10Update Wayland backend to xdg-shell stableDrew DeVault
2018-11-11backend/wayland: Make header order consistentScott Anderson
2018-11-11backend/wayland: Move initilisation code earlierScott Anderson
2018-11-11backend/wayland: Move registry into backendScott Anderson
2018-09-18backend/wayland: add assertionsemersion
2018-05-12Add support for discrete axis valuesemersion
2018-05-09Fix hardware cursors scale & transformemersion
2018-05-01output: always use hardware cursors if availableemersion
2018-04-29backend/wayland: only set one pointer listeneremersion
2018-04-29backend/wayland: create one virtual pointer per outputemersion
2018-04-25Make sure we don't use others' prefixesemersion
2018-04-25Remove wlr_ prefix from local symbolsemersion
2018-03-22wayland backend: fix use-after free on output destroyDominique Martinet