summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-04autogen.sh: support NOCONFIGURE=1Peter Hutterer1-2/+3
2013-11-04Drop maintainer modePeter Hutterer2-2/+3
2013-10-14Switch to libevdev for the eventcomm backendPeter Hutterer6-126/+170
2013-07-19Disable driver scaling for input ABI 19.2Peter Hutterer2-0/+19
2013-05-13synaptics 1.7.1Peter Hutterer1-1/+1
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 Hutterer2-9/+10
2013-04-05man: clarify that 0, not 0% disables the softbutton areaPeter Hutterer1-2/+3
2013-04-05Improve readability of the soft button areasPeter Hutterer1-30/+50
2013-04-02synaptics 1.7.0Peter Hutterer1-1/+1
2013-03-26synclient: use a parameter that actually exists in the man page examplePeter Hutterer1-2/+2
2013-03-26synclient: drop XF86Config-4 from man pagePeter Hutterer1-2/+0
2013-03-26syndaemon: list -? in help/man pagePeter Hutterer2-0/+6
2013-03-26synclient: support -? for usagePeter Hutterer1-1/+2
2013-03-26synclient: remove 'm' and 'h' from getopt and man pagePeter Hutterer2-70/+2
2013-03-26tools: drop -s listing in synclient's help output. SHM is gone.Peter Hutterer1-2/+2
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-04conf: add example for AreaBottomEdge on clickpad buttonsPeter Hutterer1-0/+3
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-10-08test: drop xf86CheckStrOption from fake symbolsPeter Hutterer2-8/+0
2012-09-15Enable ps2comm and alpscomm build on GNU/HurdSamuel Thibault1-1/+1
2012-08-31Reset num_active_touches on DeviceOff (#52496)Peter Hutterer1-0/+2
2012-08-10Use LogMessageVerbSigSafe on ABI 18Peter Hutterer4-8/+18
2012-08-01Decorate the accel log messages with (accel)Peter Hutterer1-2/+2
2012-06-22eventcomm: proto_data is not null, don't checkPeter Hutterer1-1/+1
2012-06-22eventcomm: simplify conditionsPeter Hutterer1-20/+11
2012-06-12Turn down the default sensitivity for unibody MacBook touchpadsChase Douglas1-3/+9
2012-06-12Add MODEL_UNIBODY_MACBOOK touchpad model for bcm5974 devicesChase Douglas3-10/+16
2012-06-05Remove leftover HAVE_SMOOTH_SCROLL typedefPeter Hutterer1-4/+0
2012-06-05Move properties header to where it's neededPeter Hutterer2-1/+1
2012-06-05ps2comm: use ErrorF from PS2DBG directlyPeter Hutterer1-43/+40
2012-06-05Fix indentation for the synaptics protocol opsPeter Hutterer1-9/+5
2012-05-31check for HAVE_CONFIG_H before including config.hPeter Hutterer1-2/+4
2012-05-31Un-typedef model_lookup_tPeter Hutterer1-5/+6
2012-05-31tools: un-typedef TouchpadStatePeter Hutterer1-4/+4
2012-05-31Remove typedefs from all enumsPeter Hutterer2-15/+15
2012-05-31Remove an unused define for 1/sqrt(2)Peter Hutterer1-4/+0
2012-05-21DeviceOn and friends return a status code, not a boolPeter Hutterer1-9/+9
2012-05-18Remove @DRIVER_NAME@ from Makefile.amPeter Hutterer3-13/+10
2012-05-18Fix indentation mishapPeter Hutterer1-1/+0
2012-05-18Remove absolute modePeter Hutterer2-30/+5
2012-05-18Don't allow for scroll distances of 0 (#49965)Peter Hutterer1-0/+6
2012-05-18Reset hw->x/y to INT_MIN and skip HandleState until we have x/y eventsPeter Hutterer2-2/+15
2012-05-17Reset open slots array on device disableChase Douglas1-0/+1
2012-05-16Fix coasting for negative ScrollDeltaChun Yang1-2/+2