Age | Commit message (Expand) | Author |
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 |
2022-03-07 | types/wlr_input_device: move init and finish function to private API | Simon Zeni |
2022-03-07 | types/wlr_input_device: remove wlr_input_device_destroy | Simon Zeni |
2022-03-07 | tinywl: destroy keyboard on wlr_input_device event | Simon Zeni |
2022-03-07 | interface/wlr_touch: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_tablet_tool: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_tablet_pad: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_switch: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_pointer: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_keyboard: rework destroy sequence | Simon Zeni |
2022-03-03 | buffer: extract interface to separate header | Simon Ser |
2022-03-02 | backend/libinput: public API cleanup | Simon Zeni |
2022-03-02 | backend/libinput: rework tablet_pad interface | Simon Zeni |
2022-03-02 | backend/libinput: rework tablet interface | Simon Zeni |
2022-03-02 | backend/libinput: rework touch interface | Simon Zeni |
2022-03-02 | backend/libinput: rework switch interface | Simon Zeni |
2022-03-02 | backend/libinput: rework pointer interface | Simon Zeni |
2022-03-02 | backend/libinput: rework keyboard interface | Simon Zeni |
2022-03-02 | backend/libinput: add devices wl_list | Simon Zeni |
2022-03-02 | examples/input-method: Don't crash on NULL surrounding text | Guido Günther |
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 |