summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-04Use finger state as an enum, not as a bool.Peter Hutterer
2009-09-04Remove abysmal misuse of ternary operator.Peter Hutterer
2009-08-20man: fix typo in MaxTapMove documentation.Peter Hutterer
2009-08-03Split rc and ret into two different variables.Peter Hutterer
2009-07-28Remove the "SpecialScrollAreaRight" option. (#21001)Peter Hutterer
2009-07-27Revert "Auto-adjust edges if values fall outside queried min/max ranges. (#21...Peter Hutterer
2009-07-17Add active area outside of which movements, scrolling, tapping are ignored.Alberto Milone
2009-07-16Add configurable x/y resolution to fix sensitivity on wide touchpads.Tero Saarni
2009-07-10Auto-adjust edges if values fall outside queried min/max ranges. (#21001)Peter Hutterer
2009-07-10Move edge calculation stuff out into separate function.Peter Hutterer
2009-06-19Cope with ABI_XINPUT_VERSION 7.Peter Hutterer
2009-06-19Simplify xf86InitValuator calls a bit.Peter Hutterer
2009-06-12Fix typo. s/tough/though/Paul Menzel
2009-06-05man: explain TapButton default valuesMattia Dongili
2009-05-28Add "Synaptics Capabilities" read-only property.Peter Hutterer
2009-05-20eventcomm: fix return value of event_query_is_touchpad.Peter Hutterer
2009-05-19Fix broken build on FreeBSD (#21803)Coleman Kane
2009-05-19synclient: up max value for AccelFactor to 1.0Peter Hutterer
2009-05-18eventcomm: force boolean values for has_left, has_right, etc.Peter Hutterer
2009-05-13Add TapAndDragGesture option and gestures property.Erkin Bahceci
2009-05-08eventcomm: if we can't grab the device, assume it's not a touchpad.Peter Hutterer
2009-05-08Purge SynapticsHWInfo stuff, move it into proto_data.Peter Hutterer
2009-05-08Add model-specific edges for appletouch.Jeremy Huddleston
2009-05-05Add TouchpadModel specifier and scale the edges accordingly. (#21214)Peter Hutterer
2009-05-04ps2comm: fix typo in debug statement.Peter Hutterer
2009-05-04If QueryHardware failed, return that failure and clean up.Peter Hutterer
2009-05-04Only try to free the timer if it's actually there.Peter Hutterer
2009-05-04man: document left-handed TapButton awkwardness.Peter Hutterer
2009-04-30Fix typo, missing ":"Peter Hutterer
2009-04-28PS/2 interface: sense multifinger taps on FingerHigh (#21427)Eygene Ryabinkin
2009-04-27synclient: fix 64 bit issues for float properties.Peter Hutterer
2009-04-26Remove un-used DeviceOn/Off hooks.Peter Hutterer
2009-04-26Remove Synaptics SHM configuration bits.Peter Hutterer
2009-04-26syndaemon: remove SHM code - properties only from now on.Peter Hutterer
2009-04-26synclient: remove listing and modification of settings through SHM.Peter Hutterer
2009-04-26Only build synclient/syndaemon if property support is available.Peter Hutterer
2009-04-16Allocate the timer early so we don't try to malloc it within a sigio handler.Adam Jackson
2009-04-15synclient: fix 32-bit integer handling on 64 bit machines.Peter Hutterer
2009-03-24Shut up valgrind warnings about uninitialized variables.Peter Hutterer
2009-03-23Don't fail when building against server 1.5Peter Hutterer
2009-03-23Remove NEWS file, it's not being updated anymore.Peter Hutterer
2009-03-09Bump to 1.1.99Peter Hutterer
2009-03-09man: remove some pointless ( and ) around "float" options.Peter Hutterer
2009-03-09man: device properties are now supported, should be stated as such.Peter Hutterer
2009-03-05Bump to 1.0.99.4xf86-input-synaptics-1.0.99.4Peter Hutterer
2009-03-05include xorg-server.h from all driver source files.Peter Hutterer
2009-03-04Bump to 1.0.99.3xf86-input-synaptics-1.0.99.3Peter Hutterer
2009-03-04Don't auto-include xorg-server.h in config.hPeter Hutterer
2009-03-04synclient: don't print driver's package version info.Peter Hutterer
2009-03-04syndaemon: needs XI_LIBS to link now.Peter Hutterer