summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-04Fix documentation for libinput_log_set_handlerHEADmasterPeter Hutterer1-4/+4
2014-10-31evdev: add DPI to evdev calculationsDerek Foreman2-2/+6
2014-10-31filter: perform speed computations with doublesDerek Foreman1-2/+2
2014-10-31filter: Fix typoDerek Foreman3-3/+3
2014-10-31evdev: Log evdev event queue overflowsDerek Foreman2-0/+15
2014-10-31Fix a documentation typoPeter Hutterer1-1/+1
2014-10-30doc: update for latest doxygenPeter Hutterer1-939/+1418
2014-10-06cosmetic: convert evdev_need_touch_frame from int to boolDerek Foreman1-5/+5
2014-09-26test: add some left-handed testsPeter Hutterer3-0/+457
2014-09-26touchpad: hook up left-handed configurationPeter Hutterer2-4/+28
2014-09-23evdev: hook up left-handed configuration optionPeter Hutterer2-3/+118
2014-09-23Add configuration option for left-handed behaviorPeter Hutterer3-0/+123
2014-09-23test: add litest_push/pop_event_frame() helpersPeter Hutterer2-1/+26
2014-09-23test: add helper functions for the two timers we care aboutPeter Hutterer4-19/+34
2014-09-23Add missing doxygen @ingroup commandsPeter Hutterer1-0/+6
2014-09-23test: add tests for natural scrollingPeter Hutterer1-0/+49
2014-09-23touchpad: hook up natural scrolling configurationPeter Hutterer2-0/+69
2014-09-23Add a configuration option for natural scrollingPeter Hutterer3-0/+126
2014-09-23tools: map KEY_UP/DOWN to pointer accelerationPeter Hutterer1-1/+51
2014-09-23tools: keep a list of devices around for run-time changesPeter Hutterer1-0/+36
2014-09-23touchpad: hook up pointer acceleration configurationPeter Hutterer3-9/+7
2014-09-23evdev: hook into pointer acceleration config interfacePeter Hutterer2-0/+40
2014-09-23Add a pointer acceleration APIPeter Hutterer3-0/+108
2014-09-23touchpad: use the evdev device's filter structPeter Hutterer2-5/+2
2014-09-23filter: adjust acceleration curve depending on speedPeter Hutterer1-2/+17
2014-09-23filter: add a configurable speed interfacePeter Hutterer3-1/+37
2014-09-23filter: move the threshold/accel into the filter structPeter Hutterer1-2/+12
2014-09-23filter: add a filter-private.h header filePeter Hutterer4-12/+44
2014-09-23Replace pointer acceleration with a much simpler linear onePeter Hutterer4-47/+17
2014-09-22Drop two semicolons after a macro definitionPeter Hutterer1-2/+2
2014-09-22evdev: drop unused declaration evdev_proces_eventPeter Hutterer1-3/+0
2014-09-22test: Add trackpoint middlebutton scrolling testsHans de Goede4-1/+110
2014-09-19litest: Add litest_assert_scroll() helper functionHans de Goede3-45/+44
2014-09-19touchpad: Enlarge topbutton area a bit while the touchpad is disabledHans de Goede3-8/+19
2014-09-19cosmetic: Remove prototype for nonexistent create_linear_acceleration_filter()Derek Foreman1-3/+0
2014-09-19test: Test the topbuttons of a disabled touchpad still send events through th...Peter Hutterer1-0/+58
2014-09-19touchpad: When disabling a TOPBUTTONPAD, leave the top buttons enabledHans de Goede2-2/+27
2014-09-19touchpad: Put state unrolling code in a tp_clear_state() helper functionHans de Goede1-1/+6
2014-09-19touchpad: Route top softbuttons through the trackstick if we've oneHans de Goede4-100/+165
2014-09-18touchpad: Keep track of associated trackpoint devicePeter Hutterer4-0/+19
2014-09-18evdev: Add an internal device suspend / resume notification systemHans de Goede3-0/+69
2014-09-18evdev: Add middle button scrolling for trackpointsHans de Goede5-1/+67
2014-09-18evdev: Move generic scroll code from evdev-mt-touchpad.c to evdev.cHans de Goede4-58/+67
2014-09-18touchpad: move softbutton initialization to separate functionPeter Hutterer2-30/+50
2014-09-18touchpad: implement conditional disablingPeter Hutterer2-6/+102
2014-09-18evdev: add internal tagging systemPeter Hutterer3-0/+55
2014-09-18evdev: add a internal device notification mechanismPeter Hutterer3-3/+46
2014-09-18test: test for release events on device suspendPeter Hutterer1-0/+239
2014-09-18touchpad: hook up sendevents configurationPeter Hutterer5-5/+125
2014-09-18touchpad: split handling the state into a separate functionPeter Hutterer1-3/+10