Age | Commit message (Expand) | Author |
2023-10-06 | seat: remove wlr_seat_validate_grab_serial() | Kirill Primak |
2023-10-06 | xwayland: fix double free wlr_xwayland_shell_v1 | JiDe Zhang |
2023-10-05 | render/drm_format_set: use published kernel doc URL | Simon Ser |
2023-10-05 | render/vulkan: constrain blend to output subpass to redrawn region | Manuel Stoeckl |
2023-10-05 | util: add struct to track union of rectangles | Manuel Stoeckl |
2023-10-04 | drop KDE idle protocol support | Simon Zeni |
2023-10-04 | xdg-shell: document wlr_xdg_surface's initialized & initial_commit | Simon Ser |
2023-10-02 | docs: replace the less commonly used "::" with "." | Kirill Primak |
2023-10-02 | xdg-surface: fix init state flow | Kirill Primak |
2023-10-02 | output: defer fake present events until after commit | Rose Hudson |
2023-09-28 | backend/drm: Add async page flip support to legacy | vaxerski |
2023-09-28 | staging/tearing-control: Add protocol support | vaxerski |
2023-09-22 | wlr_scene: clarify wlr_scene_output ownership semantics | John Lindgren |
2023-09-21 | render/pass: Introduce wlr_render_rect_options_get_box | Alexander Orzechowski |
2023-09-09 | render/vulkan: de-duplicate VkImageUsageFlags | Simon Ser |
2023-08-23 | Unify signal data docs | Kirill Primak |
2023-08-23 | render: ensure wlr_render_rect_options->box is nonempty | Manuel Stoeckl |
2023-08-23 | output: trigger frame/present events on all commits on enabled output | Simon Ser |
2023-08-22 | scene_output_layout: make output adding explicit | Rose Hudson |
2023-08-22 | output_layout: return wlr_output_layout_output when adding output | Rose Hudson |
2023-08-21 | compositor: drop wlr_surface_destroy_role_object() | Simon Ser |
2023-08-21 | xdg-shell: rework roles | Kirill Primak |
2023-08-21 | xdg-shell: don't return anything from create_xdg_surface() | Kirill Primak |
2023-08-21 | buffer: make wlr_client_buffer functions private | Simon Ser |
2023-08-19 | xdg-decoration: store an xdg_toplevel instead of xdg_surface | Leonardo Hernández Hernández |
2023-08-16 | backend/wayland: wait for xdg_surface.configure explicitly | Simon Ser |
2023-08-16 | render: split render pass API into separate header | Simon Ser |
2023-08-16 | wlr_output: Nuke wlr_output_update_enabled | Alexander Orzechowski |
2023-08-16 | wlr_output: Make wlr_output_update_{custom,}_mode private | Alexander Orzechowski |
2023-08-16 | output: Add initialization state to wlr_output_init | Alexander Orzechowski |
2023-08-16 | backend/wayland: add wlr_wl_output_create_from_surface() | Simon Ser |
2023-08-16 | backend/wayland: tag wl_surface | Simon Ser |
2023-08-16 | backend/wayland: take existing wl_display in wlr_wl_backend_create() | Simon Ser |
2023-08-03 | xwayland: drop wlr_xwayland_surface.events.set_pid | Simon Ser |
2023-07-26 | compositor: add "mapped" flag doc | Kirill Primak |
2023-07-26 | xwayland/shell: don't listen to wlr_surface.events.destroy | Kirill Primak |
2023-07-26 | wlr_output: add comments for signal parameters | rewine |
2023-07-23 | xdg-shell: add support for v6 | Leonardo Hernández Hernández |
2023-07-24 | cursor-shape-v1: new protocol implementation | Simon Ser |
2023-07-21 | wlr_idle_inhibit_manager_v1: add comments for signal parameters | rewine |
2023-07-17 | data-device: remove undefined grab interface decls | Kirill Primak |
2023-07-17 | xdg-shell: update stale docs | Kirill Primak |
2023-07-17 | cursor, output: apply viewport to cursor | Simon Ser |
2023-07-17 | wlr_gamma_control: add missing forward declarations | John Lindgren |
2023-07-14 | presentation-time: add separate helper for zero-copy | Simon Ser |
2023-07-14 | scene: add wlr_scene_output_sample_event | Simon Ser |
2023-07-14 | scene: rename output_present event to output_sample | Simon Ser |
2023-07-11 | render: document wlr_buffer_pass_options.timer | Simon Ser |
2023-07-11 | render: constify struct wlr_buffer_pass_options | Simon Ser |
2023-07-10 | scene_output: optionally record and report timings | Rose Hudson |