summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Don't assume that touch devices report per finger width and pressureGabriele Mazzotta3-3/+10
2014-09-17Use ABS_MT events for the palm detection when supportedGabriele Mazzotta2-0/+15
2014-09-17Limit the movement to 20 mm per eventPeter Hutterer2-0/+35
2014-09-16Prohibit negative or zero x/y resolutionsPeter Hutterer1-0/+10
2014-09-05When resetting, reset the open slots to -1Peter Hutterer1-1/+7
2014-09-05eventcomm: add missing axis labels to avoid array overrunPeter Hutterer1-2/+11
2014-09-05Shut up a coverity warningPeter Hutterer1-1/+1
2014-09-05Mark some switch case fallthroughs with commentsPeter Hutterer1-0/+3
2014-09-05Use cumulative relative touch movements while scrollingGabriele Mazzotta2-6/+10
2014-09-04eventcomm: ensure we're on the same clock as the serverPeter Hutterer1-2/+11
2014-08-29Include xorg-server.h to fix build errors on newest glibcPeter Hutterer3-0/+6
2014-08-28Silence two compiler warningsPeter Hutterer2-1/+5
2014-08-14Prevent two-finger taps from being ignoredGabriele Mazzotta1-2/+3
2014-08-08Use libevdev's per-device logging functions instead of the global handlerPeter Hutterer2-19/+36
2014-08-08synaptics 1.8.99Peter Hutterer1-1/+1
2014-08-08conf: increase top software button area to 15%Peter Hutterer1-1/+1
2014-05-20eventcomm: Drop requirement for a grab during initPeter Hutterer1-27/+10
2014-05-13synaptics 1.8.0xf86-input-synaptics-1.8.0Peter Hutterer1-1/+1
2014-04-30conf: drop the PNPID matching from the fdi filePeter Hutterer1-9/+1
2014-04-30synaptics 1.7.99.2xf86-input-synaptics-1.7.99.2Peter Hutterer1-1/+1
2014-04-30Fix product ID cutoff for MODEL_APPLETOUCH/MODEL_UNIBODY_MACBOOKClinton Sprain1-1/+3
2014-04-30Add support for INPUT_PROP_TOPBUTTONPADHans de Goede6-28/+45
2014-04-29man: add some missing quotesPeter Hutterer1-1/+1
2014-04-23Always count tripletap + click as 3 fingerclick on pads with < 3 touchesHans de Goede1-20/+5
2014-04-22conf: add more PnPIDs and DMI matches for LenovosPeter Hutterer2-3/+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-18synaptics 1.7.99.1xf86-input-synaptics-1.7.99.1Peter Hutterer1-1/+1
2014-03-18If the touchpad is in TOUCHPAD_OFF mode, allow physical clicksPeter Hutterer2-11/+13
2014-03-14conf: automatically enable the top softbutton area for the new LenovosPeter Hutterer2-0/+23
2014-03-13conf: apply ClickPad softbuttons option through fdi file too (fixed version)Peter Hutterer1-0/+4
2014-03-13Revert "conf: apply ClickPad softbuttons option through fdi file too"Peter Hutterer1-4/+0
2014-03-13conf: apply ClickPad softbuttons option through fdi file tooPeter Hutterer1-0/+4
2014-03-12Revert "Add another third state to TouchpadOff for disabling all but button c...Peter Hutterer7-46/+15
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 Hutterer3-79/+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 Hutterer5-27/+59
2014-03-11synaptics: Add support for server managed fdsHans de Goede3-31/+45
2014-02-26man: fix documentation about the new touchpad statePeter Hutterer1-1/+1
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