summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* configure: print a summary of the build optionsPeter Hutterer2014-07-031-0/+9
* Fix compiler warnings for missing initializersPeter Hutterer2014-07-031-1/+1
* Add -lrt to the libsPeter Hutterer2014-07-032-1/+2
* configure: check for -lm through AC_CHECK_LIBPeter Hutterer2014-07-033-3/+3
* Fix two doxygen refs pointing to nonexistent functionsPeter Hutterer2014-07-031-2/+2
* tools: fix touch/abs event coordinate transformation in event-guiPeter Hutterer2014-07-031-6/+6
* tools: draw the circle for abs events in the right positionPeter Hutterer2014-07-031-2/+1
* touchpad: log the sysname of the device that looks like a bad clickpadPeter Hutterer2014-07-031-2/+4
* touchpad: Switch to smooth simple acceleration code from filter.cHans de Goede2014-07-022-56/+26
* Add functions to get the device name, PID and VIDPeter Hutterer2014-07-025-0/+106
* touchpad: disable tapping for fingers exceeding the timeout/motion thresholdPeter Hutterer2014-07-024-823/+957
* touchpad: Simplify tp_hysteresisHans de Goede2014-07-011-2/+1
* Fix coding styleJonas Ådahl2014-06-281-1/+1
* test/Makefile.am: Also add LIBUDEV_CFLAGS to AM_CPPFLAGSJonas Ådahl2014-06-281-1/+2
* 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