aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-02-01scene: Add layer_shell_v1 helperKenny Levinsen
2022-02-01scene: try to import buffers as textures before renderingSimon Ser
2022-01-31cursor: ensure mapping box is always initializedKirill Primak
2022-01-31xcursor: garbage collect XcursorLibraryLoadImagesVlad Zahorodnii
2022-01-31cursor: store mapped_box as valueKirill Primak
2022-01-31output-layout: remove useless types/fieldsKirill Primak
2022-01-31output-layout: make wlr_output_layout_get_box() take a box as parameterKirill Primak
2022-01-28xdg-output: remove dead codeIsaac Freund
2022-01-25subsurface: unlock cached state on commit if desyncedKirill Primak
2022-01-22compositor: damage the whole buffer on viewport src changeKirill Primak
2022-01-20subcompositor: destroy subsurface with parentSimon Ser
2022-01-20subcompositor: document subsurface_from_resourceSimon Ser
2022-01-20editorconfig: set max_line_lengthSimon Ser
2022-01-19render/vulkan: log physical device driver nameSimon Ser
2022-01-19scene_graph: Simplify computation for offset of new surfaces.Alexander Orzechowski
2022-01-19scene_graph: remove unused outputs listAlexander Orzechowski
2022-01-19scene_graph: use wlr_scene_output_send_frame_doneAlexander Orzechowski
2022-01-17foreign-toplevel: send enter if needed on output bindIsaac Freund
2022-01-16input_method_v2: improve mapping detectionTadeo Kondrak
2022-01-14tinywl: fix check whether client is focused or notIsaac Freund