Age | Commit message (Expand) | Author |
2022-02-02 | xdg-shell: extract role-specific unmap logic | Kirill Primak |
2022-02-02 | xdg-toplevel: change object type in event structs | Kirill Primak |
2022-02-02 | xdg-toplevel: change parent type to xdg-toplevel | Kirill Primak |
2022-02-02 | xdg-shell: unify function arguments' names | Kirill Primak |
2022-02-02 | xdg-shell: remove "xdg" from docs | Kirill Primak |
2022-02-02 | xdg-popup: fix functions' main argument type | Kirill Primak |
2022-02-02 | xdg-toplevel: fix functions' main argument type | Kirill Primak |
2022-02-02 | xdg-shell: fix create_xdg_popup() param type | Kirill Primak |
2022-02-02 | xdg-shell: rename surface role handlers | Kirill Primak |
2022-02-02 | ext-session-lock-v1: new protocol implementation | Isaac Freund |
2022-02-01 | scene: Add layer_shell_v1 helper | Kenny Levinsen |
2022-02-01 | scene: try to import buffers as textures before rendering | Simon Ser |
2022-01-31 | xcursor: garbage collect XcursorLibraryLoadImages | Vlad Zahorodnii |
2022-01-31 | output-layout: remove useless types/fields | Kirill Primak |
2022-01-31 | output-layout: make wlr_output_layout_get_box() take a box as parameter | Kirill Primak |
2022-01-17 | foreign-toplevel: send enter if needed on output bind | Isaac Freund |
2022-01-13 | surface: improve role precommit hook | Kirill Primak |
2022-01-13 | surface: deprecate wlr_surface.h | Kirill Primak |
2022-01-13 | surface: move decl to wlr_{sub,}compositor.h | Kirill Primak |
2022-01-13 | surface: move impl to types/wlr_{sub,}compositor.c | Kirill Primak |
2022-01-13 | surface: introduce events.client_commit | Kirill Primak |
2022-01-13 | subcompositor: split out from compositor | Kirill Primak |
2021-12-20 | wlr_texture: remove wlr_texture_from_wl_drm() from header | Isaac Freund |
2021-12-17 | Remove wlr_box.h redirection | Simon Ser |
2021-12-17 | layer-shell: fix type of margins | Isaac Freund |
2021-12-14 | scene: add wlr_scene_set_presentation() | Isaac Freund |
2021-12-14 | backend/drm: use drmCloseBufferHandle | Simon Ser |
2021-12-14 | util/global: remove wl_display arg from wlr_global_destroy_safe | Simon Ser |
2021-12-14 | xdg-activation: Allow to submit tokens | Guido Günther |
2021-12-13 | scene: fix wlr_scene_send_frame_done() API | Isaac Freund |
2021-12-13 | scene: add wlr_scene_send_frame_done() | Isaac Freund |
2021-12-13 | scene: add primary output to wlr_scene_surface | Isaac Freund |
2021-12-13 | scene: send surface enter/leave output events | Isaac Freund |
2021-12-13 | backend/drm: add wlr_drm_backend_monitor | Chris Chamberlain |
2021-12-09 | subsurface: don't add to parent list immediately | Kirill Primak |
2021-12-09 | surface: fix non-buffer damage handling | Kirill Primak |
2021-12-09 | output: introduce wlr_output_set_name | Simon Ser |
2021-12-07 | linux-dmabuf-v1: add per-surface feedback | Simon Ser |
2021-12-07 | linux-dmabuf-v1: implement v4 | Simon Ser |
2021-12-07 | render: add wlr_renderer_init_wl_shm | Simon Ser |
2021-12-03 | output: drop front_buffer | Simon Ser |
2021-12-03 | output: add wlr_output_event_commit.buffer | Simon Ser |
2021-12-03 | render/drm-format-set: add wlr_drm_format_set_intersect | Simon Ser |
2021-12-02 | render/egl: improve modifier support detection | Simon Ser |
2021-12-01 | render/egl: add wlr_egl_create_with_context | Simon Ser |
2021-12-01 | render/egl: store IMG_context_priority in wlr_egl | Simon Ser |
2021-11-30 | scene: add wlr_scene_get_scene_output | Simon Ser |
2021-11-30 | output: add wlr_output_get_primary_formats | Simon Ser |
2021-11-30 | output: fix typo in wlr_output_impl.get_primary_formats docs | Simon Ser |
2021-11-26 | render: add DMA-BUF docs | Simon Ser |