summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: libinput 0.40.4.0Peter Hutterer2014-06-251-2/+2
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/wayland/libinputPeter Hutterer2014-06-251-5/+5
|\
| * event-gui: Don't drop fraction of pointer motion eventsJonas Ådahl2014-06-231-5/+5
* | touchpad: Fix typo in documentationStephen Chandler Paul2014-06-251-1/+1
* | Drop the deprecated libinput_udev_create_for_seat()Peter Hutterer2014-06-252-60/+0
* | Fix a few comments referring to udev_create_for_seat()Peter Hutterer2014-06-251-5/+5
* | Drop the deprecated LIBINPUT_POINTER_*_SCROLL enumsPeter Hutterer2014-06-252-8/+2
* | timer: Complain if a timer is set more than 5 seconds from nowHans de Goede2014-06-251-0/+17
* | test: Prefix litest created device names with litestHans de Goede2014-06-252-1/+9
* | tp_post_twofinger_scroll: Move setting of t->is_pointer = false up a bitHans de Goede2014-06-251-4/+2
* | touchpad: Avoid spurious motion event for scroll movement below thresholdHans de Goede2014-06-253-27/+23
* | test: Add touchpad 2 finger scroll testHans de Goede2014-06-251-0/+78
* | test: add one more test for two-finger tappingPeter Hutterer2014-06-251-0/+25
* | Add msleep() helper functionPeter Hutterer2014-06-252-6/+14
* | Merge branch 'ref-counting-context'Peter Hutterer2014-06-2513-53/+125
|\ \
| * | test: Add context reference counting testJonas Ådahl2014-06-251-0/+20
| * | Make context reference countedJonas Ådahl2014-06-2513-42/+78
| * | Make ref count unref/ref() functions return resulting object pointerJonas Ådahl2014-06-252-10/+24
| |/
* | Change the logging system to be per-contextPeter Hutterer2014-06-2312-154/+160
* | udev: split libinput_udev context init into two functionsPeter Hutterer2014-06-236-36/+136
* | test: move the interface declaration upPeter Hutterer2014-06-231-18/+17
* | Rename KEYBOARD_KEY_STATE to KEY_STATEPeter Hutterer2014-06-236-17/+17
|/
* tools: add a tool for GUI-based debuggingPeter Hutterer2014-06-234-0/+499
* Name-space the scroll event typesPeter Hutterer2014-06-235-20/+26
* Add a function to get the size of a devicePeter Hutterer2014-06-195-1/+60
* Change absolute and touch events to use mm as default unitPeter Hutterer2014-06-194-26/+40
* evdev: force a resolution of 1 where no resolution is setPeter Hutterer2014-06-191-0/+25
* evdev: keep the absinfo struct around instead of min/maxPeter Hutterer2014-06-194-22/+31
* touchpad: tp_current_touch: Fix off by one errorHans de Goede2014-06-191-1/+1
* tools: fix the publish-doc scriptPeter Hutterer2014-06-161-2/+2
* Document the top software button behaviorPeter Hutterer2014-06-131-0/+21
* test: fix a path testPeter Hutterer2014-06-131-2/+1
* path: log two errors as application bugsPeter Hutterer2014-06-131-2/+2
* doc: ignore LIBINPUT_ATTRIBUTE_PRINTF in doxygenPeter Hutterer2014-06-131-3/+3
* Add two doxygen cross-references for the logging functionsPeter Hutterer2014-06-131-0/+2
* test: add a couple of top software button testPeter Hutterer2014-06-121-0/+124
* test: Add description for the T440 synaptics touchpadPeter Hutterer2014-06-124-0/+117
* test: add clickpad software button testsPeter Hutterer2014-06-121-0/+380
* test: add a bunch of test for click behavior on touchpadsPeter Hutterer2014-06-123-1/+178
* test: add litest_assert_empty_queue helper functionPeter Hutterer2014-06-123-7/+64
* touchpad: always call into the the tap state machinePeter Hutterer2014-06-121-5/+4
* Add a log_msg_va functionHans de Goede2014-06-112-5/+16
* timer.h: Add #include libinput-util.hHans de Goede2014-06-111-0/+2
* touchpad: Prefix tap-debugging messagePeter Hutterer2014-06-111-1/+4
* touchpad: log the invalid event as bug, not just as infoPeter Hutterer2014-06-111-2/+2
* test: use check's strcmp API instead of strcmpPeter Hutterer2014-06-111-2/+2
* test: drop unused includes for libinput-util.hPeter Hutterer2014-06-117-7/+0
* evdev-mt-touchpad-tap: Switch over to new timer subsystemHans de Goede2014-06-103-74/+10
* evdev-mt-touchpad-buttons: Switch over to new timer subsystemHans de Goede2014-06-103-83/+24
* Add a timer subsystemHans de Goede2014-06-105-3/+219