platform/upstream/libinput.git
2015-07-23 Peter HuttererMerge branch 'serial-synaptics-cursor-jump'
2015-07-23 Peter HuttererMerge branch 'reduce-motion-thresholds'
2015-07-22 Peter Hutterertest: enable 2fg scrolling on most palm tests
2015-07-22 Peter Hutterertest: fix hover test to avoid the edge scroll zone
2015-07-22 Peter Hutterertouchpad: reset the motion history during/after a slots...
2015-07-22 Peter Hutterertouchpad: handle serial synaptics slot confusion on...
2015-07-22 Peter HuttererTag synaptics serial touchpads with a LIBINPUT_MODEL tag
2015-07-22 Peter Huttererevdev: allow for multiple LIBINPUT_MODEL_* flags per...
2015-07-22 Peter Hutterertest: only run 3-slot test for touchpads with three...
2015-07-22 Peter HuttererMove CASE_RETURN_STRING to libinput-util.h
2015-07-21 Peter Hutterertouchpad: reduce unpin threshold to 1.5mm
2015-07-21 Peter Hutterertouchpad: reduce 2fg scroll threshold to 2mm
2015-07-21 Peter Hutterertools: handle the initial set of events at event-gui...
2015-07-21 Peter Huttererevdev: restore pointing stick const accel property...
2015-07-21 Peter HuttererMark internal log functions with attribute(printf)
2015-07-20 Peter Huttererevdev: log a trackpoint const accel setting
2015-07-20 Thomas Hindoe... Code cleanup
2015-07-20 Peter HuttererDrop vector_length(), replace with hypot(3)
2015-07-20 Peter Hutterertouchpad: drop two now unused defines
2015-07-20 Peter Hutterertools: only print angle/scale for pinch events
2015-07-20 Peter Hutterertouchpad: fix typo
2015-07-20 Peter Hutterertest: add 3fg and 4fg clickfinger tests
2015-07-20 Peter Hutterertouchpad: remove a leftover check for fake resolution
2015-07-16 Peter Huttererudev: don't install the litest udev rules
2015-07-16 Peter Huttererconfigure.ac: libinput 0.20.0 0.20.0
2015-07-16 Peter Hutterertest: fix path to custom litest rules
2015-07-16 Peter Huttererdoc: use bootstrap for doxygen styling
2015-07-16 Peter Huttererdoc: strip doxygen file from all default values
2015-07-16 Peter Huttererdoc: add a page about the available tools
2015-07-16 Peter Huttererdoc: group the "related pages" by general topic
2015-07-15 Peter Hutterertouchpad: drop thumb handling from gestures
2015-07-15 Peter Hutterertest: add a couple of basic gesture tests
2015-07-15 Peter Huttererevdev: parse LIBINPUT_ATTR_RESOLUTION_HINT
2015-07-14 Peter Hutterertouchpad: fix typo in comment
2015-07-14 Peter Hutterertest: check for fcntl() return value
2015-07-14 Peter Hutterertouchpad: drop fake resolution handling
2015-07-14 Peter Hutterertouchpad: default to a 69x50mm sized touchpad
2015-07-14 Peter Huttererudev: add size hint for apple touchpads
2015-07-14 Peter Huttererudev: add ALPS firmware detection and size properties
2015-07-14 Peter Huttererudev: add a model-quirks callout
2015-07-14 Peter Huttererevdev: use LIBINPUT_ATTR_SIZE_HINT for resolutions
2015-07-14 Peter Huttererutil: add a helper function to parse a "WIDTHxHEIGHT...
2015-07-13 Peter Hutterertest: remove some excessive linebreaks
2015-07-13 Peter Hutterertouchpad: drop obsolete comment
2015-07-13 Peter Hutterertouchpad: add gesture state debug helper
2015-07-12 Peter Hutterertest: add an Elantech touchpad device
2015-07-12 Peter Hutterertest: prefix all test device files with litest-device
2015-07-12 Peter Hutterertest: add an Apple Magic Trackpad test device
2015-07-12 Peter Hutterertest: move finger position to test for right button...
2015-07-12 Peter Hutterertest: reduce movement of finger while pinned
2015-07-12 Peter Hutterertest: replace hardcoded wacom ID with the #define
2015-07-10 Peter Hutterertest: slow down 2fg slow scroll movement
2015-07-09 Peter Hutterertest: fix memleak in the udev_device_sysname() test
2015-07-09 Peter Huttererevdev: simplify setting a fake resolution
2015-07-09 Peter Huttererudev: make sure the udev callout path is valid for...
2015-07-09 Peter Hutterertest: add touchpad thumb detection tests
2015-07-09 Peter Hutterertouchpad: work thumb detection into the tap state machine
2015-07-09 Peter Hutterertouchpad: add pressure-based thumb-detection
2015-07-09 Peter Hutterertest: allow for a default value on LITEST_AUTO_ASSIGNS
2015-07-09 Peter Hutterertouchpad: be smarter about clickfinger thumb detection
2015-07-09 Peter Hutterertouchpad: allow edge scrolling on clickpads
2015-07-09 Peter Hutterertest: add helper function for enabling click methods
2015-07-09 Peter Hutterertest: move enable_edge_scroll up
2015-07-09 Peter Hutterertouchpad: fix a misaligned {
2015-07-07 Peter HuttererAdd more rules to CODING_STYLE
2015-07-07 Andreas Pokornylitest: floating point comparison macros
2015-07-07 Andreas Pokornylitest: add nexus4 style touch screen without orientation
2015-07-07 Andreas Pokornylitest: add a generic multitouch screen
2015-07-07 Andreas Pokornylitest: add axis_replacement from tablet branch
2015-07-06 Peter Huttererdoc: add "mouse is too fast" to the FAQ
2015-07-06 Peter Hutterertools: don't call is_cancelled on a gesture begin event
2015-07-06 Peter Hutterertouchpad: correct a comment
2015-07-06 Peter HuttererMerge branch 'touchpad-gestures'
2015-07-06 Peter Huttererlibinput.sym: make the touchpad gestures part of the...
2015-07-06 Peter Huttererdoc: add documentation for touchpad gestures
2015-07-06 Peter Hutterertools: handle pinch event in event-gui
2015-07-06 Peter Hutterertools: add swipe support to the event-gui
2015-07-06 Peter Hutterergestures: allow any gesture event type for gesture_get_...
2015-07-06 Peter Hutterergestures: check for valid types on the gesture event API
2015-07-06 Peter Hutterertouchpad: split tp_gesture_stop into stop and cancel
2015-07-06 Hans de Goedetouchpad: Allow querying whether a gesture ended normal...
2015-07-06 Hans de Goedetouchpad: Implement pinch gesture support
2015-07-06 Hans de Goedetouchpad: Extend the touchpad gesture API with pinch...
2015-07-06 Hans de Goedetouchpad: Add support for swipe gestures
2015-07-06 Hans de Goedetouchpad: Add an API for touchpad gesture events
2015-07-06 Peter Huttererconfigure.ac: libinput 0.19.0 0.19.0
2015-07-06 Peter Hutterertest: initialize syspath
2015-07-06 Peter HuttererAdd missing "global" tag to the 0.19 symbol block
2015-07-02 Peter Hutterertest: add a test for 0/0 relative motion events
2015-07-02 Peter Hutterertest: add a test for minimum motion movement
2015-07-02 Peter Hutterertest: send a single motion event for relative tests...
2015-07-02 Peter Hutterertest: add some tests for udev tagging
2015-07-02 Peter Hutterertest: use poll instead of a busy wait
2015-07-02 Peter Hutterertest: up the default test timeout to 10s
2015-07-02 Peter Hutterertest: wait for the uinput_monitor on test devices
2015-07-02 Peter HuttererMerge branch 'drop-pointer-normalization'
2015-07-02 Peter Huttererfilter: add a custom low-dpi acceleration
2015-07-02 Peter Hutterertools: add --dpi= arg to ptraccel-debug
2015-07-02 Peter Huttererfilter: pass the DPI to the acceleration filter
2015-07-02 Peter Hutterertest: add a low-dpi mouse test device
next