summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-02-04synclient: fix indentation of "format mismatch" parametersPeter Hutterer1-3/+3
2011-07-28syndaemon: Remove superfluous message.Peter Hutterer1-1/+0
2011-07-28syndaemon: document exit codes and change them to fall into categories.Peter Hutterer1-2/+2
2011-07-11tools: remove unrequired sdkdir include directiveGaetan Nadon1-1/+1
2011-07-11tools: don't include xserver-properties.hPeter Hutterer1-1/+0
2011-07-05Revert "build: sort building of tools, ensure that cross-pkg-config works."Gaetan Nadon1-5/+5
2011-07-05Revert "build: collapse all Makefile.am files into a single non-recursive one."Gaetan Nadon2-0/+34
2011-05-26syndaemon: don't compare against a null-property. (#37459)Peter Hutterer1-3/+2
2011-05-26syndaemon: add vim snippet for right indentation/tabstop, etc.Peter Hutterer1-0/+2
2011-05-26syndaemon: fix abysimal indentation in dp_get_device.Peter Hutterer1-13/+13
2011-05-15build: collapse all Makefile.am files into a single non-recursive one.Diego Elio Pettenò2-35/+0
2011-05-15build: sort building of tools, ensure that cross-pkg-config works.Diego Elio Pettenò1-5/+5
2011-04-18Drain XRecord connection of any events after handling repliesChase Douglas1-0/+8
2011-03-18Revert "Add synaptics orientation support"Peter Hutterer1-1/+0
2011-03-09Add synaptics orientation supportAapo Rantalainen1-0/+1
2011-02-17syndaemon: reset idle time if the system time has changed (#31968)Peter Hutterer1-0/+5
2011-01-17syndaemon.c: Add #include <string.h>Alan Coopersmith1-0/+1
2011-01-17synclient.c: Replace old index() function with C89-standard strchr()Alan Coopersmith1-1/+1
2010-12-06syndaemon: decouple background mode from quietnessAlessandro Guido1-5/+10
2010-08-20Added "friction physics" so coasting can stop on its own.Patrick Curran1-0/+1
2010-08-17synclient: don't print "missing" if a property doesn't exist.Peter Hutterer1-4/+1
2010-06-17Purge GuestMouse support.Peter Hutterer1-12/+3
2010-06-17synclient: allow Min|MaxSpeed values of > 1.0.Peter Hutterer1-2/+2
2010-05-31config: add AC_CHECK_LIB for math library functionsGaetan Nadon1-1/+1
2010-05-31config: unconditionaly build synclient and syndaemon appsGaetan Nadon1-8/+2
2010-05-31config: fix warnings, m4 quoting and layoutGaetan Nadon1-1/+1
2010-05-31config: rework the synclient and syndaemon dependenciesGaetan Nadon2-11/+11
2010-05-20Building syndaemon and synclient needs $(XI_CFLAGS) and $(AM_CFLAGS)Gabor Z. Papp1-0/+2
2010-02-15tools: use more appropriate CFLAGSGaetan Nadon1-1/+1
2010-02-10tools: add the main include directoryGaetan Nadon1-1/+1
2010-01-11configure: don't clobber CFLAGSJulien Cristau1-1/+1
2010-01-07Restore user's setting when enabling touchpad.Hiroyuki Ikezoe1-20/+41
2009-11-10.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-0/+3
2009-11-05synclient: if no option is specified, assume -lPeter Hutterer1-0/+3
2009-10-08Require recordproto 1.13 or libXtst 1.1 for record support.Peter Hutterer1-1/+1
2009-07-17Add active area outside of which movements, scrolling, tapping are ignored.Alberto Milone1-0/+4
2009-05-19synclient: up max value for AccelFactor to 1.0Peter Hutterer1-1/+1
2009-05-13Add TapAndDragGesture option and gestures property.Erkin Bahceci1-0/+1
2009-05-08Purge SynapticsHWInfo stuff, move it into proto_data.Peter Hutterer1-28/+4
2009-04-27synclient: fix 64 bit issues for float properties.Peter Hutterer1-6/+12
2009-04-26syndaemon: remove SHM code - properties only from now on.Peter Hutterer1-71/+6
2009-04-26synclient: remove listing and modification of settings through SHM.Peter Hutterer1-233/+93
2009-04-26Only build synclient/syndaemon if property support is available.Peter Hutterer1-2/+7
2009-04-15synclient: fix 32-bit integer handling on 64 bit machines.Peter Hutterer1-5/+5
2009-03-23Don't fail when building against server 1.5Peter Hutterer2-3/+27
2009-03-04synclient: don't print driver's package version info.Peter Hutterer1-1/+0
2009-03-04syndaemon: needs XI_LIBS to link now.Peter Hutterer1-1/+1
2009-03-04synclient: XCloseDisplay doesn't like NULL-pointers.Peter Hutterer1-1/+1
2009-03-04syndaemon: disable XRecord by default.Peter Hutterer1-3/+3
2009-03-04syndaemon: use device properties unless SHM is requested.Peter Hutterer1-5/+88