summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-01Fix 64bit arch issue in synaptics eventcomm.csynaptics-1.3-branchTakashi Iwai1-1/+1
2010-12-01don't post motion events if the finger state is FS_UNTOUCHEDPeter Hutterer1-2/+5
2010-12-01config: don't autoprobe when device was setPeter Hutterer1-1/+1
2010-09-01synaptics 1.3.0xf86-input-synaptics-1.3.0Peter Hutterer1-1/+1
2010-08-23man: use secondsĀ² instead of seconds per secondPeter Hutterer1-1/+1
2010-08-23synaptics 1.2.99.901xf86-input-synaptics-1.2.99.901Peter Hutterer1-1/+1
2010-08-20Enable coasting by default with a value of 20.Peter Hutterer1-1/+1
2010-08-20Added "friction physics" so coasting can stop on its own.Patrick Curran6-16/+46
2010-08-20Reset X/Y hist on multi finger transition to fix jumpsChris Bagwell2-1/+3
2010-08-20Increase the default acceleration factor.Peter Hutterer1-1/+1
2010-08-19Up the precision of MaxSpeed and AccelFactor log output.Peter Hutterer1-2/+2
2010-08-17synclient: don't print "missing" if a property doesn't exist.Peter Hutterer1-4/+1
2010-07-21Align EmulateTwoFinger* docs to current behavior.Chris Bagwell1-6/+13
2010-07-21Default to 2-finger emulation when HW supports itChris Bagwell1-1/+6
2010-07-21Document Capabilities property additions in manChris Bagwell1-2/+2
2010-07-21Expose width support in capabilites properity.Chris Bagwell3-7/+16
2010-07-21Expose pressure support in capabilities property.Chris Bagwell2-2/+3
2010-07-19Make default checks for x, y, w, and p separate.Chris Bagwell1-12/+38
2010-06-23Remove one leftover xcalloc.Peter Hutterer1-1/+1
2010-06-17Bump to 1.2.99.1.xf86-input-synaptics-1.2.99.1Peter Hutterer1-1/+1
2010-06-17Purge GuestMouse support.Peter Hutterer12-233/+5
2010-06-17Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Peter Hutterer2-1/+2
2010-06-17synclient: allow Min|MaxSpeed values of > 1.0.Peter Hutterer1-2/+2
2010-06-17Require server 1.6 or later.Peter Hutterer3-33/+1
2010-06-17Re-use width/height variables.Peter Hutterer1-9/+4
2010-06-17Reshuffle default value initialization.Peter Hutterer5-68/+70
2010-06-16config: add comment regarding MAN_SUBSTS variable usageGaetan Nadon2-1/+2
2010-06-16Move some defines to where they belong.Peter Hutterer2-12/+11
2010-06-16Support percent values for area.Peter Hutterer2-8/+43
2010-06-16man: don't call it "synaptics" touchpad driver.Peter Hutterer1-5/+9
2010-06-16man: note where the Area options fit in.Peter Hutterer1-1/+7
2010-06-16man: move area description down to CONFIGURATION DETAILS section.Peter Hutterer1-32/+32
2010-06-16man: divide up man page with a few subheaders.Peter Hutterer1-11/+11
2010-06-16man: update SHMConfig documentation, it's only useful for debugging now.Peter Hutterer1-4/+3
2010-06-16Don't allow anything but relative mode.Peter Hutterer1-1/+1
2010-06-07Mulitply dix acceleration into synaptics maximum.Simon Thum1-2/+2
2010-06-07Accel: retain para->accel scale.Simon Thum1-1/+6
2010-06-07Setup pointer acceleration for synapticsSimon Thum1-35/+93
2010-06-07Revert "Setup pointer acceleration for synaptics"Peter Hutterer1-88/+35
2010-06-02Merge branch 'master' of git://people.freedesktop.org/~gnadon/xf86-input-syna...Peter Hutterer1-3/+4
2010-06-01config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdpartyGaetan Nadon1-3/+4
2010-06-01Setup pointer acceleration for synapticsSimon Thum1-35/+88
2010-05-31config: synaptics depends on RANDR through xf86.hGaetan Nadon1-1/+4
2010-05-31config: add AC_CHECK_LIB for math library functionsGaetan Nadon2-1/+4
2010-05-31README: add standard reference links sectionGaetan Nadon1-0/+27
2010-05-31COPYING: add three missing authors listed in synaptics.cGaetan Nadon1-0/+3
2010-05-31Remove unused TODO fileGaetan Nadon1-7/+0
2010-05-31config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-3/+0
2010-05-31config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-19/+2
2010-05-31config: replace Automake deprecated INCLUDES var with AM_CPPFLAGSGaetan Nadon1-1/+1