Age | Commit message (Expand) | Author |
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 |
2022-03-17 | types/wlr_tablet_tool: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_tablet_pad: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_switch: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_keyboard: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_pointer: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_input_device: move width_mm and height_mm fields to wlr_tablet and ... | Simon Zeni |
2022-03-17 | types/wlr_input_device: move output_name field to wlr_pointer and wlr_touch | Simon Zeni |
2022-03-17 | backend/wayland: remove wl_seat_listener from public API | Simon Zeni |
2022-03-17 | backend/wayland: remove wlr_wl_input_device | Simon Zeni |
2022-03-17 | backend/wayland/tablet_v2: give wlr_tablet_* ownership to wlr_wl_seat | Simon Zeni |
2022-03-17 | backend/wayland: give wlr_touch ownership to wlr_wl_seat | Simon Zeni |
2022-03-17 | backend/wayland: drop wlr_switch support | Simon Zeni |
2022-03-17 | backend/wayland: give wlr_pointer ownership to wlr_wl_seat | Simon Zeni |
2022-03-17 | backend/wayland: give wlr_keyboard ownership to wlr_wl_seat | Simon Zeni |
2022-03-17 | tinywl: init cursor_mode | Simon Zeni |
2022-03-16 | types/wlr_output: Handle subpixel hints through output commits | Alexander Orzechowski |
2022-03-16 | Revert "scene: try to import buffers as textures before rendering" | Simon Ser |
2022-03-15 | xdg-positioner: fix sliding regression | Kirill Primak |
2022-03-14 | Free drmDevice in get_egl_device_from_drm_fd() | Dean |
2022-03-13 | Pass O_CLOEXEC to drmModeCreateLease calls | Samuel Čavoj |
2022-03-11 | types/wlr_virtual_pointer_v1: remove destroy event | Simon Zeni |
2022-03-11 | types/wlr_virtual_keyboard_v1: remove destroy event | Simon Zeni |
2022-03-11 | types/wlr_keyboard: remove destroy event | Simon Zeni |
2022-03-11 | types/wlr_tablet_tool: remove name ambiguity | David96 |
2022-03-11 | wlr_output_layout_contains_point: handle outputs that aren't in the layout | Sebastian Krzyszkowiak |
2022-03-08 | xcursor: support XDG Base Directory Specification | Moon Sungjoon |
2022-03-08 | wlr_output_damage: Don't schedule a new frame if damage region does not inter... | Alexander Orzechowski |
2022-03-08 | wlr_output_damage: Use wlr_output_damage_add for wlr_output_damage_add_box | Alexander Orzechowski |
2022-03-08 | wlr_switch: remove WLR_SWITCH_STATE_TOGGLE | Isaac Freund |