Age | Commit message (Expand) | Author |
2022-03-02 | Xwayland: use -displayfd instead of USR1 | Dominique Martinet |
2022-03-02 | Xwayland: rename notify pipe 'p' to notify_fd | Dominique Martinet |
2022-02-28 | types/wlr_virtual_pointer_v1: fix wlr_pointer destroy sequence | Simon Zeni |
2022-02-28 | types/wlr_virtual_keyboard_v1: fix wlr_keyboard destroy sequence | Simon Zeni |
2022-02-28 | render: allow texture creation while rendering | Roman Gilg |
2022-02-22 | interfaces: remove wlr_input_device_impl | Simon Zeni |
2022-02-21 | backend/libinput: remove wlr_input_device_impl | Simon Zeni |
2022-02-21 | backend/wayland: remove wlr_input_device_impl | Simon Zeni |
2022-02-21 | backend/x11: remove wlr_input_device_impl | Simon Zeni |
2022-02-21 | types/wlr_switch: constify impl | Simon Zeni |
2022-02-21 | types/wlr_tablet_pad: constify impl | Simon Zeni |
2022-02-21 | xdg-positioner: rewrite unconstraining, untie from xdg-popup | Kirill Primak |
2022-02-21 | xdg-positioner: rename structs | Kirill Primak |
2022-02-21 | xdg-{toplevel,popup}: extract destructors | Kirill Primak |
2022-02-21 | types/wlr_touch: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_tablet_tool: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_tablet_pad: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_switch: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_pointer: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_keyboard: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_input_device: call the specialized input device destroy function on... | Simon Zeni |
2022-02-21 | interfaces/wlr_input_device: introduce wlr_input_device_finish | Simon Zeni |
2022-02-21 | types/wlr_input_device: default vendor and product id to 0 | Simon Zeni |
2022-02-21 | backend/headless: remove unused wlr_headless_input_device | Simon Zeni |
2022-02-21 | output: clear buffer created for test | Roman Gilg |
2022-02-21 | CONTRIBUTING.md: update construction/destruction functions' description | Kirill Primak |
2022-02-21 | Fixed compiling with FFmpeg 5.0 | Keith Bowes |
2022-02-05 | wlr_cursor: constify map to region box arguments | Isaac Freund |
2022-02-02 | xdg-popup: send invalid_positioner to the right resource | Kirill Primak |
2022-02-02 | xdg-surface: avoid emitting signals with their owner object | Kirill Primak |
2022-02-02 | xdg-toplevel: fix `requested` doc | Kirill Primak |
2022-02-02 | xdg-shell: drop wlr_xdg_toplevel_set_fullscreen_event | Kirill Primak |
2022-02-02 | xdg-surface: minor consistency renaming | Kirill Primak |
2022-02-02 | xdg-popup: destroy popup-less grab | Kirill Primak |
2022-02-02 | xdg-shell: fix potential use-after-free | Kirill Primak |
2022-02-02 | xdg-shell: extract role-specific unmap logic | Kirill Primak |
2022-02-02 | xdg-toplevel: change object type in event structs | Kirill Primak |
2022-02-02 | xdg-toplevel: change parent type to xdg-toplevel | Kirill Primak |
2022-02-02 | xdg-shell: unify function arguments' names | Kirill Primak |
2022-02-02 | xdg-shell: remove "xdg" from docs | Kirill Primak |
2022-02-02 | xdg-popup: fix functions' main argument type | Kirill Primak |
2022-02-02 | xdg-toplevel: fix functions' main argument type | Kirill Primak |
2022-02-02 | xdg-shell: fix create_xdg_popup() param type | Kirill Primak |
2022-02-02 | xdg-shell: rename surface role handlers | Kirill Primak |
2022-02-02 | xdg-foreign: Fix crash on destroy of degenerate surface | Alexander Orzechowski |
2022-02-02 | ext-session-lock-v1: new protocol implementation | Isaac Freund |
2022-02-01 | scene: Add layer_shell_v1 helper | Kenny Levinsen |
2022-02-01 | scene: try to import buffers as textures before rendering | Simon Ser |
2022-01-31 | cursor: ensure mapping box is always initialized | Kirill Primak |
2022-01-31 | xcursor: garbage collect XcursorLibraryLoadImages | Vlad Zahorodnii |