summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-02Input API 12 requires a valuator mode for each axis.Peter Hutterer1-2/+10
2010-10-18Remove convert_proc and close_proc.Peter Hutterer1-33/+0
2010-10-18Replace two LocalDevicePtr with InputInfoPtr.Peter Hutterer1-2/+2
2010-10-14don't post motion events if the finger state is FS_UNTOUCHEDJoe Shaw1-4/+6
2010-10-14post absolute coordinate motion events if device mode is absoluteJoe Shaw1-4/+11
2010-10-14track abs/rel mode changes in SwitchMode() instead of ignoring themJoe Shaw2-1/+19
2010-10-06Remove refcnt initialization from InputDriverRec.Peter Hutterer1-1/+0
2010-10-05config: don't autoprobe when device was setGiuseppe Bilotta1-1/+1
2010-10-05config: collect options during preinitGiuseppe Bilotta1-0/+2
2010-09-01Bump to 1.3.99Peter Hutterer1-1/+1
2010-09-01Merge branch 'input-api'Peter Hutterer8-314/+338
2010-09-01Use InputInfoPtr instead of LocalDevicePtr.Peter Hutterer8-303/+303
2010-09-01Support the new input api.Peter Hutterer1-15/+36
2010-09-01synaptics 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.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-22Reshuffle initialization in preparation for new input API.Peter Hutterer1-15/+12
2010-07-22Add some ifdefs missing from XINPUT ABI 12Peter Hutterer1-0/+6
2010-07-22Remove XI86_POINTER_CAPABLE usage.Peter Hutterer1-1/+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.Peter 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