Age | Commit message (Expand) | Author |
2023-04-18 | seat: Let client manage its own resources | Andri Yngvason |
2023-04-18 | wlr_seat: Extract seat_client_create() function | Andri Yngvason |
2023-04-16 | wlr_scene: Fix potential use-after-free in wlr_scene_buffer_set_buffer | Alexander Orzechowski |
2023-04-14 | wlr_scene: Send presentation event before direct scanout output commit | Alexander Orzechowski |
2023-04-14 | compositor: add wlr_surface_set_preferred_buffer_transform() | Simon Ser |
2023-04-14 | compositor: add wlr_surface_set_preferred_buffer_scale() | Simon Ser |
2023-04-14 | compositor: pass version in wlr_compositor_create | Simon Ser |
2023-04-14 | compositor: use defunct_role_object error | Kirill Primak |
2023-04-14 | subcompositor: use bad_parent error | Kirill Primak |
2023-04-14 | subcompositor: simplify get_subsurface handler | Kirill Primak |
2023-04-12 | render/gles2: use byte-aligned rows for glReadPixels | Manuel Stoeckl |
2023-04-11 | xcursor: adjust style, use calloc() | Simon Ser |
2023-04-06 | output: Drop output_is_direct_scanout | Alexander Orzechowski |
2023-04-06 | output-damage: drop | Simon Ser |
2023-04-06 | output: drop direct scan-out check in output_basic_test() | Simon Ser |
2023-04-06 | scene: check wlr_output_is_direct_scanout_allowed() | Simon Ser |
2023-04-06 | output: add wlr_output_is_direct_scanout_allowed() | Simon Ser |
2023-04-04 | output-layer: add support for scaling buffers | Simon Ser |
2023-03-28 | backend/wayland: only unmap layers when necessary | Simon Ser |
2023-03-28 | backend/wayland: only update layer position when necessary | Simon Ser |
2023-03-28 | backend/wayland: only re-order sub-surfaces when necessary | Simon Ser |
2023-03-28 | output-layer: cache current state | Simon Ser |
2023-03-26 | render/vulkan: avoid double-close on sync_file FD after semaphore import | Simon Ser |
2023-03-24 | examples/touch: support touch cancel events | Rose Hudson |
2023-03-24 | backend/wayland: support touch cancel events | Rose Hudson |
2023-03-20 | backend/drm: log drm_connector_alloc_crtc() failures | Simon Ser |
2023-03-20 | backend/wayland: fix undefined reference to wlr_wl_input_device_get_seat | zccrs |
2023-03-17 | examples/touch: fix incorrect event type | Rose Hudson |
2023-03-16 | drm_format_set: fix realloc size | Brett Ernst |
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-10 | xdg-decoration: send missing protocol errors | Isaac Freund |
2023-03-09 | xwm: emit new_surface/destroy on associate/dissociate | Kirill Primak |
2023-03-09 | xwm: make atom_map static | Kirill Primak |
2023-03-09 | wlr_scene: Skip direct scanout if there is no damage | Alexander Orzechowski |
2023-03-07 | xwm: remove misleading comment | Kirill Primak |
2023-03-06 | gamma-control-v1: simplify get_gamma_control error handling | Simon Ser |
2023-03-06 | gamma-control-v1: fix handling of duplicate control | Simon Ser |
2023-03-04 | tinywl: init server to zeros | Kirill Primak |
2023-03-02 | xdg-shell: improve validation of resize edges | Isaac Freund |
2023-03-01 | backend/wayland: fix leak of some globals | Simon Ser |
2023-03-01 | util/log: prefix WLR_REL_SRC_DIR with underscore | Simon Ser |
2023-02-28 | backend/wayland: destroy zwp_linux_buffer_params_v1 objects | 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-28 | examples/dmabuf-capture: fix frame_number deprecated in FFmpeg 6.0 | Simon Ser |
2023-02-27 | backend: move #ifdefs to nested functions | Simon Ser |
2023-02-27 | backend: make wlr_backend_autocreate() fail when DRM is missing | Simon Ser |
2023-02-26 | output: allow modeset with buffer while frame is pending | Simon Ser |