summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-03configure.ac: libinput 1.0.11.0.1Peter Hutterer1-2/+2
2015-09-03filter: fix constant acceleration for the X230Peter Hutterer1-10/+23
2015-08-26configure.ac: libinput 1.01.0.0Peter Hutterer1-4/+4
2015-08-24doc: add a diagram for evemu and note that libinput doesn't recordingsPeter Hutterer3-0/+26
2015-08-22doc: fix more typosJason Gerecke9-12/+12
2015-08-21test: fix gcc warning about missing prototypesAndreas Pokorny1-0/+2
2015-08-21doc: ellipse instead of ellipsisAndreas Pokorny1-2/+2
2015-08-21doc: inverse event type restriction of x and y accessorsAndreas Pokorny1-4/+8
2015-08-20configure.ac: libinput 1.0RC10.99.1Peter Hutterer1-3/+3
2015-08-20touchpad: use unaccelerated motion data for scrollingPeter Hutterer5-3/+42
2015-08-20filter: add a "filter_constant" hook to the filter interfacePeter Hutterer3-0/+46
2015-08-20filter: move the TP_MAGIC_SLOWDOWN to a single definitionPeter Hutterer1-9/+9
2015-08-20filter: use named initalizers for the accelerator interfacePeter Hutterer1-16/+16
2015-08-20test: fix edge scroll timeout testPeter Hutterer1-30/+36
2015-08-20test: use the touchpad size for the 7mm movementPeter Hutterer1-9/+6
2015-08-20Add log_*_ratelimit wrappersPeter Hutterer3-29/+47
2015-08-20Drop obsolete unused declarations for log_info/set_logging_enabledPeter Hutterer1-6/+0
2015-08-20Change a fprintf to log_errorPeter Hutterer1-2/+3
2015-08-20tools: fix switch statement indentationPeter Hutterer1-122/+122
2015-08-20evdev: drop relative x/y motion from a device not marked as pointerPeter Hutterer4-0/+193
2015-08-17doc: fix typosPeter Hutterer1-3/+3
2015-08-17Merge branch 'filter-us-ms-cleanup'Peter Hutterer16-130/+15335
2015-08-12test: add a commentPeter Hutterer1-2/+2
2015-08-12tools: add shell script for making the pointer acceleration graphs in the docsPeter Hutterer2-0/+81
2015-08-12doc: add pointer acceleration documentationPeter Hutterer7-0/+14762
2015-08-12tools: allow filter-switching in ptraccel-debugPeter Hutterer1-7/+36
2015-08-12filter: split trackpoint acceleration outPeter Hutterer3-1/+98
2015-08-12filter: duplicate the code for the Lenovo x230 accel methodPeter Hutterer1-3/+56
2015-08-12touchpad: enable natural scrolling for edge scrollingPeter Hutterer4-11/+48
2015-08-11filter: split out handling of the low-dpi accel methodPeter Hutterer1-2/+32
2015-08-11filter: split calculating the accel factor into a helper functionPeter Hutterer1-10/+25
2015-08-11filter: revamp to create device-specific filters, rather than accel functionsPeter Hutterer6-23/+86
2015-08-11filter: move create_pointer_accelerator_filter down in the filePeter Hutterer1-35/+35
2015-08-11filter: drop accel->last, write-only valuePeter Hutterer1-5/+0
2015-08-11filter: explain the acceleration function in detailPeter Hutterer1-10/+73
2015-08-11filter: add two helper functions to convert between speedsPeter Hutterer1-10/+28
2015-08-11filter: rename speed_out to "factor" for the touchpad profilesPeter Hutterer1-23/+23
2015-08-11filter: rename speed to speed_adjustment where it's in the [-1,1] rangePeter Hutterer2-11/+11
2015-08-11filter: drop superfluous struct declarationPeter Hutterer1-1/+0
2015-08-11Revert "filter: move the pointer acceleration profiles back to units/ms"Peter Hutterer2-29/+29
2015-08-11evdev: split scroll threshold and direction lock threshold into twoPeter Hutterer3-4/+7
2015-08-11udev: use prop_value() to fetch the ID_INPUT_PROP propertyPeter Hutterer1-1/+1
2015-08-07configure.ac: add arg --with-libunwindJackie Huang1-5/+14
2015-08-05test: don't try to print axis values that aren't setPeter Hutterer1-6/+11
2015-08-04filter: fix acceleration threshold assignmentPeter Hutterer1-3/+4
2015-08-04middle-button: don't call libinput_now() in the timeout handlerPeter Hutterer1-3/+1
2015-08-04configure.ac: libinput 0.21.00.21.0Peter Hutterer1-2/+2
2015-08-04udev: include new udev rule in EXTRA_DISTPeter Hutterer1-0/+1
2015-08-04touchpad: always enable the bottom-most area for thumb detectionPeter Hutterer1-16/+20
2015-08-04gestures: reduce 2fg scroll timeout to 500msPeter Hutterer1-1/+1