Ignore joystick devices if LIBINPUT_IGNORE_JOYSTICK env is 1
[platform/upstream/libinput.git] / src /
2023-01-27 JengHyun KangIgnore joystick devices if LIBINPUT_IGNORE_JOYSTICK...
2023-01-27 JengHyun Kangevdev: Do not open the already opened device
2023-01-27 Lisa kimSet receive buffer size from UDEV_MONITOR_BUFFER_SIZE env
2023-01-27 JengHyun KangCall a input_set_default_property() in evdev_device_cre...
2023-01-27 JengHyun Kangsvace: Modify a strerror function to strerror_r to...
2023-01-27 Duna OhAdd a device only when the device is not created by...
2023-01-27 JengHyun KangAdd a new API to return wheel click angle value
2023-01-27 JengHyun KangModify a ttrace macro name TRACE_BEGIN to TRACE_INPUT_BEGIN
2023-01-27 JengHyun KangRemove unnecessary ttrace and add ttrace logs to anothe...
2023-01-27 JengHyun KangAdd ttrace
2023-01-27 JengHyun KangAdd a patch for support extra touch events.
2022-11-14 José Expósitotouchpad: add escape and asterisk to the DWT blacklist
2022-11-07 Yinon Burganskyutil: return the number of elements from strv_from_string
2022-10-03 José Expósitotablet: avoid errors calling libevdev_get_abs_info()
2022-09-18 José Expósitotablet: check libevdev_get_abs_info() return value
2022-09-07 Peter Huttererfilter: add a flat trackpoint accel
2022-09-07 Peter Huttererfilter: apply the same factor for constant motion as...
2022-09-07 Peter Huttererfilter: don't normalize the speed again in the default...
2022-09-07 Peter Huttererevdev: use filter_dispatch_constant() for the lenovo...
2022-09-07 Peter Huttererevdev: use filter_dispatch_constant() for button scrolling
2022-09-07 Peter Huttererfilter: don't normalize the const filter approach
2022-09-07 Peter Huttererfilter: constify the interfaces and make them static
2022-09-07 Peter Huttererevdev: rename post_trackpoint_scroll to post_button_scroll
2022-09-07 Peter Huttererfilter: localize a few variables
2022-09-07 Peter Huttererfilter: constify the tracker API
2022-09-07 Peter Huttererfilter: remove an unnecessary layer of indirection
2022-09-07 Peter Huttererfilter: fix the mix of normalized vs device coordinates
2022-09-07 Peter Huttererfilter: a few whitespace fixes and extra comments
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...
next