Age | Commit message (Expand) | Author |
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 |
2022-11-18 | xwayland/server: add start signal | Simon Ser |
2022-11-18 | xwayland: add wlr_xwayland_shell_v1_destroy() | Simon Ser |
2022-11-18 | xwayland: add wlr_xwayland_shell_v1_set_client() | Simon Ser |
2022-11-18 | xwayland-shell-v1: new protocol implementation | Simon Ser |
2022-11-17 | Nuke deprecated include/wlr/types/wlr_surface.h | Kirill Primak |
2022-11-17 | output: drop wlr_output_damage_whole() | Simon Ser |
2022-11-15 | backend: drop wlr_backend_get_session() | Simon Ser |
2022-11-15 | backend: return wlr_session in wlr_backend_autocreate() call | Simon Ser |
2022-11-15 | Introduce wlr_shm | Simon Ser |
2022-11-15 | input-inhibitor: deprecate | Kirill Primak |
2022-11-15 | render: add wlr_renderer.events.lost | Simon Ser |
2022-11-15 | render: make wlr_renderer_begin return a bool | Simon Ser |
2022-11-15 | render: allow wlr_renderer_impl.begin to fail | Simon Ser |
2022-11-15 | render: make some wlr_renderer fields private | Simon Ser |
2022-11-15 | render: add docs for wlr_renderer | Simon Ser |