platform/upstream/libinput.git
2017-09-28 Peter Huttererdoc: add another item to the FAQ
2017-09-27 Peter Huttererdoc: update the GNOME stack graph
2017-09-27 Peter Huttererlibinput 1.8.901 1.8.901
2017-09-27 Peter Hutterertest: if we're not root, return with status 77
2017-09-25 Peter Huttererfallback: suspend internal keyboards and trackpoints...
2017-09-25 Peter Huttererfallback: add 'interface' to the fallback interface...
2017-09-25 Peter Hutterertouchpad: invert an if condition to allow for early...
2017-09-25 Peter Huttererfallback: move the fallback code into a separate file
2017-09-25 Peter Huttererevdev: rename evdev_key_type to just key_type
2017-09-25 Peter Huttererevdev: abstract the get_switch_state method
2017-09-25 Peter HuttererUse named initializers for the various dispatch interfaces
2017-09-25 Peter Huttererevdev: change prefix on some fallback-only methods
2017-09-25 Peter HuttererMerge branch 'wip/litest-use-sections-for-tests-v2'
2017-09-25 Peter Huttererfallback: allow for multiple keyboards to toggle the...
2017-09-21 Peter Hutterertest: fix test listing
2017-09-21 Peter Hutterertest: fix no-device test name handling
2017-09-21 Peter Hutterertest: fix test listing
2017-09-21 Peter Hutterertest: fix no-device test name handling
2017-09-21 Peter Hutterertest: switch to a TEST_DEVICE macro for all the litest...
2017-09-21 Peter Hutterertest: add missing newline to an error message
2017-09-21 Peter Hutterertest: drop obsolete semi-mt allocation for the atmel...
2017-09-21 Peter Hutterertest: fix the 'all codes' keyboard device
2017-09-21 Peter Hutterertimer: flush the timer funcs if our events come in...
2017-09-21 Peter Hutterertablet: always enable the no-proximity-out quirk on...
2017-09-20 Peter Huttererevdev: update key type check for new key defines
2017-09-20 Peter Huttererinclude: sync linux kernel header files with 4.12
2017-09-20 Peter Huttererevdev: add a comment to the toggle_touch interface
2017-09-20 Peter Huttererevdev: drop unused #define DEFAULT_TRACKPOINT_ACCEL
2017-09-20 Peter Huttererevdev: drop unused enum value DISPATCH_LID_SWITCH
2017-09-19 Peter Hutterertablet: support tablet devices without BTN_TOOL_PEN
2017-09-19 Peter Hutterertablet: add a quirk for the HUION PenTablet that doesn...
2017-09-19 Peter Hutterertest: remove leftover sleep() for debugging in lid...
2017-09-18 Peter Huttererevdev: remove duplicate device name in log message
2017-09-18 Peter Hutterertouchpad: don't resume a disabled touchpad
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...
next