summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-01-05Handle a -Wstrict-prototypes/-Wold-style-definition pair of warningsAlan Coopersmith
2024-01-05Handle 5 -Wmissing-prototypes warningsAlan Coopersmith
2024-01-05Fix 185 -Wdiscarded-qualifiers warningsAlan Coopersmith
2024-01-05Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith
2021-04-09synclient: allow negative/large values for AreaLeftEdge etc.Pip Cet
2017-10-26Replace SA_ONESHOT with the more portable SA_RESETHAND.Luca Castagnini
2016-08-08syndaemon: enable touchpad when pressing a modifier comboAnton Lindqvist
2015-01-12Remove FastTap leftoversGabriele Mazzotta
2014-03-12Revert "Add another third state to TouchpadOff for disabling all but button c...Peter Hutterer
2014-02-24Add another third state to TouchpadOff for disabling all but button clicksPeter Hutterer
2014-02-18Revert "Drop circular pad support"Peter Hutterer
2014-01-17Revert "Purge scrollbuttons (repeat)"Peter Hutterer
2013-03-26syndaemon: list -? in help/man pagePeter Hutterer
2013-03-26synclient: support -? for usagePeter Hutterer
2013-03-26synclient: remove 'm' and 'h' from getopt and man pagePeter Hutterer
2013-03-26tools: drop -s listing in synclient's help output. SHM is gone.Peter Hutterer
2012-05-31tools: un-typedef TouchpadStatePeter Hutterer
2012-05-11tools: coasting speed is not capped at 20, cap it at 255Peter Hutterer
2012-05-10Move synaptics.h leftovers to synapticsstr.h, drop synaptics.hPeter Hutterer
2012-05-10Drop circular pad supportPeter Hutterer
2012-05-10Purge scrollbuttons (repeat)Peter Hutterer
2012-05-10Purge edge motionPeter Hutterer
2012-05-10Drop trackstick emulation modePeter Hutterer
2012-05-10Bury shm - or what was left of itPeter Hutterer
2012-05-10tools: undo indentation in synclient's parameter listPeter Hutterer
2012-05-10Indent consistentlyPeter Hutterer
2012-04-16Support inverted scroll direction.Alyssa Hung
2012-04-11tools: skip non-existing propertiesPeter Hutterer
2012-03-14Add soft button areas propertyChase Douglas
2012-03-14Add clickpad device propertyChase Douglas
2012-03-13tools: add hysteresis support to synclientPeter Hutterer
2012-02-21synclient: accept XA_CARDINAL as 32-bit type (#46330)Peter Hutterer
2012-02-04synclient: fix indentation of "format mismatch" parametersPeter Hutterer
2011-07-28syndaemon: Remove superfluous message.Peter Hutterer
2011-07-28syndaemon: document exit codes and change them to fall into categories.Peter Hutterer
2011-07-11tools: remove unrequired sdkdir include directiveGaetan Nadon
2011-07-11tools: don't include xserver-properties.hPeter Hutterer
2011-07-05Revert "build: sort building of tools, ensure that cross-pkg-config works."Gaetan Nadon
2011-07-05Revert "build: collapse all Makefile.am files into a single non-recursive one."Gaetan Nadon
2011-05-26syndaemon: don't compare against a null-property. (#37459)Peter Hutterer
2011-05-26syndaemon: add vim snippet for right indentation/tabstop, etc.Peter Hutterer
2011-05-26syndaemon: fix abysimal indentation in dp_get_device.Peter Hutterer
2011-05-15build: collapse all Makefile.am files into a single non-recursive one.Diego Elio Pettenò
2011-05-15build: sort building of tools, ensure that cross-pkg-config works.Diego Elio Pettenò
2011-04-18Drain XRecord connection of any events after handling repliesChase Douglas
2011-03-18Revert "Add synaptics orientation support"Peter Hutterer
2011-03-09Add synaptics orientation supportAapo Rantalainen
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