Age | Commit message (Expand) | Author |
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-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-26 | seat/keyboard: constify wlr_seat_keyboard_notify_enter() | Simon Ser |
2023-01-26 | seat/keyboard: constify wlr_seat_keyboard_notify_modifiers() | Simon Ser |
2023-01-26 | seat/keyboard: constify args in wlr_seat_keyboard_enter() | Simon Ser |
2023-01-26 | seat/keyboard: constify wlr_seat_keyboard_send_modifiers() | Simon Ser |
2023-01-21 | wlr_scene: Send intersecting list of scene outputs for outputs_update signal | Alexander Orzechowski |
2023-01-21 | output-layout: improve closest point for no outputs case | Kirill Primak |
2023-01-03 | tablet-tool: revert bitfield in enum wlr_tablet_tool_tip_state | Simon Ser |
2022-12-23 | session-lock: send more protocol errors | Isaac Freund |
2022-12-15 | keyboard: improve documentation | Simon Ser |
2022-12-14 | keyboard: only update LEDs when changed | xiliuya |
2022-12-09 | util/region: forbid "shrinking" a region with wlr_region_expand() | Kirill Primak |
2022-12-06 | wlr_xdg_activation_v1: add new_token event | Ronan Pigott |
2022-12-05 | output-layout: improve API | Kirill Primak |
2022-12-05 | output-layout: remove wlr_output_layout_output_state | Kirill Primak |
2022-12-05 | output-layout: fix function decl indentation | Kirill Primak |
2022-12-05 | xwayland/xwm: replace role with addon | Simon Ser |
2022-12-05 | compositor: add wlr_surface.events.precommit | Simon Ser |
2022-12-03 | compositor: document wlr_surface_{enter,leave,send_frame_done} | Simon Ser |
2022-12-03 | wlr_drm: Add missing wlr_buffer import | Alexander Orzechowski |
2022-12-02 | wl-drm: don't store wlr_renderer | Simon Ser |
2022-12-01 | output: drop enable/mode events | Simon Ser |
2022-12-01 | output-damage: stop listening for output mode events | Simon Ser |
2022-12-01 | scene: stop listening for output enable/mode events | Simon Ser |
2022-12-01 | output_init_render: Allow re-initialization | Alexander Orzechowski |
2022-12-01 | wlr_texture: Expose owning renderer | Alexander Orzechowski |
2022-11-30 | linux-dmabuf-v1: introduce wlr_linux_dmabuf_v1_create() | Simon Ser |
2022-11-30 | linux-dmabuf-v1: drop wlr_renderer field | Simon Ser |
2022-11-30 | linux-dmabuf-v1: don't use wlr_renderer to send legacy format list | Simon Ser |
2022-11-30 | linux-dmabuf-v1: don't use wlr_renderer to sanity check DMA-BUFs | Simon Ser |
2022-11-30 | linux-dmabuf-v1: add version arg to create() | Simon Ser |
2022-11-30 | linux-dmabuf-v1: add "_with_renderer" suffix to create() function | Simon Ser |
2022-11-25 | backend/session: make optional | Simon Ser |
2022-11-25 | shm: add create() function without a wlr_renderer | Simon Ser |
2022-11-24 | scene: introduce wlr_scene_buffer.events.outputs_update | Kirill Primak |
2022-11-24 | compositor: make renderer optional | Simon Ser |
2022-11-24 | compsitor: document wlr_compositor_create() | Simon Ser |
2022-11-24 | backend/multi: stop pulling <wlr/backend/session.h> | Simon Ser |
2022-11-24 | render/gles2, render/pixman: stop pulling <wlr/backend.h> | Simon Ser |
2022-11-24 | backend: stop pulling <wlr/backend/session.h> | Simon Ser |
2022-11-24 | backend/session: drop unused <libudev.h> | Simon Ser |
2022-11-24 | render: stop pulling <wlr/backend.h> | Simon Ser |
2022-11-18 | xwayland/xwm: add support for xwayland-shell-v1 | Simon Ser |
2022-11-18 | xwayland/shell: add wlr_xwayland_shell_v1_surface_from_serial() | Simon Ser |
2022-11-18 | xwayland/server: delay non-lazy startup | Simon Ser |