Age | Commit message (Expand) | Author |
2022-06-21 | xdg-popup: use configure fields | Kirill Primak |
2022-06-21 | xdg-toplevel: post no memory on strdup() fail | Kirill Primak |
2022-06-21 | subcompositor: consider map on creation | Kirill Primak |
2022-06-20 | cursor: re-enable NULL buffer for cursor | Rouven Czerwinski |
2022-06-19 | backend/drm: set "max bpc" to the max | Simon Ser |
2022-06-19 | backend/drm: remove unused CRTC count check | Simon Ser |
2022-06-17 | output-management-v1: add wlr_output_head_v1_state_apply() | Simon Ser |
2022-06-16 | render/texture: drop wlr_texture_is_opaque | Simon Ser |
2022-06-14 | gitignore: remove build dir entries | Simon Ser |
2022-06-12 | render/egl: don't leak memory on error return | bi4k8 |
2022-06-11 | Add missing & | bi4k8 |
2022-06-11 | render/vulkan/pixel_format: do not leak props->... | bi4k8 |
2022-06-11 | xdg-shell: improve shell version check | Kirill Primak |
2022-06-08 | scene/layer_shell_v1.c: fix bug in width/height calculations | Johan Malm |
2022-06-08 | matrix: remove wlr_matrix_projection() | Simon Ser |
2022-06-08 | render/gles2: simplify flipped projection | Simon Ser |
2022-06-08 | output: use state setters in wlr_output_set_* | Simon Ser |
2022-06-08 | output: compare state before commit | Simon Ser |
2022-06-08 | output: add output state setters | Simon Ser |
2022-06-07 | scene/output_layout: Fix crash in scene_output_layout_output_destroy | Consolatis |
2022-06-07 | util/global: fix memory leak on display destroy in wlr_global_destroy_safe | Simon Ser |
2022-06-07 | output: fix make/model/serial memory leak | Simon Ser |
2022-06-07 | output: fix leak of empty back buffer lock | Isaac Freund |
2022-06-07 | backend/drm: fix NULL pointer deference due to typo | Isaac Freund |
2022-06-07 | backend/drm: make serial optional | Simon Ser |
2022-06-07 | backend/drm: unconditionally set "content type" to graphics | Simon Ser |
2022-06-06 | dmabuf: Don't leak file descriptors on error path | Alexander Orzechowski |
2022-06-05 | Remove remaining wl_signal_emit calls | Simon Ser |
2022-06-05 | wlr_output_commit_state: Make sure to clear the back buffer | Alexander Orzechowski |
2022-06-04 | examples/screencopy-dmabuf: stop using strncpy | Simon Ser |
2022-06-04 | examples/text-input: stop using strcpy/strcat | Simon Ser |
2022-06-02 | backend/drm: fix check for no-op commits | Isaac Freund |
2022-06-02 | wlr_scene_buffer: Update primary_output on output destroy | Alexander Orzechowski |
2022-06-02 | wlr_scene_buffer: Call output enter/leave after primary_output calculation | Alexander Orzechowski |
2022-06-02 | backend/drm: short-circuit no-op commits | Simon Ser |
2022-06-01 | backend/drm: make commits without a buffer blocking | Simon Ser |
2022-06-01 | xdg-shell: add support for v4 | Simon Ser |
2022-06-01 | compositor: send WL_SURFACE_ERROR_INVALID_SIZE for non-cursor surfaces | Simon Ser |
2022-06-01 | scene/output-layout: add initial outputs | Kirill Primak |
2022-06-01 | scene/output-layout: improve ownership logic | Kirill Primak |
2022-06-01 | scene: add wlr_scene_output.events.destroy | Kirill Primak |
2022-05-31 | scene/wlr_scene.h: fix indentation | Kirill Primak |
2022-05-31 | output: drop wlr_output_cursor.events.destroy | Simon Ser |
2022-05-31 | output: re-implement set_image with set_buffer | Simon Ser |
2022-05-31 | output: introduce wlr_output_cursor_set_buffer | Simon Ser |
2022-05-31 | output: remove noop backend check in wlr_output_cursor_set_image | Simon Ser |
2022-05-31 | wlr_scene: Move children list from wlr_scene_node to wlr_scene_tree | Alexander Orzechowski |
2022-05-31 | wlr_scene: Inline wlr_scene_node_state | Alexander Orzechowski |
2022-05-31 | wlr_scene: Only allow parenting on a wlr_scene_tree | Alexander Orzechowski |
2022-05-31 | wlr_scene: Refactor wlr_scene (the root element) to encase a wlr_scene_tree | Alexander Orzechowski |