summaryrefslogtreecommitdiff
path: root/synclient.c
AgeCommit message (Expand)Author
2008-06-06Start reorganizing the source treeChristoph Brill
2007-07-06Implement "corner coasting".Joseph P. Skudlarek
2007-07-06Update my copyright information.Peter Osterlund
2007-07-06Repair mismatch between driver and client regarding parameter names.Joseph P. Skudlarek
2007-06-03Align the "synclient -l" output.Peter Osterlund
2007-05-17Add a timeout to locked drags.Florian Loitsch
2007-04-11Add a config option to prevent the driver from grabbing the eventPeter Osterlund
2007-01-29Made the TrackstickSpeed option give the same speed independently ofPeter Osterlund
2007-01-28Rename the TrackstickAccelFactor option to TrackstickSpeed.Peter Osterlund
2006-12-25removed exp_acclChristian Thaeter
2006-12-25merged first trackstick patchChristian Thaeter
2006-12-17Implement 2-finger emulation for ALPS touchpads.Ingmar Ellenberger
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