Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-11 | Start cleaning up the documentation | Christoph Brill | |
Many of the files contain redundant information. The plan is to remove most of the (maybe even all) and add the content to the man page. | |||
2008-06-06 | Move the current documents to the docs folder. | Christoph Brill | |
We should merge the interesting content to the manpages. | |||
2006-12-25 | merged first trackstick patch | Christian Thaeter | |
2006-04-09 | Added a link with information about horizontal scroll | Peter Osterlund | |
problems in Mozilla. | |||
2006-04-09 | Implemented pressure dependent motion speed. Patch from | Peter Osterlund | |
Stéphane Rosi <steph@via.ecp.fr>, somewhat modified by me. | |||
2006-04-09 | Fixed spelling error. | Peter Osterlund | |
2006-04-09 | Preparing to create a man page describing the parameters | Peter Osterlund | |
that control the synaptics driver. | |||
2006-04-09 | Added a "When will the driver be included in the XOrg | Peter Osterlund | |
distribution?" entry to the FAQ. | |||
2006-04-09 | In the FAQ, mention that the MaxTapTime and MaxTapMove | Peter Osterlund | |
parameters are located in the X config file. Suggested by Nathan Robertson <nathanr@lesmills.net.au>. | |||
2006-04-09 | Implemented coasting, ie the ability to automatically | Peter Osterlund | |
continue scrolling with the same speed in the same direction when the finger leaves the touchpad. | |||
2006-04-09 | Made it possible to disable tapping without disabling mouse | Peter Osterlund | |
movements. Added -t switch to syndaemon to disable only tapping in response to keyboard activity. | |||
2006-04-09 | Better palm detection options. Also reverts change | Peter Osterlund | |
f852ce43a236d35a2f587ec8e6a8d28e9e98fdbe. From Sean Dilda <agrajag@dragaera.net>. | |||
2006-04-09 | Added FastTaps option to make the driver react faster to | Peter Osterlund | |
tapping. | |||
2006-04-09 | Added an option to disable the palm detection heuristics. | Peter Osterlund | |
2006-04-09 | Added documentation explaining the meaning of the edge | Peter Osterlund | |
parameters. | |||
2006-04-09 | Added a FAQ entry about reset problems on some Compaq | Peter Osterlund | |
models. | |||
2006-04-09 | Added "DELL Inspiron 8200" to the compatibility list. | Peter Osterlund | |
(From Nicholas Porter <nporter@kcumb.edu>.) Also removed the corresponding FAQ entry since it is now obsolete. | |||
2006-04-09 | Fixed spelling error in the FAQ. | Peter Osterlund | |
2006-04-09 | Added a FAQ item about horizontal scrolling. | Peter Osterlund | |
2006-04-09 | Fixed a FAQ entry. It's the ClickTime parameter that | Peter Osterlund | |
controls the duration of a tap click in newer driver versions. | |||
2006-04-09 | Mention XOrg also in the README and INSTALL files. | Peter Osterlund | |
2006-04-09 | Added support for circular touchpads. Based on a patch from | Peter Osterlund | |
Axel G. Rossberg <Axel@Rossberg.net>. | |||
2006-04-09 | Corrected README file. Some synaptics touchpad models do | Peter Osterlund | |
have a middle mouse button. | |||
2006-04-09 | Added two parameters. | Peter Osterlund | |
MaxDoubleTapTime makes it easier to do fast double clicks. ClickTime adds a delay between the button down and button up events generated in response to a tap event. | |||
2006-04-09 | Mention XOrg in the web page, since the driver works fine | Peter Osterlund | |
with XOrg too. | |||
2006-04-09 | Added a "GuestMouseOff" parameter to disable the pass | Peter Osterlund | |
through device. (It's not entirely uncommon that the pointing stick is broken and generates bogus pointer movements.) From Moritz Maass <maass@informatik.tu-muenchen.de>. | |||
2006-04-09 | Updated documentation to reflect the fact the ALPS support | Peter Osterlund | |
no longer requires the 2.6 linux kernel. | |||
2006-04-09 | Updated the FAQ. | Peter Osterlund | |
2006-04-09 | Made it possible to have both circular scrolling and | Peter Osterlund | |
vertical/horizontal scrolling enabled at the same time. From Matthias Ihmig <m.ihmig@gmx.net>. | |||
2006-04-09 | Made it possible to disable vertical and horizontal | Peter Osterlund | |
scrolling by setting the corresponding parameter to zero. From Matthias Ihmig <m.ihmig@gmx.net>. | |||
2006-04-09 | Made it possible to use "edge motion" also when not | Peter Osterlund | |
dragging. From Matthias Ihmig <m.ihmig@gmx.net>. | |||
2006-04-09 | Added pressure dependent edge motion speed. From Matthias | Peter Osterlund | |
Ihmig <m.ihmig@gmx.net>. | |||
2006-04-09 | Added support for circular scrolling. From Alexei Gilchrist | Peter Osterlund | |
<alexei@physics.uq.edu.au>, with some cosmetic changes by me. | |||
2006-04-09 | The CONFIG_MOUSE_PS2_SYNAPTICS config option doesn't exist | Peter Osterlund | |
anymore. | |||
2006-04-09 | Fixed typo in the FAQ. (mkdev -> mknod). | Peter Osterlund | |
2006-04-09 | Mention that /dev/input/eventX device nodes are needed when | Peter Osterlund | |
using the driver with a 2.6 kernel. | |||
2006-04-09 | Made tap processing configurable. Patch from Justin Quek | Peter Osterlund | |
<quek@crhc.uiuc.edu>, cleaned up somewhat by me. | |||
2006-04-09 | Clarified that the EmulateMidButtonTime parameter affects | Peter Osterlund | |
the physical mouse buttons, not tapping. | |||
2006-04-09 | Clarified that the MinSpeed, MaxSpeed and AccelFactor | Peter Osterlund | |
parameters don't have any effect on scrolling speed. | |||
2006-04-09 | Added an explanation how the FingerLow, FingerHigh, | Peter Osterlund | |
MaxTapTime and MaxTapMove parameters affect tapping. | |||
2006-04-09 | Added the FAQ section from the web page to the README file. | Peter Osterlund | |
2006-04-09 | Restructured and updated the documentation. Created README | Peter Osterlund | |
file that replaces the FEATURES and PARAMETER files. |