Age | Commit message (Expand) | Author |
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 |
2022-05-31 | backend/drm: improve atomic commit flag logging | Simon Ser |
2022-05-30 | relative-pointer-v1: don't allocate when inert | Simon Ser |
2022-05-30 | relative-pointer-v1: remove unnecessary log messages | Simon Ser |
2022-05-30 | relative-pointer-v1: remove unnecessary comments | Simon Ser |
2022-05-30 | wlr_scene: Fix scaling with default source_box | Consolatis |
2022-05-30 | relative_pointer: handle inert pointer objects | Rouven Czerwinski |
2022-05-30 | build: make GBM optional | Simon Ser |
2022-05-30 | output: add wlr_output_commit_state | Simon Ser |
2022-05-30 | output: add output_state_{init,finish} | Simon Ser |
2022-05-30 | output: add wlr_output_event_precommit.state | Simon Ser |
2022-05-30 | output: add wlr_output_test_state | Simon Ser |
2022-05-30 | output: pass wlr_output_state to rendering functions | Simon Ser |
2022-05-30 | output: pass wlr_output_state to output_pending_resolution | Simon Ser |
2022-05-30 | output: pass wlr_output_state to backend | Simon Ser |
2022-05-28 | gitignore: remove unnecessary entries, add subprojects/ | Simon Ser |
2022-05-27 | docs/env_vars: fix case of WLR_SCENE_DEBUG_DAMAGE values | Simon Ser |
2022-05-27 | tinywl: use xdg-shell v3 | Kirill Primak |
2022-05-27 | xdg-shell: bump version to 3 | Kirill Primak |
2022-05-27 | xdg-popup: add reposition support | Kirill Primak |
2022-05-27 | xdg-positioner: add v3 parameters | Kirill Primak |
2022-05-27 | xdg-popup: use current/pending state pattern | Kirill Primak |
2022-05-27 | xdg-popup: add proper configure flow | Kirill Primak |
2022-05-27 | backend/x11: fix output model strdup call | Simon Ser |
2022-05-26 | backend/drm: fix crash with null serial | vaxerski |
2022-05-26 | linux-dmabuf-v1: fix MOD_INVALID handling in feedback tranches | Simon Ser |
2022-05-26 | output: turn make/model/serial into char * | Simon Ser |
2022-05-26 | backend/drm: fix crash in init_drm_surface | Simon Ser |
2022-05-25 | render/egl: document wlr_egl_create_with_context | Simon Ser |
2022-05-25 | render/egl: make wlr_egl_{make,unset,is}_current private | Simon Ser |
2022-05-25 | render/egl: make wlr_egl struct opaque | Simon Ser |
2022-05-25 | render/egl: add wlr_egl_get_{context,display} | Simon Ser |
2022-05-25 | render/egl: drop MESA_EGL_NO_X11_HEADERS | Simon Ser |
2022-05-25 | Reformat doc comments | Simon Ser |
2022-05-25 | contributing: add section about documentation conventions | Simon Ser |
2022-05-25 | backend/drm: remove wlr_drm_surface.{width,height} | Simon Ser |
2022-05-24 | backend/drm: allow non-linear modifiers for multi-GPU | Simon Ser |
2022-05-24 | util: Fix infinite loop in recursive function | Steven Newbury |
2022-05-24 | build: bump version to 0.16.0-dev | Simon Ser |
2022-05-23 | wlr_scene: Hook up HIGHLIGHT logic | Alexander Orzechowski |
2022-05-23 | wlr_scene: Hook up RERENDER logic | Alexander Orzechowski |
2022-05-23 | wlr_scene: Parse out WLR_SCENE_DEBUG_DAMAGE | Alexander Orzechowski |
2022-05-23 | util/addon: avoid calling finish() twice | Kirill Primak |
2022-05-23 | xwayland: use dict to collect supported features | Simon Ser |