summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: libinput 0.60.6.0Jonas Ådahl2014-09-111-2/+2
* build: symbol ck_assert_ptr_ne requires check-0.9.10Jan Engelhardt2014-09-111-1/+1
* Document the static udev configuration options we supportPeter Hutterer2014-09-111-0/+32
* Document LIBINPUT_CALIBRATION_MATRIX properlyPeter Hutterer2014-09-111-1/+18
* litest-alps-semi-mt: Fix compiler warningsHans de Goede2014-09-031-2/+2
* touchpad: Only break out of tap FSM for clickpad button pressesJonas Ådahl2014-09-023-573/+651
* test: use the evironment variable for check's verbosityPeter Hutterer2014-09-011-1/+1
* test: fix infinite loop in litest_wait_for_event_of_type()Peter Hutterer2014-09-011-0/+1
* evdev: load the LIBINPUT_CALIBRATION_MATRIX as default matrixPeter Hutterer2014-09-013-8/+17
* Change calibration into a configuration optionPeter Hutterer2014-09-017-41/+248
* test: add tests for touch calibrationPeter Hutterer2014-09-011-0/+192
* udev: drop WL_CALIBRATION, replace with LIBINPUT_CALIBRATION_MATRIXPeter Hutterer2014-09-011-1/+1
* evdev: switch to a normalized transformation matrixPeter Hutterer2014-09-013-14/+85
* util: add a couple of 3x3 matrix helper functionsPeter Hutterer2014-09-012-0/+178
* evdev: apply calibration to multitouch values as wellPeter Hutterer2014-08-271-12/+19
* evdev: constify evdev_device_calibratePeter Hutterer2014-08-272-2/+4
* udev: use evdev_device_calibrate() instead of manually writing the matrixPeter Hutterer2014-08-271-13/+14
* test: add a generic single-touch devicePeter Hutterer2014-08-264-0/+92
* test: add helpers to wait for specific eventsPeter Hutterer2014-08-262-0/+48
* Fix a doxygen referencePeter Hutterer2014-08-261-1/+1
* touchpad: silence Coverity warnings about uninitialized usePeter Hutterer2014-08-261-3/+3
* Swap conditions for ARRAY_FOR_EACH()Peter Hutterer2014-08-261-1/+1
* touchpad: mark a intentional switch case fallthrough as suchPeter Hutterer2014-08-261-0/+1
* Don't close the fd if libinput_add_fd() failsPeter Hutterer2014-08-261-1/+0
* evdev: plug memory leak on libevdev_new_from_fd failurePeter Hutterer2014-08-261-3/+2
* Disable static librariesPeter Hutterer2014-08-251-1/+1
* Use -no-install instead of -static for local noinst linkingPeter Hutterer2014-08-252-10/+10
* evdev: Release still pressed keys/buttons when removing deviceJonas Ådahl2014-08-183-0/+254
* evdev: Keep track of button/key press count per deviceJonas Ådahl2014-08-184-22/+91
* evdev: Ignore key/button release events if key was never pressedJonas Ådahl2014-08-185-7/+131
* evdev: Use helper for separating buttons from keysJonas Ådahl2014-08-181-36/+47
* evdev: Let dispatch instances set their own capabilitiesJonas Ådahl2014-08-182-0/+3
* test: Don't fail when events are enabled multiple timesJonas Ådahl2014-08-181-2/+0
* test: Remove test device from context when deletingJonas Ådahl2014-08-181-0/+1
* test: Use only one test device for some udev and path testsJonas Ådahl2014-08-184-23/+54
* touchpad: increase top software button area to 15%Peter Hutterer2014-08-181-3/+4
* test: add a semi-mt Alps test devicePeter Hutterer2014-08-045-9/+279
* evdev: don't return a width/height if we faked the resolutionPeter Hutterer2014-08-042-2/+8
* touchpad: reset motion history when nfingers changes on semi-mt padsHans de Goede2014-07-252-0/+10
* Document that the delta from pointer events is acceleratedPeter Hutterer2014-07-231-0/+6
* test: auto-update for BTN_TOOL_* when using litest_touch_ functionsPeter Hutterer2014-07-236-15/+21
* 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