Age | Commit message (Expand) | Author |
2022-06-01 | xdg-shell: add support for v4 | Simon Ser |
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: introduce wlr_output_cursor_set_buffer | 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-30 | build: make GBM optional | Simon Ser |
2022-05-30 | output: add wlr_output_commit_state | 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-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-26 | output: turn make/model/serial into char * | 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 | backend/drm: remove wlr_drm_surface.{width,height} | Simon Ser |
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: 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 |
2022-05-23 | xwayland: Add support for -force-xrandr-emulation | Joshua Ashton |
2022-05-22 | seat: Allow to cancel touches | Guido Günther |
2022-05-19 | wlr_scene: Refactor wlr_scene_surface to be a helper on top of wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Introduce addons to scene nodes | Alexander Orzechowski |
2022-05-19 | wlr_scene: Make presentation object public | Alexander Orzechowski |
2022-05-19 | wlr_scene: Change out surface specific iterator functions | Alexander Orzechowski |
2022-05-19 | wlr_scene: Pull scene_node_get_root into a private header | Alexander Orzechowski |
2022-05-19 | wlr_scene: Make scene_buffer_from_node public | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add a function to also specify damage when applying a buffer to wl... | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add a way to choose when input interactions happen on a buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add frame_done signal for wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add primary_output property to wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add presentation signal for wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Make wlr_scene_render_output private | Alexander Orzechowski |
2022-05-19 | wlr_scene: Fix missing calls to scene_node_update_outputs | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add output_enter/output_leave signals | Alexander Orzechowski |