aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-03-11types/wlr_keyboard: remove destroy eventSimon Zeni
2022-03-11types/wlr_tablet_tool: remove name ambiguityDavid96
2022-03-08wlr_switch: remove WLR_SWITCH_STATE_TOGGLEIsaac Freund
2022-03-07types/wlr_input_device: move init and finish function to private APISimon Zeni
2022-03-07types/wlr_input_device: remove wlr_input_device_destroySimon Zeni
2022-03-07interface/wlr_touch: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_tablet_tool: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_tablet_pad: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_switch: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_pointer: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_keyboard: rework destroy sequenceSimon Zeni
2022-03-03buffer: extract interface to separate headerSimon Ser
2022-03-02backend/libinput: public API cleanupSimon Zeni
2022-03-02backend/libinput: rework tablet_pad interfaceSimon Zeni
2022-03-02backend/libinput: rework tablet interfaceSimon Zeni
2022-03-02backend/libinput: rework touch interfaceSimon Zeni
2022-03-02backend/libinput: rework switch interfaceSimon Zeni
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-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-05wlr_cursor: constify map to region box argumentsIsaac Freund
2022-02-02xdg-toplevel: fix `requested` docKirill Primak
2022-02-02xdg-shell: drop wlr_xdg_toplevel_set_fullscreen_eventKirill Primak
2022-02-02xdg-popup: destroy popup-less grabKirill 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