summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Handle a -Wstrict-prototypes/-Wold-style-definition pair of warningsAlan Coopersmith1-1/+1
2024-01-05Handle 5 -Wmissing-prototypes warningsAlan Coopersmith1-3/+3
2024-01-05Fix 185 -Wdiscarded-qualifiers warningsAlan Coopersmith1-2/+2
2024-01-05Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2021-04-09synclient: allow negative/large values for AreaLeftEdge etc.Pip Cet1-4/+4
2017-10-26Replace SA_ONESHOT with the more portable SA_RESETHAND.Luca Castagnini1-2/+2
2016-08-08syndaemon: enable touchpad when pressing a modifier comboAnton Lindqvist1-13/+37
2015-01-12Remove FastTap leftoversGabriele Mazzotta1-1/+0
2014-03-12Revert "Add another third state to TouchpadOff for disabling all but button c...Peter Hutterer2-27/+8
2014-02-24Add another third state to TouchpadOff for disabling all but button clicksPeter Hutterer2-8/+27
2014-02-18Revert "Drop circular pad support"Peter Hutterer1-0/+1
2014-01-17Revert "Purge scrollbuttons (repeat)"Peter Hutterer1-0/+7
2013-03-26syndaemon: list -? in help/man pagePeter Hutterer1-0/+2
2013-03-26synclient: support -? for usagePeter Hutterer1-1/+2
2013-03-26synclient: remove 'm' and 'h' from getopt and man pagePeter Hutterer1-1/+1
2013-03-26tools: drop -s listing in synclient's help output. SHM is gone.Peter Hutterer1-2/+2
2012-05-31tools: un-typedef TouchpadStatePeter Hutterer1-4/+4
2012-05-11tools: coasting speed is not capped at 20, cap it at 255Peter Hutterer1-1/+1
2012-05-10Move synaptics.h leftovers to synapticsstr.h, drop synaptics.hPeter Hutterer2-2/+2
2012-05-10Drop circular pad supportPeter Hutterer1-1/+0
2012-05-10Purge scrollbuttons (repeat)Peter Hutterer1-5/+0
2012-05-10Purge edge motionPeter Hutterer1-5/+0
2012-05-10Drop trackstick emulation modePeter Hutterer1-2/+0
2012-05-10Bury shm - or what was left of itPeter Hutterer1-120/+2
2012-05-10tools: undo indentation in synclient's parameter listPeter Hutterer1-123/+81
2012-05-10Indent consistentlyPeter Hutterer2-662/+732
2012-04-16Support inverted scroll direction.Alyssa Hung1-2/+2
2012-04-11tools: skip non-existing propertiesPeter Hutterer1-0/+9
2012-03-14Add soft button areas propertyChase Douglas1-0/+9
2012-03-14Add clickpad device propertyChase Douglas1-0/+1
2012-03-13tools: add hysteresis support to synclientPeter Hutterer1-0/+2
2012-02-21synclient: accept XA_CARDINAL as 32-bit type (#46330)Peter Hutterer1-2/+4
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