summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: libinput 0.70.7.0Peter Hutterer2014-12-051-2/+2
* udev: only apply default calibration on absolute devicesPeter Hutterer2014-12-051-1/+2
* Split libinput-util into a noinst helper libraryPeter Hutterer2014-12-053-7/+16
* test: Don't send two motion events when button scrollingJonas Ådahl2014-12-051-6/+0
* Introduce unaccelerated motion event vectorsJonas Ådahl2014-12-059-24/+188
* Always check for INVALID configs firstPeter Hutterer2014-12-041-9/+9
* touchpad: drop unused device arg from tp_clear_statePeter Hutterer2014-12-041-3/+3
* Add missing @ingroup tagPeter Hutterer2014-12-041-0/+2
* Document relative motion normalizationPeter Hutterer2014-12-031-0/+61
* Add libinput_device_get_context/libinput_seat_get_contextPeter Hutterer2014-12-033-0/+46
* Add a function to retrieve the udev_device handle from a libinput devicePeter Hutterer2014-12-035-0/+46
* Change default DPI to 1000Peter Hutterer2014-12-022-1/+14
* Move DEFAULT_MOUSE_DPI to filter.hPeter Hutterer2014-12-023-10/+8
* filter: fix a comment, 400 isn't hard-coded anymorePeter Hutterer2014-12-021-1/+1
* evdev: Query mouse DPI from udevDerek Foreman2014-12-024-1/+124
* test: move device ID test to test/device.cPeter Hutterer2014-12-012-20/+20
* evdev: Fix uninitialized variable warningDerek Foreman2014-11-261-1/+1
* Ignore devices that have joystick buttonsKrzysztof A. Sobiecki2014-11-261-0/+9
* touchpad: Add edge-scrolling supportHans de Goede2014-11-255-11/+767
* touchpad: Add code to get the touchpad model / manufacturerHans de Goede2014-11-252-0/+46
* touchpad: Move 2 finger scrolling functions to above tp_process_state()Hans de Goede2014-11-251-59/+59
* test: add seat changing testsPeter Hutterer2014-11-252-2/+147
* Add libinput_device_set_seat_logical_name() to change seats at runtimePeter Hutterer2014-11-255-0/+80
* path: optionally pass the seat name into path_device_enable()Peter Hutterer2014-11-251-8/+22
* udev: optionally pass the seat name into device_added()Peter Hutterer2014-11-251-5/+8
* evdev: remove a race condition opening the wrong devicePeter Hutterer2014-11-251-23/+26
* evdev: use a udev_device instead of separate sysname/syspath/devnodePeter Hutterer2014-11-254-76/+45
* path: store the udev device instead of just the devnodePeter Hutterer2014-11-253-66/+53
* path: split out creating a device into a helper functionPeter Hutterer2014-11-251-25/+32
* path: keep the udev context aroundPeter Hutterer2014-11-252-13/+19
* Rename scroll_mode to scroll_methodPeter Hutterer2014-11-2410-152/+152
* evdev: fix leaking file descriptorPeter Hutterer2014-11-211-3/+4
* Drop unused libinput_device->terminated fieldPeter Hutterer2014-11-201-1/+0
* touchpad: print the device name on errorPeter Hutterer2014-11-201-2/+2
* doc: add a few missing @ref tagsPeter Hutterer2014-11-201-48/+49
* test: add natural scrolling tests for pointersPeter Hutterer2014-11-201-0/+56
* evdev: enable natural scrolling for all pointer devicesPeter Hutterer2014-11-202-19/+34
* evdev: move natural scrolling configuration into evdevPeter Hutterer2014-11-204-56/+58
* evdev: move calibration/sendevents config init into helpersPeter Hutterer2014-11-201-14/+27
* tools: print the device name on DEVICE_ADDEDPeter Hutterer2014-11-202-2/+6
* tools: print config options for each device on DEVICE_ADDEDPeter Hutterer2014-11-201-0/+22
* Allow for a 0 button on button scrollingPeter Hutterer2014-11-202-1/+3
* touchpad: Hookup scroll-mode configurationHans de Goede2014-11-202-3/+59
* evdev: fix indentation on an if conditionPeter Hutterer2014-11-181-1/+1
* evdev: add missing breakPeter Hutterer2014-11-181-1/+1
* test: Add button scroll test to pointer testsHans de Goede2014-11-111-0/+40
* test: Add litest_button_scroll helper functionHans de Goede2014-11-113-33/+45
* test: Add trackpoint middle button scrolling disable testHans de Goede2014-11-111-0/+40
* test: s/test_2fg_scroll/test_trackpoint_scroll/Hans de Goede2014-11-111-7/+7
* touchpad: s/config/config_natural/Hans de Goede2014-11-112-6/+6