summaryrefslogtreecommitdiff
path: root/tools/synclient.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-04synclient: fix indentation of "format mismatch" parametersPeter Hutterer1-3/+3
2011-07-11tools: don't include xserver-properties.hPeter Hutterer1-1/+0
2011-03-18Revert "Add synaptics orientation support"Peter Hutterer1-1/+0
2011-03-09Add synaptics orientation supportAapo Rantalainen1-0/+1
2011-01-17synclient.c: Replace old index() function with C89-standard strchr()Alan Coopersmith1-1/+1
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
2009-11-05synclient: if no option is specified, assume -lPeter Hutterer1-0/+3
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-26synclient: remove listing and modification of settings through SHM.Peter Hutterer1-233/+93
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 Hutterer1-2/+16
2009-03-04synclient: don't print driver's package version info.Peter Hutterer1-1/+0
2009-03-04synclient: XCloseDisplay doesn't like NULL-pointers.Peter Hutterer1-1/+1
2009-03-01synclient: print an error if we can't find the synaptics device.Peter Hutterer1-1/+3
2009-02-27synclient: define XATOM_FLOAT if missing from xserver-properties.Peter Hutterer1-0/+4
2009-02-27synclient: Fix build errors - BOOL isn't always available.Peter Hutterer1-3/+3
2009-02-26synclient: add support for device properties.Peter Hutterer1-86/+452
2009-02-26synclient: split shm_set_value into a parse_cmd.Peter Hutterer1-37/+54
2009-02-26synclient: clean up a bit, namespace shm functions.Peter Hutterer1-30/+36
2009-02-20two-finger emulation through fingerWidthMarcel Dejean1-0/+1
2008-10-09[sparse] Fix warnings about non-ANSI function declarationsMagnus Kessler1-2/+2
2008-10-09[sparse] Fix warnings about using plain integer as NULL pointerMagnus Kessler1-1/+1
2008-08-06Add support for reporting multiple fingers as different buttonsMildred Ki'lya1-0/+3
2008-07-23Move synclient and syndaemon into a /tools/ directory.Peter Hutterer1-0/+364