Age | Commit message (Expand) | Author |
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 |
2022-05-19 | wlr_scene_output: Send output leave events before destroying the output | Alexander Orzechowski |
2022-05-19 | wlr_scene: Add setter for buffer of a wlr_scene_buffer | Alexander Orzechowski |
2022-05-19 | wlr_scene: Allow buffer in wlr_scene_buffer to be NULL | Alexander Orzechowski |
2022-05-15 | xdg-shell: specify version in wlr_xdg_shell_create | Simon Ser |
2022-05-12 | util/shm: clear mode permission bits in allocate_shm_file_pair | Simon Ser |
2022-05-11 | backend/drm: fetch EDID manufacturer from udev_hwdb | Simon Ser |
2022-05-10 | tinywl: don't crash when there is no keyboard | Simon Ser |
2022-05-10 | backend/headless: allow variable refresh rate | Simon Ser |
2022-05-10 | xdg-toplevel: store states on the stack | Kirill Primak |
2022-05-09 | examples/layer-shell: premultiply alpha | Kirill Primak |
2022-05-09 | examples/egl_common: switch rgba format | Johannes |
2022-05-07 | xwayland: terminate when no client is connected | Simon Ser |
2022-05-07 | xwayland: add wlr_xwayland_server_options.terminate_delay | Simon Ser |
2022-05-07 | render/gles: add support for some 16-bpc unsigned shm formats | Manuel Stoeckl |
2022-05-06 | tinywl/tinywl: clean up tinywl_output when wlr_output is gone | xiaoyaobing |
2022-05-02 | drm-lease-v1: skip device on wlr_drm_backend_get_non_master_fd failure | Simon Ser |
2022-05-02 | xcursor: check that XDG base directory path is absolute | Antonin Décimo |
2022-05-01 | render/vulkan: fix undefined reference to wlr_texture_is_vk | zccrs |
2022-04-29 | backend/wayland: reset active pointer on destroy | Kirill Primak |
2022-04-28 | CONTRIBUTING.md: update init/finish description | Kirill Primak |
2022-04-28 | Revert "backend/wayland: zero out finished input devices" | Simon Ser |
2022-04-28 | Zero-initialize structs in init functions | Simon Ser |
2022-04-26 | util/addon: fix public include | Simon Ser |
2022-04-24 | CONTRIBUTING.md: make forks public to let the CI run | tiosgz |
2022-04-23 | xwayland: do not double free server on destroy | zsugabubus |
2022-04-22 | backend/wayland: zero out finished input devices | Kirill Primak |
2022-04-22 | backend/wayland/pointer: fix indentation | Kirill Primak |
2022-04-22 | seat: Don't finish wlr_keyboard if server was never started | Alexander Orzechowski |
2022-04-17 | Revert "Copy xcb_icccm structs into wlroots" | John Lindgren |
2022-04-16 | types/seat/wlr_seat.c: fix focused_client being null after seat_client recrea... | Ferdinand Bachmann |
2022-04-16 | types/wlr_pointer_gestures_v1.c: get client from seat client instead of resource | Ferdinand Bachmann |
2022-04-15 | types/wlr_pointer_gestures_v1: null-check both focused_surface and focused_cl... | Ferdinand Bachmann |
2022-04-14 | scene/output-layout: fix scene destroy handler | Kirill Primak |
2022-04-13 | xdg-toplevel: don't schedule configures on state requests | Kirill Primak |
2022-04-13 | xdg-foreign-v2: treat unmapped parents as NULL | Kirill Primak |
2022-04-13 | xdg-foreign-v1: treat unmapped parents as NULL | Kirill Primak |
2022-04-13 | xdg-toplevel: treat unmapped parents as NULL | Kirill Primak |
2022-04-03 | meson: use target_machine instead of host_machine | Kirill Chibisov |
2022-04-01 | tinywl: remove outdated non-feature from README.md | Kirill Primak |
2022-04-01 | tinywl: don't generate xdg-shell-protocol.c | Kirill Primak |
2022-03-28 | meson: soversion arg should be string | Kenny Levinsen |
2022-03-26 | xdg-activation: Deduplicate token creation code | Guido Günther |
2022-03-23 | seat: take wlr_keyboard in wlr_seat_set_keyboard() | Leonardo Hernández Hernández |
2022-03-23 | layer-shell: Make wlr_layer_surface_v1_from_resource public | Guido Günther |
2022-03-17 | types/wlr_touch: uniformize events name | Simon Zeni |