aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-02backend/libinput: rework pointer interfaceSimon Zeni
2022-03-02backend/libinput: rework keyboard interfaceSimon Zeni
2022-03-02backend/libinput: add devices wl_listSimon Zeni
2022-03-02examples/input-method: Don't crash on NULL surrounding textGuido Günther
2022-03-02Xwayland: use -displayfd instead of USR1Dominique Martinet
2022-03-02Xwayland: rename notify pipe 'p' to notify_fdDominique Martinet
2022-02-28types/wlr_virtual_pointer_v1: fix wlr_pointer destroy sequenceSimon Zeni
2022-02-28types/wlr_virtual_keyboard_v1: fix wlr_keyboard destroy sequenceSimon Zeni
2022-02-28render: allow texture creation while renderingRoman Gilg
2022-02-22interfaces: remove wlr_input_device_implSimon Zeni
2022-02-21backend/libinput: remove wlr_input_device_implSimon Zeni
2022-02-21backend/wayland: remove wlr_input_device_implSimon Zeni
2022-02-21backend/x11: remove wlr_input_device_implSimon Zeni
2022-02-21types/wlr_switch: constify implSimon Zeni
2022-02-21types/wlr_tablet_pad: constify implSimon Zeni
2022-02-21xdg-positioner: rewrite unconstraining, untie from xdg-popupKirill Primak
2022-02-21xdg-positioner: rename structsKirill Primak
2022-02-21xdg-{toplevel,popup}: extract destructorsKirill Primak
2022-02-21types/wlr_touch: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_tablet_tool: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_tablet_pad: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_switch: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_pointer: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_keyboard: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_input_device: call the specialized input device destroy function on...Simon Zeni
2022-02-21interfaces/wlr_input_device: introduce wlr_input_device_finishSimon Zeni
2022-02-21types/wlr_input_device: default vendor and product id to 0Simon Zeni
2022-02-21backend/headless: remove unused wlr_headless_input_deviceSimon Zeni
2022-02-21output: clear buffer created for testRoman Gilg
2022-02-21CONTRIBUTING.md: update construction/destruction functions' descriptionKirill Primak
2022-02-21Fixed compiling with FFmpeg 5.0Keith Bowes
2022-02-05wlr_cursor: constify map to region box argumentsIsaac Freund
2022-02-02xdg-popup: send invalid_positioner to the right resourceKirill Primak
2022-02-02xdg-surface: avoid emitting signals with their owner objectKirill Primak
2022-02-02xdg-toplevel: fix `requested` docKirill Primak
2022-02-02xdg-shell: drop wlr_xdg_toplevel_set_fullscreen_eventKirill Primak
2022-02-02xdg-surface: minor consistency renamingKirill Primak
2022-02-02xdg-popup: destroy popup-less grabKirill Primak
2022-02-02xdg-shell: fix potential use-after-freeKirill Primak
2022-02-02xdg-shell: extract role-specific unmap logicKirill Primak
2022-02-02xdg-toplevel: change object type in event structsKirill Primak
2022-02-02xdg-toplevel: change parent type to xdg-toplevelKirill Primak
2022-02-02xdg-shell: unify function arguments' namesKirill Primak
2022-02-02xdg-shell: remove "xdg" from docsKirill Primak
2022-02-02xdg-popup: fix functions' main argument typeKirill Primak
2022-02-02xdg-toplevel: fix functions' main argument typeKirill Primak
2022-02-02xdg-shell: fix create_xdg_popup() param typeKirill Primak
2022-02-02xdg-shell: rename surface role handlersKirill Primak
2022-02-02xdg-foreign: Fix crash on destroy of degenerate surfaceAlexander Orzechowski
2022-02-02ext-session-lock-v1: new protocol implementationIsaac Freund