Age | Commit message (Expand) | Author |
2023-06-14 | backend/libinput: use struct initializers for events | Simon Ser |
2023-06-14 | backend/libinput: ignore multiple events for same pointer button | Simon Ser |
2022-12-06 | build: unify naming for HAVE_* defines | Simon Ser |
2022-12-06 | backend/libinput: use internal_config | Simon Ser |
2022-11-25 | backend/session: make optional | Simon Ser |
2022-09-22 | backend/libinput: Fix SIGSEGV found in low-memory fuzzing | John Lindgren |
2022-08-22 | Use env helpers | Alexander Orzechowski |
2022-08-18 | Use wl_signal_emit_mutable | Alexander Orzechowski |
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 |