aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
AgeCommit message (Expand)Author
2022-04-17Revert "Copy xcb_icccm structs into wlroots"John Lindgren
2022-04-13xdg-toplevel: don't schedule configures on state requestsKirill Primak
2022-04-13xdg-foreign-v2: treat unmapped parents as NULLKirill Primak
2022-04-13xdg-foreign-v1: treat unmapped parents as NULLKirill Primak
2022-03-23seat: take wlr_keyboard in wlr_seat_set_keyboard()Leonardo Hernández Hernández
2022-03-23layer-shell: Make wlr_layer_surface_v1_from_resource publicGuido Günther
2022-03-17types/wlr_touch: uniformize events nameSimon Zeni
2022-03-17types/wlr_tablet_tool: uniformize events nameSimon Zeni
2022-03-17types/wlr_tablet_pad: uniformize events nameSimon Zeni
2022-03-17types/wlr_switch: uniformize events nameSimon Zeni
2022-03-17types/wlr_keyboard: uniformize events nameSimon Zeni
2022-03-17types/wlr_pointer: uniformize events nameSimon Zeni
2022-03-17types/wlr_input_device: move width_mm and height_mm fields to wlr_tablet and ...Simon Zeni
2022-03-17types/wlr_input_device: move output_name field to wlr_pointer and wlr_touchSimon Zeni
2022-03-16types/wlr_output: Handle subpixel hints through output commitsAlexander Orzechowski
2022-03-16Revert "scene: try to import buffers as textures before rendering"Simon Ser
2022-03-11types/wlr_virtual_pointer_v1: remove destroy eventSimon Zeni
2022-03-11types/wlr_virtual_keyboard_v1: remove destroy eventSimon Zeni
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-02-28render: allow texture creation while renderingRoman Gilg
2022-02-22interfaces: 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-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-toplevel: change object type in event structsKirill Primak