summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad-edge-scroll.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-01touchpad: add a TOUCH_MAYBE_END statePeter Hutterer1-0/+8
2018-02-20touchpad: add a touch index for debuggingPeter Hutterer1-4/+8
2018-01-10touchpad: drop the double normalizationPeter Hutterer1-2/+6
2017-09-01touchpad: ignore thumbs during edge scrollingPeter Hutterer1-1/+2
2017-07-10timer: add a timer name to each timerPeter Hutterer1-1/+13
2017-06-21touchpad: rename tp_touch->millis to tp_touch->timePeter Hutterer1-1/+1
2017-02-28touchpad: reduce minimum height for horiz edge scrolling to 40mmPeter Hutterer1-2/+2
2017-02-24evdev: standardize log messsagesPeter Hutterer1-21/+12
2016-08-23touchpad: reset the edge scroll state on touch up if edge scroll is disabledPeter Hutterer1-0/+3
2016-08-01touchpad: change manual calculations of dimensions to helper functionsPeter Hutterer1-8/+9
2016-07-20Change a few functions that only ever returned 0 to voidsPeter Hutterer1-3/+1
2016-07-15touchpad: don't init a horizontal scroll area on touchpads <50mm highPeter Hutterer1-1/+17
2016-06-01touchpad: short-circuit the edge scroll handling when it's not enabledPeter Hutterer1-3/+9
2016-01-20touchpad: constify a couple of helper functionsPeter Hutterer1-2/+3
2015-08-20touchpad: use unaccelerated motion data for scrollingPeter Hutterer1-1/+2
2015-08-12touchpad: enable natural scrolling for edge scrollingPeter Hutterer1-10/+10
2015-07-28Change to micro seconds for measuring time internallyJonas Ã…dahl1-1/+1
2015-07-23touchpad: only edge-scroll while the finger is in the edge areaPeter Hutterer1-0/+5
2015-07-23touchpad: make the edge-scroll edge 7mm widePeter Hutterer1-22/+3
2015-07-22Move CASE_RETURN_STRING to libinput-util.hPeter Hutterer1-2/+0
2015-07-13touchpad: drop obsolete commentPeter Hutterer1-2/+1
2015-07-09touchpad: allow edge scrolling on clickpadsPeter Hutterer1-3/+18
2015-06-26evdev: store the device dimensionsPeter Hutterer1-2/+2
2015-06-24touchpad: reduce edge scroll motion threshold to 3mmPeter Hutterer1-1/+1
2015-06-24touchpad: only send most recent edge delta when triggering thresholdPeter Hutterer1-1/+4
2015-06-22touchpad: disable right-edge palm detection for edge scrollingPeter Hutterer1-1/+1
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-06-01Add missing config.h includesJon A. Cruz1-0/+2
2015-05-28Update Red Hat's copyrightPeter Hutterer1-1/+1
2015-05-27touchpad: touches after the last key press can be releasedPeter Hutterer1-0/+3
2015-05-27touchpad: reset the touch state when edge scrolling is stoppedPeter Hutterer1-0/+4
2015-05-27touchpad: add helper function to get from tp to the libinput contextPeter Hutterer1-6/+6
2015-04-09touchpad: add state debugging to the edge scroll state machinePeter Hutterer1-1/+38
2015-03-25Change tp_filter_motion to normalized_coordsHans de Goede1-2/+1
2015-03-25Add a delta_coords type and use it were applicableHans de Goede1-7/+3
2015-03-25Fix scroll-threshold check for edge-scrolling to use normalized coordinatesHans de Goede1-7/+3
2015-03-17touchpad: add missing break in default: switch casePeter Hutterer1-0/+1
2015-03-17Add another data type for discrete coordinatesPeter Hutterer1-3/+5
2015-03-17Use typesafe coordinates for scrolling eventsPeter Hutterer1-3/+5
2015-03-17touchpad: switch delta handling to typesafe coordinatesPeter Hutterer1-13/+13
2015-03-17touchpad: switch touch point, hysteresis, initial coords to typesafe coordsPeter Hutterer1-6/+5
2015-03-17cosmetic: rename touch to t for consistencyPeter Hutterer1-3/+3
2015-03-10touchpad: Remove unnecessary edge scroll threshold variableHans de Goede1-6/+1
2015-03-10touchpad: accumulate the initial scroll edge deltaPeter Hutterer1-3/+34
2015-02-23touchpad: Gesture support preparationHans de Goede1-1/+0
2015-02-23touchpad: Change how we deal with scroll methodsHans de Goede1-0/+3
2015-01-16touchpad: add a TOUCH_HOVERING statePeter Hutterer1-0/+1
2015-01-15Merge branch 'merged-scroll-events'Peter Hutterer1-9/+10
2015-01-15Add libinput_event_pointer_get_axis_value_discrete() to count wheel clicksPeter Hutterer1-3/+6
2015-01-13Change axis events to carry all directionsPeter Hutterer1-6/+7