summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-15Change internal timestamps to uint64_t to properly deal with wrappingclickpad-improvementsHans de Goede9-82/+82
2014-04-15touchpad: handle_timeouts: Remove unused return valueHans de Goede1-6/+1
2014-04-15touchpad: Remove clickpad clicked test from 2 finger scrolling handlingHans de Goede1-5/+0
2014-04-15touchpad: Ignore fingers in button area for 2 finger scrollHans de Goede1-2/+11
2014-04-15touchpad: softbuttons: Deal with a click arriving before any touchesHans de Goede3-123/+358
2014-04-15touchpad: post_button_events: Remove TOUCHPAD_EVENT_BUTTON_PRESS/RELEASE testHans de Goede1-4/+0
2014-04-15touchpad: Ignore non left clicks on clickpadsHans de Goede1-0/+7
2014-04-15touchpad: Use INPUT_PROP_BUTTONPAD instead of checking for buttonsHans de Goede3-22/+23
2014-04-15Add a log_bug macroHans de Goede1-0/+1
2014-04-15touchpad: Rework is_pointer handlingHans de Goede1-24/+23
2014-04-15touchpad: Add tp_button_touch_active functionHans de Goede2-0/+8
2014-04-15touchpad: add clickpad-style software buttonsPeter Hutterer6-3/+728
2014-04-15touchpad: Only enable clickfingers on Apple touchpadsPeter Hutterer3-5/+15
2014-04-15touchpad: save the active clickfinger buttonPeter Hutterer2-9/+14
2014-04-15doc: add state machine SVG to EXTRA_DISTPeter Hutterer1-1/+3
2014-04-15touchpad: move button-related code into a separate filePeter Hutterer4-98/+162
2014-04-15touchpad: don't allow tapping while any button is downPeter Hutterer1-1/+1
2014-04-15touchpad: reset the tap timer_fd to -1 on destroyPeter Hutterer1-1/+3
2014-04-15touchpad: after a click, lock the finger to its current positionPeter Hutterer2-42/+49
2014-04-15touchpad: set ntouches for single-touch pads depending on key bitsPeter Hutterer1-1/+21
2014-04-12evdev: log configured device infoU. Artie Eoff1-3/+17
2014-04-10test: add tests for event conversion and backPeter Hutterer2-1/+390
2014-04-10Add functions to convert back to the base eventPeter Hutterer2-0/+67
2014-04-10test: automatically run the tests against valgrind for leaksPeter Hutterer4-2/+32
2014-04-10test: mark the synaptics clickpad as buttonpadPeter Hutterer1-0/+2
2014-04-10tools: add --verbose to event-debugPeter Hutterer1-1/+19
2014-04-10Fix up ARRAY_FOR_EACH macroPeter Hutterer1-1/+1
2014-04-10Use log_error instead of fprintf in old touchpad codePeter Hutterer1-1/+1
2014-04-10test: fix memleak in touch testPeter Hutterer1-0/+2
2014-04-09Structure libinput_seat structJonas Ådahl1-2/+4
2014-04-09test: Fix name of litest_button_click() definitionJonas Ådahl1-1/+1
2014-04-08test: Use generic test device API in touch_abs_transform testJonas Ådahl5-106/+17
2014-04-08test: switch the remaining devices to a description-based devicePeter Hutterer8-434/+412
2014-04-08test: allow partial overriding the test devicesPeter Hutterer2-21/+143
2014-04-08test: allow for description-based test devicesPeter Hutterer4-108/+230
2014-04-08test: if no teardown func is set, use the defaultPeter Hutterer8-8/+2
2014-04-08test: add litest helper functions for creating uinput devicesPeter Hutterer9-285/+244
2014-03-29configure.ac: Always check for C++ compilerJonas Ådahl1-3/+1
2014-03-29test: Add include from C++ build testJonas Ådahl3-1/+23
2014-03-28Make libinput.h safe to be included from C++Jonas Ådahl1-0/+8
2014-03-28test/Makefile.am: Use $(GCC_CFLAGS) from configure.acJonas Ådahl1-7/+8
2014-03-27test: plug a couple of memory leaksPeter Hutterer2-1/+15
2014-03-25touchpad: clean up tap bits on destroyPeter Hutterer3-0/+17
2014-03-25touchpad: use log_error instead of fprintfPeter Hutterer1-1/+3
2014-03-25touchpad: add missing flag for ABS_X eventsPeter Hutterer1-0/+1
2014-03-25touchpad: fix copy/paste errorPeter Hutterer1-1/+1
2014-03-25test: add framework for a single-touch synaptics devicePeter Hutterer6-6/+158
2014-03-25Merge branch 'wip/mt-touchpad'Peter Hutterer13-12/+2742
2014-03-24test: add a couple of touchpad testsPeter Hutterer2-1/+379
2014-03-24test: make sure BTN_TOOL_FINGER and BTN_TOUCH are downPeter Hutterer2-8/+12