summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-30Add support for INPUT_PROP_TOPBUTTONPADHans de Goede
2014-04-30If the touchpad is in TOUCHPAD_OFF mode, allow physical clicksPeter Hutterer
2014-04-30Don't allow any type of movement starting in the top softbutton areaStephen Chandler Paul
2014-04-30Replace is_inside_anybutton_area with current_button_areaStephen Chandler Paul
2014-04-30Add property support for secondary (top) software buttonsPeter Hutterer
2014-04-30Wait for *new* coordinates on a clickpad click before reporting the clickHans de Goede
2014-04-30On button down update cumulative to current x and y, instead of previousHans de Goede
2014-04-30Ignore motion the first X ms after a clickpad clickHans de Goede
2014-04-30Don't report motion inside soft-button areasHans de Goede
2014-04-30Get rid of old_hw_stateHans de Goede
2014-04-30Add an enum for the different soft_button_areasHans de Goede
2014-04-30Add secondary (top) software buttons areaBenjamin Tissoires
2014-04-30Allow using the entire touchpad for motions started inside the active areaHans de Goede
2014-04-30Always count tripletap + click as 3 fingerclick on pads with < 3 touchesHans de Goede
2014-04-30On clickpads with two touchpoints, try to detect clickfinger 3 actionsPeter Hutterer
2014-04-30Fix product ID cutoff for MODEL_APPLETOUCH/MODEL_UNIBODY_MACBOOKClinton Sprain
2014-03-20Avoid erroneously handling two touchpoints in the same slotPeter Hutterer
2014-03-20eventcomm: drop assumption of non-zero slot offsetPeter Hutterer
2014-03-20eventcomm: drop calculation of slot offsetPeter Hutterer
2014-02-24Close device if DeviceOnHook failsKeith Packard
2014-02-21Revert "Drop circular pad support"Peter Hutterer
2014-02-21Revert "Purge scrollbuttons (repeat)"Peter Hutterer
2014-01-13Fix ABI detection for in-driver scalingPeter Hutterer
2013-12-09eventcomm: ungrab the device on DeviceOffPeter Hutterer
2013-12-09Add missing property handler for the pressure motion factorPeter Hutterer
2013-12-05Disable driver scaling for input ABI 19.2Peter Hutterer
2013-05-09Plug memory leak for priv->touch_axesPeter Hutterer
2013-05-09Plug memory leak for option_stringPeter Hutterer
2013-04-26Fix stack smash in clickpad_guess_clickfingers()Peter Hutterer
2013-04-05Allow soft button areas to overlap on the edgePeter Hutterer
2013-04-05Improve readability of the soft button areasPeter Hutterer
2013-03-25eventcomm: print axis resolution to the logPeter Hutterer
2013-01-31Replace numerical values with an enum for the TouchpadOff propPeter Hutterer
2013-01-02Free mtdev device as well as closing itDaniel Stone
2012-12-21Allow dead areas to update the button statePeter Hutterer
2012-10-24Recognise the soft button area property before clickpad is enabledPeter Hutterer
2012-08-31Reset num_active_touches on DeviceOff (#52496)Peter Hutterer
2012-08-10Use LogMessageVerbSigSafe on ABI 18Peter Hutterer
2012-08-01Decorate the accel log messages with (accel)Peter Hutterer
2012-06-22eventcomm: proto_data is not null, don't checkPeter Hutterer
2012-06-22eventcomm: simplify conditionsPeter Hutterer
2012-06-12Turn down the default sensitivity for unibody MacBook touchpadsChase Douglas
2012-06-12Add MODEL_UNIBODY_MACBOOK touchpad model for bcm5974 devicesChase Douglas
2012-06-05Remove leftover HAVE_SMOOTH_SCROLL typedefPeter Hutterer
2012-06-05Move properties header to where it's neededPeter Hutterer
2012-06-05ps2comm: use ErrorF from PS2DBG directlyPeter Hutterer
2012-06-05Fix indentation for the synaptics protocol opsPeter Hutterer
2012-05-31check for HAVE_CONFIG_H before including config.hPeter Hutterer
2012-05-31Un-typedef model_lookup_tPeter Hutterer
2012-05-31Remove typedefs from all enumsPeter Hutterer