aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-10-26compositor: add wlr_surface.unmap_commitKirill Primak
2023-10-19linux_dmabuf_v1: convert to try_fromeri
2023-10-19drm: convert to try_fromeri
2023-10-19buffer: convert to try_fromeri
2023-10-14xwayland: stop translating _NET_WM_STRUT_PARTIAL coordinatesJohn Lindgren
2023-10-10xwayland: add wlr_xwayland_create_with_server()Simon Ser
2023-10-10xwayland/server: add ready flagSimon Ser
2023-10-10security-context-v1: add commit eventSimon Ser
2023-10-10security-context-v1: new protocol implementationSimon Ser
2023-10-09xdg-shell: fix wlr_xdg_popup_destroy() docsKirill Primak
2023-10-09output: allow_artifacts -> allow_reconfigurationKenny Levinsen
2023-10-07scene_output_layout: Don't destroy output when output layout is destroyedAlexander Orzechowski
2023-10-06output_event_commit: Remove committed and bufferAlexander Orzechowski
2023-10-06wlr_output: Add applied state to commit eventAlexander Orzechowski
2023-10-06seat: remove wlr_seat_validate_grab_serial()Kirill Primak
2023-10-06xwayland: fix double free wlr_xwayland_shell_v1JiDe Zhang
2023-10-05render/drm_format_set: use published kernel doc URLSimon Ser
2023-10-05render/vulkan: constrain blend to output subpass to redrawn regionManuel Stoeckl
2023-10-05util: add struct to track union of rectanglesManuel Stoeckl
2023-10-04drop KDE idle protocol supportSimon Zeni
2023-10-04xdg-shell: document wlr_xdg_surface's initialized & initial_commitSimon Ser
2023-10-02docs: replace the less commonly used "::" with "."Kirill Primak
2023-10-02xdg-surface: fix init state flowKirill Primak
2023-10-02output: defer fake present events until after commitRose Hudson
2023-09-28backend/drm: Add async page flip support to legacyvaxerski
2023-09-28staging/tearing-control: Add protocol supportvaxerski
2023-09-22wlr_scene: clarify wlr_scene_output ownership semanticsJohn Lindgren
2023-09-21render/pass: Introduce wlr_render_rect_options_get_boxAlexander Orzechowski
2023-09-09render/vulkan: de-duplicate VkImageUsageFlagsSimon Ser
2023-08-23Unify signal data docsKirill Primak
2023-08-23render: ensure wlr_render_rect_options->box is nonemptyManuel Stoeckl
2023-08-23output: trigger frame/present events on all commits on enabled outputSimon Ser
2023-08-22scene_output_layout: make output adding explicitRose Hudson
2023-08-22output_layout: return wlr_output_layout_output when adding outputRose Hudson
2023-08-21compositor: drop wlr_surface_destroy_role_object()Simon Ser
2023-08-21xdg-shell: rework rolesKirill Primak
2023-08-21xdg-shell: don't return anything from create_xdg_surface()Kirill Primak
2023-08-21buffer: make wlr_client_buffer functions privateSimon Ser
2023-08-19xdg-decoration: store an xdg_toplevel instead of xdg_surfaceLeonardo Hernández Hernández
2023-08-16backend/wayland: wait for xdg_surface.configure explicitlySimon Ser
2023-08-16render: split render pass API into separate headerSimon Ser
2023-08-16wlr_output: Nuke wlr_output_update_enabledAlexander Orzechowski
2023-08-16wlr_output: Make wlr_output_update_{custom,}_mode privateAlexander Orzechowski
2023-08-16output: Add initialization state to wlr_output_initAlexander Orzechowski
2023-08-16backend/wayland: add wlr_wl_output_create_from_surface()Simon Ser
2023-08-16backend/wayland: tag wl_surfaceSimon Ser
2023-08-16backend/wayland: take existing wl_display in wlr_wl_backend_create()Simon Ser
2023-08-03xwayland: drop wlr_xwayland_surface.events.set_pidSimon Ser
2023-07-26compositor: add "mapped" flag docKirill Primak
2023-07-26xwayland/shell: don't listen to wlr_surface.events.destroyKirill Primak