summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-02-17syndaemon: reset idle time if the system time has changed (#31968)Peter Hutterer
2011-01-17syndaemon.c: Add #include <string.h>Alan Coopersmith
2011-01-17synclient.c: Replace old index() function with C89-standard strchr()Alan Coopersmith
2010-12-06syndaemon: decouple background mode from quietnessAlessandro Guido
2010-08-20Added "friction physics" so coasting can stop on its own.Patrick Curran
2010-08-17synclient: don't print "missing" if a property doesn't exist.Peter Hutterer
2010-06-17Purge GuestMouse support.Peter Hutterer
2010-06-17synclient: allow Min|MaxSpeed values of > 1.0.Peter Hutterer
2010-05-31config: add AC_CHECK_LIB for math library functionsGaetan Nadon
2010-05-31config: unconditionaly build synclient and syndaemon appsGaetan Nadon
2010-05-31config: fix warnings, m4 quoting and layoutGaetan Nadon
2010-05-31config: rework the synclient and syndaemon dependenciesGaetan Nadon
2010-05-20Building syndaemon and synclient needs $(XI_CFLAGS) and $(AM_CFLAGS)Gabor Z. Papp
2010-02-15tools: use more appropriate CFLAGSGaetan Nadon
2010-02-10tools: add the main include directoryGaetan Nadon
2010-01-11configure: don't clobber CFLAGSJulien Cristau
2010-01-07Restore user's setting when enabling touchpad.Hiroyuki Ikezoe
2009-11-10.gitignore: use common defaults with custom section # 24239Gaetan Nadon
2009-11-05synclient: if no option is specified, assume -lPeter Hutterer
2009-10-08Require recordproto 1.13 or libXtst 1.1 for record support.Peter Hutterer
2009-07-17Add active area outside of which movements, scrolling, tapping are ignored.Alberto Milone
2009-05-19synclient: up max value for AccelFactor to 1.0Peter Hutterer
2009-05-13Add TapAndDragGesture option and gestures property.Erkin Bahceci
2009-05-08Purge SynapticsHWInfo stuff, move it into proto_data.Peter Hutterer
2009-04-27synclient: fix 64 bit issues for float properties.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-15synclient: fix 32-bit integer handling on 64 bit machines.Peter Hutterer
2009-03-23Don't fail when building against server 1.5Peter 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
2009-03-04synclient: XCloseDisplay doesn't like NULL-pointers.Peter Hutterer
2009-03-04syndaemon: disable XRecord by default.Peter Hutterer
2009-03-04syndaemon: use device properties unless SHM is requested.Peter Hutterer
2009-03-04syndaemon: if we wanted XRECORD, but it failed, exit.Peter Hutterer
2009-03-04syndaemon: move shm code into shm_init().Peter Hutterer
2009-03-04syndaemon: remove enable/disable_touchpad(), use toggle_touchpad insteadPeter Hutterer
2009-03-02syndaemon: fix minor typo in --help output.Peter Hutterer
2009-03-01synclient: print an error if we can't find the synaptics device.Peter Hutterer
2009-02-27synclient: define XATOM_FLOAT if missing from xserver-properties.Peter Hutterer
2009-02-27synclient: Fix build errors - BOOL isn't always available.Peter Hutterer
2009-02-26synclient: add support for device properties.Peter Hutterer
2009-02-26synclient: split shm_set_value into a parse_cmd.Peter Hutterer
2009-02-26synclient: clean up a bit, namespace shm functions.Peter Hutterer
2009-02-20two-finger emulation through fingerWidthMarcel Dejean
2009-01-12use Xrecord extension for event triggered key event notificationAndre Herms
2008-10-30Revert "[syndaemon] use Xrecord extension in syndaemon to avoid polling."Christoph Brill
2008-10-30Revert "[syndaemon] switch over to input properties"Christoph Brill
2008-10-16[syndaemon] switch over to input propertiesWilliam Grant