summaryrefslogtreecommitdiff
path: root/synclient.c
AgeCommit message (Expand)Author
2006-05-07Add new parameter "SingleTapTimeout".Vaclav Kadlcik
2006-04-09Implemented two-finger vertical and horizontal scrolling.Peter Osterlund
2006-04-09Implemented pressure dependent motion speed. Patch fromPeter Osterlund
2006-04-09Included driver version number in the shared memoryPeter Osterlund
2006-04-09Implemented new driver options LeftRightScrolling,Peter Osterlund
2006-04-09Improved the "synclient -h" text when running on a 2.6 linuxPeter Osterlund
2006-04-09Implemented coasting, ie the ability to automaticallyPeter Osterlund
2006-04-09Cosmetic changes.Peter Osterlund
2006-04-09Fixed off-by-one error (see also changePeter Osterlund
2006-04-09Made it possible to disable tapping without disabling mousePeter Osterlund
2006-04-09Support up to 12 (virtual) mouse buttons.Peter Osterlund
2006-04-09Better palm detection options. Also reverts changePeter Osterlund
2006-04-09Added FastTaps option to make the driver react faster toPeter Osterlund
2006-04-09Added an option to disable the palm detection heuristics.Peter Osterlund
2006-04-09Whitespace fixes.Peter Osterlund
2006-04-09Added support for circular touchpads. Based on a patch fromPeter Osterlund
2006-04-09Added -V option to synclient to display the version number.Peter Osterlund
2006-04-09Added two parameters.Peter Osterlund
2006-04-09Fixed compiler warnings when using the xorg sdk includePeter Osterlund
2006-04-09Added a "GuestMouseOff" parameter to disable the passPeter Osterlund
2006-04-09Moved the QueryHardware function to the protocol specificPeter Osterlund
2006-04-09Implemented a proper state machine for tap and dragPeter Osterlund
2006-04-09Some changes to make supporting FreeBSD easier. From ArnePeter Osterlund
2006-04-09Made it possible to disable vertical and horizontalPeter Osterlund
2006-04-09Made it possible to use "edge motion" also when notPeter Osterlund
2006-04-09Added pressure dependent edge motion speed. From MatthiasPeter Osterlund
2006-04-09The is_equal() function in synclient.c forgot to checkPeter Osterlund
2006-04-09Added support for middle mouse buttons. (Some ALPS touchpadsPeter Osterlund
2006-04-09Added copyright headers to synclient.c and syndaemon.c.Peter Osterlund
2006-04-09Added support for circular scrolling. From Alexei GilchristPeter Osterlund
2006-04-09Include time in the "synclient -m" output.Peter Osterlund
2006-04-09Made tap processing configurable. Patch from Justin QuekPeter Osterlund
2006-04-09Added pass through support. From David Kennedy and FredPeter Osterlund
2006-04-09Added an fflush() call after the printf in the monitor loopPeter Osterlund
2006-04-09Report all eight multi buttons in the synclient program.Peter Osterlund
2006-04-09Use case insensitive matching when setting parameters.Peter Osterlund
2006-04-09Implemented "locked drags", after a suggestion fromPeter Osterlund
2006-04-09Added support for the new 2.6 kernel events ABS_TOOL_WIDTH,Peter Osterlund
2006-04-09Made it possible to disable the touchpad at runtime. (PatchPeter Osterlund
2006-04-09Changed tab size from 4 to the standard value 8. ReindentedPeter Osterlund
2006-04-09Update from Hartwig Felger.Peter Osterlund
2006-04-09Rewrote timer handling so that the driver no longer dependsPeter Osterlund
2006-04-09Made the params[] array in synclient.c static.Peter Osterlund
2006-04-09Fixed incorrect usage text in synclient.Peter Osterlund
2006-04-09Updated the synclient program to make it possible to readPeter Osterlund
2006-04-09Fix use of uninitialized memory in synclient.c.Peter Osterlund
2006-04-09Remove shared memory segment when the X server terminates.Peter Osterlund
2006-04-09Build improvements.Peter Osterlund
2006-04-09Fixed compiler warning in synclient.c.Peter Osterlund
2006-04-09* Added z, w, left, right, up and down information to the shared memoryPeter Osterlund