CI: do not retry the qemu runs
[platform/upstream/libinput.git] / src /
2022-08-23 Peter Huttererevdev: remove duplicate "device is a switch" message
2022-07-12 Peter Huttererevdev: fix a tab vs space indentation issue
2022-06-07 José Expósitowheel: fix Lenovo Scrollpoint quirk
2022-05-29 satrmbfilter-touchpad: normalize for dpi on the touchpad...
2022-05-23 Peter Hutterertablet: require a minimum pressure before we process...
2022-05-23 Peter Hutterertablet: use a helper variable to make the code more...
2022-05-23 Peter Hutterertablet: remove an always-true part of an if condition
2022-05-16 Peter Huttererquirks: remove an unused quirk
2022-05-16 Peter Huttererquirks: move the canvas quirk enum to the right order
2022-04-26 Alexander CourtisAttrLidSwitchReliability quirk default unreliable-...
2022-04-20 Peter Huttererevdev: strip the device name of format directives
2022-03-28 Peter Huttererdoc/user: add a page to troubleshoot right-click Clickpads
2022-03-09 Peter Huttererutil: auto-declare the element variable in ARRAY_FOR_EACH
2022-03-08 pudiva chip líquidatouchpad: new option dwtp (disable-while-trackpointing)
2022-03-02 José Expósitoevdev: modernize variable declaration in evdev_device_i...
2022-03-02 José Expósitoevdev: check well-known keyboard keys on joystick/gamep...
2022-02-07 Alberto Fanjulpad: load libwacom device by path, not by usbid
2022-01-27 José Expósitogestures: fix disambiguation between two finger pinch...
2021-12-30 José Expósitowheel: allow to scroll while middle button is pressed
2021-12-29 José Expósitoquirks: Remove Lenovo Trackpoint Keyboard II quirk
2021-12-22 Peter Huttererevdev: silence a clang compiler warning
2021-12-14 Peter Hutterertablet: handle a BTN_TOOL_PEN on top of BTN_TOOL_RUBBER
2021-12-14 José Expósitogestures: do not use thumb for pinch when is used to...
2021-12-07 Peter Hutterertimer: only warn about timer expiry issues when we...
2021-12-07 Peter Hutterertimer: rate-limit the "timer expiry in the past" error...
2021-12-03 José Expósitoevdev: improve joystick and gamepad detection
2021-12-03 José Expósitoevdev: refactor joystick/gamepad detection
2021-12-02 José Expósitotouchpad: revert the clickpad detection mechanism
2021-11-18 Peter HuttererUse bit(foo) instead of (1 << foo)
2021-11-09 José Expósitogestures: rename event handlers
2021-11-08 José Expósitowheel: accumulate scroll when direction changes
2021-11-08 José Expósitowheel: ignore initial small scroll deltas
2021-11-08 José Expósitowheel: handle with a state machine
2021-11-08 José Expósitowheel: refactor wheel scroll flushing
2021-11-08 José Expósitowheel: centralize wheel handling
2021-11-04 José Expósitogestures: cancel hold gestures on thumb detection
2021-10-11 Eduardo de Souza... evdev: avoid usage of bogus BTN_FORWARD name
2021-10-10 Eduardo de Souza... evdev: disable button scroll timeout for extra mouse...
2021-10-07 José Expósitogestures: avoid processing the last hold and motion...
2021-09-27 José Expósitofallback: hires scroll heuristics for buggy devices
2021-09-24 José Expósitolibinput: add hold to get base event
2021-09-21 José Expósitoevdev: v120 scroll: invert horizontal scrolling quirk
2021-09-20 Peter Hutterertouchpad: mark USB touchpads as internal by default
2021-09-20 Peter Hutterertouchpad: use the model flags to determine internal...
2021-09-19 José Expósitodoc: guarantee end sequence for continuous scroll
2021-09-16 Peter Hutterertouchpad: reduce the jumping cursor warnings to 5 per day
2021-09-14 Peter Hutterertouchpad: fix leak when the touchpad is removed before...
2021-09-12 José Expósitoutil: add a function to parse bool properties
2021-08-31 Peter HuttererHigh-resolution scroll wheel support
2021-08-24 José Expósitoquirks: Lenovo Trackpoint Keyboard II
2021-07-28 Quytelda Kahjaquirks: Add tablet smoothing attribute.
2021-07-28 Peter HuttererDefine the versionsort overrides as inlines
2021-07-22 Peter Hutterertouchpad: remove two unused functions
2021-07-22 Peter HuttererSilence compiler warnings for -Wformat-nonliteral
2021-07-22 Peter HuttererReplace fallthrough comments with __attribute__((fallth...
2021-07-22 Peter Huttererutil-list: restore list_for_each_safe() to be a single...
2021-06-21 Thomas Weißschuhevdev: remove device when it is gone
2021-06-15 luokaiusing secure functions safe_strdup
2021-06-10 José Expósitogestures: improve one finger hold detection
2021-06-10 José Expósitogestures: move first_moved and first_mm up
2021-06-10 José Expósitogestures: always save touch information
2021-06-09 José Expósitodoc: update draw.io URL
2021-06-09 José Expósitodoc: add touchpad gestures state machine diagram
2021-06-09 José Expósitogestures: add quick hold implementation
2021-06-09 José Expósitogestures: add hold gesture implementation
2021-06-09 José Expósitogesutures: allow to configure hold gestures
2021-06-09 José Expósitolibinput: add hold gesture public API and tool support
2021-06-09 José Expósitogestures: filter motion inside the gesture state machine
2021-06-09 José Expósitogestures: use events to change between states
2021-06-09 José Expósitogestures: handle pointer motion as an extra state
2021-06-09 José Expósitogestures: refactor gesture enabled
2021-06-09 José Expósitogestures: add a function to know if there is pending...
2021-05-24 weizhixianguse more safety list_for_each_safe when remove element...
2021-05-19 satrmbevdev: restart debouncing timers after every event
2021-05-19 novenaryIncrease pinch grace period to 300ms
2021-05-19 novenaryAllow reviving a thumb that moves sufficiently
2021-05-19 novenaryImprove disambiguation between two-finger pinch and...
2021-04-21 Peter Hutterertouchpad: if we have a right button, let's assume it...
2021-04-21 Peter Hutterertouchpad: a touchpad with only one button is a clickpad
2021-04-21 Peter Hutterertouchpad: use some helper variables to make the code...
2021-04-21 Peter Hutterertouchpad: factor out clickpad assignment to a helper
2021-04-13 JoseExpositogestures: move the logic to detect gestures to its...
2021-04-13 JoseExpositogestures: move up some functions to use them later
2021-04-13 JoseExpositogestures: move the code to get raw pointer motion to...
2021-04-13 JoseExpositogestures: rename int filter_motion to bool ignore_motion
2021-04-13 JoseExpositolibinput: change gesture notify cancel parameter from...
2021-04-09 Peter Huttererevdev: don't truncate event time to 32 bits
2021-04-07 Peter Huttererevdev: don't check the event time if it's higher than...
2021-04-06 Jonas Ådahltablet-pad-leds: Open led file with O_NONBLOCK | O_CLOEXEC
2021-04-06 JoseExpositotouchpad/clickfinger: limit middle click to 3 fingers
2021-03-29 Peter Hutterertools/record: deduplicate the device opening logic
2021-03-17 JoseExpositofallback: disable mouse scroll wheel while middle butto...
2021-03-17 JoseExpositofallback: replace fallback_dispatch->wheel with an...
2021-03-17 Greg Vquirks: implement DMI support on FreeBSD
2021-03-17 Greg Vquirks: recognize SPI bus
2021-03-16 Alexander Mikhaylenkogestures: Filter unaccelerated deltas for gestures
2021-03-16 Peter Huttererfilter: correct comments about the threshold's unit
2021-03-11 Peter Hutterertouchpad: always push a touch's current point to the...
2021-03-10 Peter Huttererutil: document our list interface
2021-03-08 weizhixiangreplace strncmp with strneq for safety-check
next