summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Change internal timestamps to uint64_t to properly deal with wrappingclickpad-improvements-v2Hans de Goede9-82/+82
2014-05-22touchpad: handle_timeouts: Remove unused return valueHans de Goede1-6/+1
2014-05-22touchpad: Remove clickpad clicked test from 2 finger scrolling handlingHans de Goede1-5/+0
2014-05-22touchpad: Ignore fingers in button area for 2 finger scrollHans de Goede1-2/+11
2014-05-22touchpad: softbuttons: Deal with a click arriving before any touchesHans de Goede3-123/+358
2014-05-22touchpad: post_button_events: Remove TOUCHPAD_EVENT_BUTTON_PRESS/RELEASE testHans de Goede1-4/+0
2014-05-22touchpad: Ignore non left clicks on clickpadsHans de Goede1-0/+8
2014-05-22touchpad: Use INPUT_PROP_BUTTONPAD instead of checking for buttonsHans de Goede4-22/+24
2014-05-22touchpad: Rework is_pointer handlingHans de Goede4-28/+43
2014-05-22touchpad: Add clickpad-style software buttonsPeter Hutterer7-7/+739
2014-05-22touchpad: save the active clickfinger buttonPeter Hutterer2-9/+14
2014-05-22doc: add state machine SVG to EXTRA_DISTPeter Hutterer1-1/+3
2014-05-22touchpad: move button-related code into a separate filePeter Hutterer4-98/+161
2014-05-22touchpad: reset the tap timer_fd to -1 on destroyPeter Hutterer1-1/+3
2014-05-22touchpad: after a click, lock the finger to its current positionPeter Hutterer2-42/+50
2014-05-22touchpad: set ntouches for single-touch pads depending on key bitsPeter Hutterer1-1/+21
2014-05-22configure.ac: libinput 0.2Jonas Ådahl1-2/+2
2014-05-22configure.ac: Add libtool versioning setting to configure.acJonas Ådahl2-0/+13
2014-04-30touchpad: check calloc resultCarlos Olmedo Escobar1-0/+2
2014-04-24test: disable parallel build in test directoryPeter Hutterer1-0/+2
2014-04-23evdev: Define KEY_LIGHTS_TOGGLE macro if missingJonas Ådahl1-0/+4
2014-04-23test: fix a couple of memleaks in the testsPeter Hutterer3-0/+13
2014-04-23tools: add newline before function namePeter Hutterer1-3/+5
2014-04-23evdev: indentation fixCarlos Garnacho1-1/+1
2014-04-23Fix doc typoCarlos Garnacho1-2/+2
2014-04-23Fix doc typo in function nameCarlos Garnacho1-1/+1
2014-04-23Remove doc references to non-existing functionCarlos Garnacho1-2/+2
2014-04-23Fix doc typoCarlos Garnacho1-1/+1
2014-04-23touchpad: Silence -Wmaybe-uninitialized compiler warningJonas Ådahl1-1/+1
2014-04-23test: Test seat wide button and key count helpersJonas Ådahl6-8/+225
2014-04-23test: Add ability to add test devices to existing libinput contextJonas Ådahl2-9/+51
2014-04-23Introduce seat wide button and key count APIJonas Ådahl5-2/+115
2014-04-23test: Fix test device type validity checkJonas Ådahl1-1/+1
2014-04-23test: Check that libinput doesn't send double touch down/up eventsJonas Ådahl1-0/+42
2014-04-23test: Test handling of many touch pointsJonas Ådahl1-0/+55
2014-04-22evdev: Avoid double touch down/up eventsJonas Ådahl1-0/+15
2014-04-22evdev: Dynamically allocate slot arrayJonas Ådahl2-9/+33
2014-04-22evdev: Use temporary variable when passing libevdev pointerJonas Ådahl1-17/+19
2014-04-17Add a log_bug macroHans de Goede1-0/+1
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