Age | Commit message (Expand) | Author |
2023-03-28 | backend/wayland: only unmap layers when necessary | Simon Ser |
2023-03-28 | output-layer: cache current state | Simon Ser |
2023-03-24 | backend/wayland: support touch cancel events | Rose Hudson |
2023-03-20 | backend/wayland: fix undefined reference to wlr_wl_input_device_get_seat | zccrs |
2023-03-12 | xdg-shell: improve unmapping logic slightly | Kirill Primak |
2023-03-10 | output-layer: require all layers in wlr_output_state.layers | Simon Ser |
2023-03-09 | xwm: make atom_map static | Kirill Primak |
2023-03-01 | util/log: prefix WLR_REL_SRC_DIR with underscore | Simon Ser |
2023-02-28 | backend/drm: use libdisplay-info for CVT mode generation | Simon Ser |
2023-02-28 | backend/drm: use libdisplay-info to parse EDID | Simon Ser |
2023-02-28 | render/vulkan: prefer render node for wlr_renderer_get_drm_fd() | Simon Ser |
2023-02-24 | output: introduce wlr_output_configure_primary_swapchain() | Simon Ser |
2023-02-21 | render/swapchain: make public | Simon Ser |
2023-02-21 | output-layer: document interactions with screen capture | Simon Ser |
2023-02-21 | backend/drm: drop wlr_drm_layer.pending_{width,height} | Simon Ser |
2023-02-21 | output: expose wlr_output_state_set_buffer() | Simon Ser |
2023-02-21 | output: expose wlr_output_state_finish() | Simon Ser |
2023-02-20 | wlr_scene: Add dmabuf_feedback helper | Alexander Orzechowski |
2023-02-20 | wlr_scene: Cleanup header includes | Alexander Orzechowski |
2023-02-20 | linux-dmabuf-v1: add helper for output layer feedback events | Simon Ser |
2023-02-20 | backend/drm: send output layer feedback events | Simon Ser |
2023-02-20 | output-layer: add feedback event | Simon Ser |
2023-02-20 | backend/drm: add support for output layers | Simon Ser |
2023-02-20 | backend/drm: add libliftoff composition layer | Simon Ser |
2023-02-20 | backend/drm: add libliftoff interface | Simon Ser |
2023-02-20 | backend/drm: init wlr_drm_plane for all plane types | Simon Ser |
2023-02-20 | backend/wayland: implement output layers | Simon Ser |
2023-02-20 | output: add wlr_output_set_layers() | Simon Ser |
2023-02-20 | Add wlr_output_layer | Simon Ser |
2023-02-13 | xwayland: Read and publish _NET_WM_STRUT_PARTIAL property | John Lindgren |
2023-02-08 | scene: Add fractional scale handling | Kenny Levinsen |
2023-02-08 | wp-fractional-scale-v1: new protocol implementation | Kenny Levinsen |
2023-02-06 | linux-dmabuf-v1: add wlr_linux_dmabuf_feedback_v1_init_with_options() | Simon Ser |
2023-02-06 | linux-dmabuf-v1: add basic helpers for feedback | Simon Ser |
2023-02-06 | linux-dmabuf-v1: stop using const in feedback | Simon Ser |
2023-02-04 | wlr_scene: Rename wlr_scene_surface_from_buffer | Alexander Orzechowski |
2023-02-02 | backend/wayland: handle wl_registry.global_remove for wl_seat | Simon Ser |
2023-02-02 | backend/wayland: make destroy_wl_seats() handle a single seat | Simon Ser |
2023-02-01 | subcompositor: convert to try_from | Simon Ser |
2023-02-01 | ext-session-lock-v1: convert to try_from | Simon Ser |
2023-02-01 | layer-shell-v1: convert to try_from | Simon Ser |
2023-02-01 | input-method-v2: convert to try_from | Simon Ser |
2023-02-01 | xdg-shell: convert to try_from | Simon Ser |
2023-02-01 | xwayland/xwm: introduce wlr_xwayland_surface_try_from_wlr_surface() | Kirill Primak |
2023-02-01 | examples, tinywl: use "default" cursor instead of "left_ptr" | Simon Ser |
2023-02-01 | xcursors: Alias existing cursor defaults to cursor-spec cursor names | Consolatis |
2023-01-31 | xdg-shell: rename wlr_xdg_popup.committed to sent_initial_configure | Simon Ser |
2023-01-31 | xdg-shell: rename wlr_xdg_toplevel.added to sent_initial_configure | Simon Ser |
2023-01-31 | backend/drm: set "max bpc" property based on pixel format | Simon Ser |
2023-01-26 | seat/keyboard: constify wlr_seat_keyboard_notify_enter() | Simon Ser |