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