summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: libinput 0.50.5.0Jonas Ådahl2014-07-221-2/+2
* test/path: Avoid creating ignored test devicesJonas Ådahl2014-07-221-15/+15
* style fix: Remove duplicate empty linesPeter Hutterer2014-07-229-14/+0
* tools: always enable tapping in the event-gui programPeter Hutterer2014-07-221-0/+9
* Use an enum to enable/disable tapping configurationPeter Hutterer2014-07-225-36/+83
* test: add test for 3-finger tappingPeter Hutterer2014-07-211-0/+109
* touchpad: make tp_estimate_delta return fractionsHans de Goede2014-07-211-1/+1
* touchpad: Create fake touches for BTN_TOOL_FOO on multi-touch pads tooHans de Goede2014-07-212-38/+40
* touchpad: Don't process fake touches if they are not dirtyHans de Goede2014-07-211-2/+3
* touchpad: Protect tp_begin_touch and tp_end_touch against being called twiceHans de Goede2014-07-211-26/+21
* touchpad: always enable palm detection on apple touchpadsPeter Hutterer2014-07-215-16/+29
* test: touchpads are too small for palm if we can't get the dimensionsPeter Hutterer2014-07-211-2/+3
* touchpad: always init the left/right palm edge to INT_MIN/MAXPeter Hutterer2014-07-211-4/+4
* Fix two doxygen errorsPeter Hutterer2014-07-211-1/+6
* touchpad: don't init edge palm detection on touchpads less than 8cm acrossPeter Hutterer2014-07-212-0/+41
* touchpad: require a <45 degree movement for a palm to become a touchPeter Hutterer2014-07-213-3/+26
* touchpad: if a palm touch moves out of the edge zone within a timeout, unpalmPeter Hutterer2014-07-213-11/+40
* touchpad: implement edge-based basic palm detectionPeter Hutterer2014-07-214-0/+179
* filter: move get_direction into shared headerPeter Hutterer2014-07-212-58/+60
* test: set the abs resolution after creating the devicePeter Hutterer2014-07-211-2/+30
* test: reduce sideways-component in two-finger scroll testPeter Hutterer2014-07-211-6/+4
* test: widen litest to use doubles for scaled variablesPeter Hutterer2014-07-214-15/+18
* touchpad: check the pointer touch for history sizePeter Hutterer2014-07-161-13/+13
* test: fix x/y resolution for a test devicePeter Hutterer2014-07-161-2/+2
* test: fix resolution on T440s multitouch axesPeter Hutterer2014-07-161-2/+2
* test: fix a missing finger releasePeter Hutterer2014-07-161-0/+2
* Include stdint.h from filter.hPeter Hutterer2014-07-161-0/+2
* test: Assert libevdev_uinput_write_event() call was successfulJonas Ådahl2014-07-151-1/+2
* tools/event-gui: Silence a couple of compiler warningsJonas Ådahl2014-07-151-2/+2
* event-debug: Silence compiler warningsJonas Ådahl2014-07-151-2/+2
* configure.ac: Add subdir-objects to AM_INIT_AUTOMAKE paramatersJonas Ådahl2014-07-152-3/+3
* touchpad: fix coding stylePeter Hutterer2014-07-101-1/+2
* touchpad: normalize the touchpad resolution to 400dpi, not 10 units/mmPeter Hutterer2014-07-093-8/+18
* touchpad: don't feed 0/0 deltas into the accel filtersPeter Hutterer2014-07-091-1/+2
* filter: drop constant accelerationPeter Hutterer2014-07-091-5/+3
* filter: use a separate variable for the final accel factorPeter Hutterer2014-07-091-5/+6
* filter: annotate the various variables we have with unitsPeter Hutterer2014-07-091-20/+20
* accel_profile_smooth_simple: Make 0.0-1.0 accel range depend on thresholdHans de Goede2014-07-091-2/+2
* accel_profile_smooth_simple: Fix jump in acceleration curveHans de Goede2014-07-091-1/+3
* accel_profile_smooth_simple: CleanupHans de Goede2014-07-091-9/+12
* filter: drop delta-softeningPeter Hutterer2014-07-091-23/+0
* test: fix expected delta from relative motionPeter Hutterer2014-07-091-2/+2
* filter: rename motion_filter_destroy to filter_destroyPeter Hutterer2014-07-094-13/+13
* test: prefix custom test devices with "litest"Peter Hutterer2014-07-044-9/+9
* touchpad: drop the BOTTOM_TO_AREA/BOTTOM_NEW statesPeter Hutterer2014-07-043-614/+362
* touchpad: reduce button size, use physical sizes where possiblePeter Hutterer2014-07-031-2/+19
* touchpad: hook up to the tapping configurationPeter Hutterer2014-07-033-5/+117
* Add an interface to enable/disable tappingPeter Hutterer2014-07-033-1/+120
* Add an enum for configuration return codesPeter Hutterer2014-07-033-0/+77
* test: fix compiler warnings for comparison int vs unsigned intPeter Hutterer2014-07-034-6/+6