platform/upstream/libinput.git
2017-09-18 Peter Hutterertools: add --disable-sendevents option to the debug...
2017-09-13 Peter HuttererAdd helper function for time to timeval conversion
2017-09-10 Peter HuttererMerge branch 'wip/ignore-moved-touches'
2017-09-10 Peter HuttererMerge branch 'wip/sw-tablet-mode'
2017-09-10 Peter Huttererfilter: don't allow an accel factor of 0 on the flat...
2017-09-06 Peter Huttererudev: move the EKR into the parent's device group
2017-09-06 Peter Huttererutil: add a safe_atoi_base() function
2017-09-05 Peter Hutterertouchpad: if a device has a tablet mode switch, disable...
2017-09-05 Peter HuttererAdd support for SW_TABLET_MODE
2017-09-05 Peter Huttererevdev: move lid code to the fallback interface
2017-09-05 Peter Hutterertools: remove a leftover debug printf statement
2017-09-05 Peter HuttererAdd libinput_device_switch_has_switch()
2017-09-05 Peter Hutterertest: make some of the switch tests more generic
2017-09-05 Peter Hutterertest: add test for switch capability
2017-09-05 Peter Hutterertest: rename 'sw' to 'dev' for the lid tests
2017-09-05 Peter Huttererevdev: remove declarations for two nonexistent functions
2017-09-05 Peter Hutterertools: restore option handling for the debug gui
2017-09-04 Peter Huttererevdev: remove unused argument from evdev_tag_lid_switch
2017-09-04 Peter Hutterertouchpad: rename the lid_switch_listener to just listener
2017-09-04 Peter Hutterertest: make the lid action helper function a generic...
2017-09-04 Peter Hutterertest: rename test-lid.c to test-switch.c
2017-09-01 Peter Hutterertouchpad: use motion speed to ignore accidental 2fg...
2017-09-01 Peter Hutterertouchpad: store the time in the motion history
2017-09-01 Peter Hutterertouchpad: ignore thumbs during edge scrolling
2017-09-01 Peter Hutterertest: fix the litest_touch_move_to() step counter
2017-09-01 Peter Hutterertest: fix indentation for palm touch size test
2017-08-28 Peter Hutterertest: add a test for removing a touch device with a...
2017-08-27 Peter Huttererevdev: accept accelerometers if they are tagged as...
2017-08-27 Peter Hutterertest: fix pad ring test for small pad ranges
2017-08-23 Peter HuttererAdd support for LIBINPUT_IGNORE_DEVICE
2017-08-23 Peter Hutterertest: expose litest_create() to test cases
2017-08-21 Peter Huttererudev: update pressure range for Dell Latitude E6620
2017-08-20 Philip Withnallbuild: Add -Iinclude to unit tests
2017-08-17 Philip Withnallbuild: Add -Iinclude to libinput and its tools
2017-08-17 Peter Hutterertest: fix typo in test case name
2017-08-16 Peter Hutterertest: when restoring the log handler to defaults, also...
2017-08-14 Ronald Tschalärtouchpad: Allow larger palm sizes.
2017-08-04 Peter Huttererevdev: disable evdev event debugging again
2017-08-01 Hans de Goedetouchpad: Enable timestamp smoothing support for blueto...
2017-08-01 Hans de Goedefilter: Add timestamp smoothing support
2017-08-01 Peter Hutterergestures: don't try to pinch for nfingers > slots
2017-07-27 Peter Huttererlid: disable all types but EV_SYN and EV_SW
2017-07-25 Peter Huttererpointer: add button debouncing
2017-07-25 Peter Hutterertimer: always restart the timer loop when we called...
2017-07-25 Peter Hutterertimer: if a timer is inactive, do not call the timer...
2017-07-24 Peter Huttererevdev: recover from a lost button count
2017-07-20 Peter HuttererMerge branch 'wip/trackpoint-accel-v6'
2017-07-20 Peter Hutterertrackpoint: parse a trackpoint range property
2017-07-20 Peter Hutterertrackpoint: drop handling of CONST_ACCEL and undo SENSI...
2017-07-20 Peter Huttererfilter: add a custom trackpoint accelerator
2017-07-20 Peter Hutterertools: add a command to analyze trackpoints
2017-07-19 Peter Hutterertest: drop an unnecessary wait for event
2017-07-14 Peter HuttererMerge branch 'wip/touchpad-apple-touch-major-v2'
2017-07-12 Peter Hutterertools: add an extra linebreak in the tap measuring...
2017-07-12 Peter Hutterertest: silence a coverity warning
2017-07-12 Peter HuttererAdd safe_strdup()
2017-07-12 Peter HuttererReplace calloc calls with zalloc
2017-07-12 Peter HuttererAbort if zalloc ever fails
2017-07-12 Peter Huttererdoc: add a line break
2017-07-11 Peter Hutterertools: add a tool to measure touch size and orientation
2017-07-11 Peter Hutterertouchpad: add touch-size-based palm detection
2017-07-11 Peter Hutterertouchpad: add touch-size based touch handling
2017-07-11 Peter Huttererutil: rename the pressure range parser to a more generi...
2017-07-11 Peter Hutterertest: loosen up litest to allow major/minor handling
2017-07-11 Peter Hutterertest: force-release major/minor on the default touch up
2017-07-11 Peter Hutterertouchpad: set keyboard to non-active when the keyboard...
2017-07-10 Peter Hutterertimer: add a timer name to each timer
2017-07-10 Peter Huttererutil: drop an unnecessary declaration
2017-07-10 Peter HuttererAdd support for CircleCI
2017-07-10 Peter HuttererFix a few things scan-build complains about
2017-07-10 Peter Hutterertools: fix flake8 Python style warnings
2017-07-10 Peter Hutterertools: change python sources to use space indentation
2017-07-09 Peter Huttererudev: fix flake8 style warnings
2017-07-09 Peter Huttererudev: cleanup hwdb parsing
2017-07-09 Peter Hutterertools: remove unnecessary full stop in man page
2017-07-09 Ming-Yang Lutouchpad: add upper edge into exclusion zone
2017-07-09 Peter Hutterertouchpad: sync the slot state after tp_resume()
2017-07-06 Peter Hutterertest: skip double-initialization of all_tests lists
2017-07-06 Peter Hutterertest: fix some tap palm detection tests
2017-07-06 Peter Hutterertest: add missing check for an empty queue to the palm...
2017-07-05 Peter Hutterertest: stop changing argv[0] for forked tests
2017-07-05 Peter Hutterertest: remove failing thumb edge scroll test
2017-07-05 Peter Huttererdoc: update the soname, remove the warning
2017-07-05 Peter Huttererdoc: fix a few typos
2017-07-05 Peter Huttererdoc: move the autotools instructions into their own...
2017-07-04 Peter Huttererdoc: expand on the meson build instructions
2017-07-04 Peter Hutterermeson: fix build with --libwacom=false
2017-07-04 Peter HuttererMerge branch 'wip/touchpad-palm-pressure'
2017-07-04 Peter HuttererDrop autotools
2017-07-04 Peter Hutterertouchpad: send a left button event when we move out...
2017-07-04 Peter Huttererudev: add custom pressure range for Dell Latitude E6620
2017-07-03 Peter Hutterertools: add a tool to measure touch pressure
2017-07-03 Peter Hutterertouchpad: add pressure-base palm detection
2017-07-03 Peter Hutterertouchpad: increase palm edge zones to 8%
2017-07-03 Peter Huttererconfigure.ac: libinput 1.8.0 upstream_bkup_20200225 1.8.0
2017-07-03 Peter Hutterertools: tidy up the libinput man pages again
2017-07-03 Peter HuttererREADME: tidy up the documentation links
2017-07-03 Peter Hutterertools: add the libinput version to the man pages
2017-06-27 Peter Hutterermeson: install the libinput-debug-gui if we build it
2017-06-27 Peter HuttererREADME: fix link to libinput-debug-events
next