summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-30Fix product ID cutoff for MODEL_APPLETOUCH/MODEL_UNIBODY_MACBOOKClinton Sprain1-1/+3
2014-04-30Add support for INPUT_PROP_TOPBUTTONPADHans de Goede4-1/+18
2014-04-23Always count tripletap + click as 3 fingerclick on pads with < 3 touchesHans de Goede1-20/+5
2014-04-09Comment the touch statesPeter Hutterer1-5/+5
2014-04-09eventcomm: Hook up the libevdev log handlerPeter Hutterer1-0/+40
2014-04-09eventcomm: read one more event after finishing a syncPeter Hutterer1-1/+3
2014-04-09eventcomm: drop superflous helper functionPeter Hutterer1-11/+1
2014-03-24Disable GrabEventDevice by defaultPeter Hutterer1-1/+12
2014-03-18If the touchpad is in TOUCHPAD_OFF mode, allow physical clicksPeter Hutterer1-10/+7
2014-03-12Revert "Add another third state to TouchpadOff for disabling all but button c...Peter Hutterer3-13/+4
2014-03-12Don't allow any type of movement starting in the top softbutton areaStephen Chandler Paul1-1/+2
2014-03-12Replace is_inside_anybutton_area with current_button_areaStephen Chandler Paul2-12/+18
2014-03-12eventcomm: drop mtdevPeter Hutterer2-76/+37
2014-03-12eventcomm: drop some use of mtdevPeter Hutterer1-51/+51
2014-03-11eventcomm: drop calculation of slot offsetPeter Hutterer1-1/+1
2014-03-11eventcomm: fix wrong event code for SYN_REPORTPeter Hutterer1-1/+1
2014-03-11Add property support for secondary (top) software buttonsPeter Hutterer3-26/+54
2014-03-11synaptics: Add support for server managed fdsHans de Goede3-31/+45
2014-02-26Wait for *new* coordinates on a clickpad click before reporting the clickHans de Goede2-2/+10
2014-02-26On button down update cumulative to current x and y, instead of previousHans de Goede1-0/+6
2014-02-26Ignore motion the first X ms after a clickpad clickHans de Goede2-0/+14
2014-02-26Don't report motion inside soft-button areasHans de Goede2-2/+67
2014-02-26Get rid of old_hw_stateHans de Goede2-36/+23
2014-02-26Add an enum for the different soft_button_areasHans de Goede1-13/+22
2014-02-24Add another third state to TouchpadOff for disabling all but button clicksPeter Hutterer3-4/+13
2014-02-24When re-opening evdev, set the fd before trying to grabKeith Packard1-14/+14
2014-02-24Close device if DeviceOnHook failsKeith Packard1-1/+3
2014-02-21Add secondary (top) software buttons areaBenjamin Tissoires2-8/+41
2014-02-20Allow using the entire touchpad for motions started inside the active areaHans de Goede1-5/+6
2014-02-18Revert "Drop circular pad support"Peter Hutterer3-0/+65
2014-01-17Revert "Purge scrollbuttons (repeat)"Peter Hutterer3-1/+191
2014-01-07On clickpads with two touchpoints, try to detect clickfinger 3 actionsPeter Hutterer1-0/+22
2014-01-03Fix ABI detection for in-driver scalingPeter Hutterer1-3/+3
2013-12-05Add missing property handler for the pressure motion factorPeter Hutterer1-0/+13
2013-12-04eventcomm: ungrab the device on DeviceOffPeter Hutterer1-0/+4
2013-11-06Drop edge speed from get_deltaPeter Hutterer1-5/+2
2013-10-14Switch to libevdev for the eventcomm backendPeter Hutterer3-123/+165
2013-07-19Disable driver scaling for input ABI 19.2Peter Hutterer2-0/+19
2013-05-09Plug memory leak for priv->touch_axesPeter Hutterer1-0/+2
2013-05-09Plug memory leak for option_stringPeter Hutterer1-0/+3
2013-04-26Fix stack smash in clickpad_guess_clickfingers()Peter Hutterer1-6/+9
2013-04-05Allow soft button areas to overlap on the edgePeter Hutterer1-8/+8
2013-04-05Improve readability of the soft button areasPeter Hutterer1-30/+50
2013-03-25eventcomm: print axis resolution to the logPeter Hutterer1-4/+4
2013-01-31Replace numerical values with an enum for the TouchpadOff propPeter Hutterer2-4/+10
2013-01-02Free mtdev device as well as closing itDaniel Stone1-2/+2
2012-12-21Allow dead areas to update the button statePeter Hutterer1-3/+3
2012-10-24Recognise the soft button area property before clickpad is enabledPeter Hutterer1-0/+10
2012-08-31Reset num_active_touches on DeviceOff (#52496)Peter Hutterer1-0/+2
2012-08-10Use LogMessageVerbSigSafe on ABI 18Peter Hutterer3-8/+12