Commit Graph

213 Commits (5f3b99bbedf074c47a266a5a0ba9dc9f670e84d8)

Author SHA1 Message Date
Kirill Primak 8730ca9661 seat/pointer: handle duplicate presses/releases correctly 7 months ago
Simon Ser 0a79bc28c7 build: require libinput v1.19 8 months ago
nerdopolis 35c3194ae5 backend/libinput: Fix call of handle_libinput_readable() when WLR_LIBINPUT_NO_DEVICES is set 9 months ago
Simon Zeni cc10a5259d backend/libinput: avoid potential NULL access in wlr_libinput_get_device_handle 10 months ago
Simon Ser 7a8e2cd8ed backend/libinput: drop stray space 12 months ago
Simon Ser bd8796d465 backend/libinput: drop outdated gesture cap logging 12 months ago
Simon Ser 94dbb3cfb5 backend/libinput: check bus type before setting tablet USB IDs 12 months ago
Simon Ser edbf8bf2ce input-device: drop wlr_input_device.{vendor,product} 12 months ago
Simon Ser e21b975f5d tablet-tool: add usb_vendor_id and usb_product_id to wlr_tablet 12 months ago
Isaac Freund b821be5749
input-device: unconfuse tablet naming 1 year ago
Simon Ser ee70932422 backend/libinput: use NULL to indicate missing device name 1 year ago
Simon Ser 488a23c169 pointer: drop enum wlr_axis_orientation 1 year ago
Simon Ser ec5263e6b7 pointer: drop enum wlr_axis_relative_direction 1 year ago
Simon Ser 812451cd8f pointer: use enum wl_pointer_button_state 1 year ago
Simon Ser 9f4cf242d9 pointer: drop enum wlr_axis_source 1 year ago
Simon Ser 842093bb84 Define _POSIX_C_SOURCE globally 1 year ago
Simon Ser f5e8fa48f3 backend/libinput: drop wl_display argument 1 year ago
Simon Ser 3cc4374542 backend: stop calling wl_display_terminate() 1 year ago
Simon Ser 7a58f41416 backend/libinput: populate pointer axis relative direction 1 year ago
Sergei Trofimovich f3e1f7b2a7 backend: fix build against upcoming `gcc-14` (`-Werror=calloc-transposed-args`) 1 year ago
Alexander Orzechowski 1b0694b794 treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 1 year ago
Kirill Primak a09d649439 docs: replace the less commonly used "::" with "." 1 year ago
Simon Ser fe06e5f49a Use wl_container_of() instead of casts 2 years ago
Simon Ser 2d9659d765 backend/libinput: use struct initializers for events 2 years ago
Simon Ser e1c6801b65 backend/libinput: ignore multiple events for same pointer button 2 years ago
Simon Ser 86fc2199f8 build: unify naming for HAVE_* defines 2 years ago
Simon Ser a4a40618ad backend/libinput: use internal_config 2 years ago
Simon Ser f0375eed24 backend/session: make optional 2 years ago
John Lindgren 2b767fe743 backend/libinput: Fix SIGSEGV found in low-memory fuzzing 2 years ago
Alexander Orzechowski 8bd7170fd9 Use env helpers 3 years ago
Alexander Orzechowski ef4baea0e2 Use wl_signal_emit_mutable 3 years ago
José Expósito e00f042f80 backend/libinput: code style consistency 3 years ago
José Expósito c6032d6b1c backend/libinput: handle high-res scroll events 3 years ago
José Expósito 65c436407f pointer: transform low-res to high-res axis events 3 years ago
José Expósito c84cc660f0 build: check if libinput supports high-res scroll 3 years ago
Isaac Freund 91943a68a6 wlr_input_device: remove anon union field 3 years ago
Simon Zeni aaf787ee56 types/wlr_touch: uniformize events name 3 years ago
Simon Zeni e732c5c895 types/wlr_tablet_tool: uniformize events name 3 years ago
Simon Zeni d1f543a9d8 types/wlr_tablet_pad: uniformize events name 3 years ago
Simon Zeni 13d7fa2f03 types/wlr_switch: uniformize events name 3 years ago
Simon Zeni 9a17200446 types/wlr_keyboard: uniformize events name 3 years ago
Simon Zeni bd6c000d14 types/wlr_pointer: uniformize events name 3 years ago
Simon Zeni 96ccc50c57 types/wlr_input_device: move width_mm and height_mm fields to wlr_tablet and wlr_touch 3 years ago
Simon Zeni 10cbb9fbe1 interface/wlr_touch: rework destroy sequence 3 years ago
Simon Zeni 8d3cb94b41 interface/wlr_tablet_tool: rework destroy sequence 3 years ago
Simon Zeni a5b032cb1e interface/wlr_tablet_pad: rework destroy sequence 3 years ago
Simon Zeni 0d2be496a8 interface/wlr_switch: rework destroy sequence 3 years ago
Simon Zeni 51cd3c0726 interface/wlr_pointer: rework destroy sequence 3 years ago
Simon Zeni 7dc4a3ecd7 interface/wlr_keyboard: rework destroy sequence 3 years ago
Simon Zeni d0718a9b32 backend/libinput: public API cleanup 3 years ago