Age | Commit message (Expand) | Author |
2022-09-22 | backend/libinput: Fix SIGSEGV found in low-memory fuzzing | John Lindgren |
2022-08-18 | Use wl_signal_emit_mutable | Alexander Orzechowski |
2022-07-11 | backend/libinput: handle high-res scroll events | José Expósito |
2022-06-21 | wlr_input_device: remove anon union field | Isaac Freund |
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_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-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-01 | backend/libinput: stop using wlr_list internally | Simon Ser |
2019-11-20 | Add -Wmissing-prototypes | Simon Ser |
2019-03-19 | s/lid_switch/switch_device | Ryan Walklin |
2019-01-28 | Implement the pointer-gestures-unstable-v1 protocol | Greg V |
2018-12-15 | [WIP][DONTMERGE]Add support for libinput_switch input devices | Ryan Walklin |
2018-09-18 | backend/libinput: add assertions | emersion |
2018-07-14 | rename wlr_tablet_tool to wlr_tablet | Markus Ongyerth |
2018-07-14 | Use tablet_tool impl in libinput backend | Markus Ongyerth |
2018-07-14 | backend/libinput: Manage tablet tool livetimes | Markus Ongyerth |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion |
2018-04-29 | input-device: add output_name field, populate it from libinput | emersion |
2018-04-25 | Don't use the wlr_ prefix for static functions | emersion |
2018-04-25 | Make sure we don't use others' prefixes | emersion |
2018-04-25 | Remove wlr_ prefix from local symbols | emersion |
2018-03-28 | Remove width_mm from tablet events | Drew DeVault |
2018-03-06 | Add const to x11 and input interfaces | Scott Anderson |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault |
2018-02-19 | Explicitly export EFL symbols | Scott Anderson |
2018-02-12 | Reformat all #include directives | emersion |
2018-02-12 | Make wlr_signal_emit_safe private | emersion |
2018-02-12 | Remove wlr_backend.events.{output_remove,device_remove} | emersion |
2018-02-12 | Add wlr_signal_emit_safe | emersion |
2017-12-19 | libinput backend: add wlr_input_device_is_libinput | Dominique Martinet |
2017-11-19 | Refactor wlr_list inside wlroots | emersion |
2017-11-16 | Fix a bunch of mistakes detected with scan-build | emersion |