Age | Commit message (Expand) | Author |
2022-07-11 | backend/libinput: code style consistency | José Expósito |
2022-07-11 | backend/libinput: handle high-res scroll events | José Expósito |
2022-07-11 | pointer: transform low-res to high-res axis events | José Expósito |
2022-07-11 | build: check if libinput supports high-res scroll | José Expósito |
2022-06-21 | wlr_input_device: remove anon union field | Isaac Freund |
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-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-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-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 | 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: default vendor and product id to 0 | Simon Zeni |
2021-11-23 | input-device: remove wlr_input_device.link | Simon Ser |
2021-09-27 | backend/libinput: send hold gesture events | José Expósito |
2021-09-27 | build: check if libinput supports hold gestures | José Expósito |
2021-08-19 | backend: unify startup messages | Simon Ser |
2021-08-15 | input/tablet: fix `wl_array_for_each` usage on tablet proximity | Tudor Brindus |
2021-07-22 | backend: make DRM and libinput backends optional | ayaka |
2021-07-08 | Fix invalid uses of wl_array_for_each | Simon Ser |
2021-07-08 | backend/libinput: send touch frame events | Simon Ser |
2021-07-05 | backend/libinput: use wl_array for wlr_libinput_tablet.tools | Simon Ser |
2021-07-01 | tablet: stop using wlr_list | Simon Ser |
2021-07-01 | backend/libinput: stop using wlr_list internally | Simon Ser |
2021-05-21 | backend: introduce wlr_backend_finish | Simon Ser |
2021-04-14 | backend/libinput: terminate display on error | Simon Ser |
2021-02-05 | Make implementation function lists static const | Manuel Stoeckl |
2020-11-19 | backend/session: replace session_signal with events.active | Simon Ser |