aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-13surface: improve role precommit hookKirill Primak
2022-01-13surface: deprecate wlr_surface.hKirill Primak
2022-01-13surface: move decl to wlr_{sub,}compositor.hKirill Primak
2022-01-13surface: move impl to types/wlr_{sub,}compositor.cKirill Primak
2022-01-13surface: introduce events.client_commitKirill Primak
2022-01-13subcompositor: split out from compositorKirill Primak
2022-01-09readme: drop mention of the Sway projectSimon Ser
2022-01-08scene/subsurface_tree: fix handling subsurface destructionKirill Primak
2022-01-05render/gles2: don't constrain shm formats to ones that support readingThomas Hebb
2021-12-26vulkan: Fix imported image layoutnyorain