Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-09 | Changed version to 0.14.3.v0.14.3 | Peter Osterlund | |
2006-04-09 | Preparing to create a man page describing the parameters | Peter Osterlund | |
that control the synaptics driver. | |||
2006-04-09 | Forgot to add usbhid to the Makefile in change | Peter Osterlund | |
0ca88facdfc56338aa9a38e2de38476579139ad0. | |||
2006-04-09 | Changed version to 0.14.2.v0.14.2 | Peter Osterlund | |
2006-04-09 | Use better permission modes in "make install". Patch from | Peter Osterlund | |
Mattia Dongili <malattia@gmail.com>. | |||
2006-04-09 | Changed version to 0.14.1.v0.14.1 | Peter Osterlund | |
2006-04-09 | Fix for build problems on Gentoo amd64 systems. | Peter Osterlund | |
* ARCH is defined to amd64, so make sure the Makefile handles that value correctly. * When using the local X includes, the lib64 directory was missing. Fixed this with a symlink. | |||
2006-04-09 | Changed version to 0.14.0.v0.14.0 | Peter Osterlund | |
2006-04-09 | The fix in change 2732d1ad9fb59937f14d5ec7d0a3f01a9444c843 was not | Peter Osterlund | |
complete. | |||
2006-04-09 | Another Makefile fix for x86_64 systems, from the FC3 RPM. | Peter Osterlund | |
2006-04-09 | Changed version to 0.13.6.v0.13.6 | Peter Osterlund | |
2006-04-09 | Changed version to 0.13.5.v0.13.5 | Peter Osterlund | |
2006-04-09 | Makefile fix for x86_64 systems. Some setups required LIBDIR | Peter Osterlund | |
to be set to lib64. Since this is OK for all x86_64 systems, always use LIBDIR=lib64 for x86_64 systems. | |||
2006-04-09 | Added a trouble-shooting guide explaining what to do about | Peter Osterlund | |
common installation problems. | |||
2006-04-09 | Makefile fix to auto-detect x86_64 systems. | Peter Osterlund | |
From Mattia Dongili <dongili@supereva.it>. | |||
2006-04-09 | Changed version to 0.13.4.v0.13.4 | Peter Osterlund | |
2006-04-09 | Makefile tweak to make it easier to build for x86_64. | Peter Osterlund | |
2006-04-09 | Changed version to 0.13.3.v0.13.3 | Peter Osterlund | |
2006-04-09 | Fixed Makefile dependency for change | Peter Osterlund | |
deb6ed66a951fd0fe892a08cd4f3f802140229ce. | |||
2006-04-09 | Added -V option to synclient to display the version number. | Peter Osterlund | |
Suggested by Stefan Kombrink <katakombi@web.de> for use in the GUI configuration tool. | |||
2006-04-09 | Added a LIBDIR Makefile variable to make it easier to build | Peter Osterlund | |
the driver on x86_64. | |||
2006-04-09 | Makefile optimization. Don't call check_gcc more than | Peter Osterlund | |
necessary. | |||
2006-04-09 | Pass -fno-pic to gcc if supported. The X driver loader can't | Peter Osterlund | |
load PIC code and some Gentoo users have configured gcc to generate PIC code by default. (Reported by Arturo Araya <Arturo_Araya@world.oberlin.edu>.) | |||
2006-04-09 | Changed version to 0.13.2.v0.13.2 | Peter Osterlund | |
2006-04-09 | Changed version to 0.13.1.v0.13.1 | Peter Osterlund | |
2006-04-09 | Changed version to 0.13.0.v0.13.0 | Peter Osterlund | |
2006-04-09 | Always rebuild the tar.bz2 file. (Some dependencies were | Peter Osterlund | |
missing and adding correct dependencies is not worth the trouble.) | |||
2006-04-09 | Added (untested) support for ALPS touchpads using the 2.4 | Peter Osterlund | |
linux kernel. | |||
2006-04-09 | Moved ps2_print_ident() forward declaration to ps2comm.h. | Peter Osterlund | |
2006-04-09 | Added (untested) support for the FreeBSD psm mouse driver. | Peter Osterlund | |
2006-04-09 | Updated Makefile dependencies. | Peter Osterlund | |
2006-04-09 | Moved testprotokoll.c to the test directory. | Peter Osterlund | |
2006-04-09 | Some work on abstracting out the protocol differences from | Peter Osterlund | |
synaptics.c to make supporting the FreeBSD psm driver possible. | |||
2006-04-09 | Implemented a proper state machine for tap and drag | Peter Osterlund | |
processing. This fixes several problems: * Double tap and drag now works. (Problem reported by Andrew Pimlott <andrew@pimlott.net>.) * Locked drags are handled correctly, even for button 2 and 3 tap-and-drag operations. * The [LR][TB]CornerButton and TapButton[123] parameters now work also for button values > 3. * The old code was too hard to understand. | |||
2006-04-09 | Added back support for the TOP makefile variable. | Peter Osterlund | |
2006-04-09 | Changed version to 0.12.5.v0.12.5 | Peter Osterlund | |
2006-04-09 | Changed version to 0.12.4.v0.12.4 | Peter Osterlund | |
2006-04-09 | Fixed "make clean" to also remove the distribution file. | Peter Osterlund | |
2006-04-09 | Added a "distribution" target to the Makefile. | Peter Osterlund | |
2006-04-09 | Automatically build using the 4.3 SDK if available. Patch | Peter Osterlund | |
from Paul Bender <pbender@qualcomm.com>. | |||
2006-04-09 | Added uninstall target to the Makefile. From Paul Bender | Peter Osterlund | |
<pbender@qualcomm.com>. | |||
2006-04-09 | Fixed "make clean" to remove ~ files in the manpages | Peter Osterlund | |
directory. | |||
2006-04-09 | Added DESTDIR support to the Makefile. From giorgio bellussi | Peter Osterlund | |
<giorgio.bellussi@infocamere.it> and adapted to the current Makefile version by me. | |||
2006-04-09 | Added proper Makefile dependencies for synclient.1 and | Peter Osterlund | |
syndaemon.1 so that they are re-installed if/when they are changed. | |||
2006-04-09 | Makefile cleanup. Removed DRIVER variable. Removed reference | Peter Osterlund | |
to undefined variable EXTRALIBRARYDEPS. | |||
2006-04-09 | Added manpages for synclient and syndaemon. Contributed by | Peter Osterlund | |
Mattia Dongili <dongili@supereva.it>. | |||
2006-04-09 | Only use the -fno-merge-constants compiler flag if the | Peter Osterlund | |
compiler understands it. | |||
2006-04-09 | Added "syndaemon", a program that monitors keyboard activity | Peter Osterlund | |
and disables touchpad tapping when the keyboard is being used. | |||
2006-04-09 | Added X include files so that the driver can be compiled | Peter Osterlund | |
without an external XFree86 source tree. | |||
2006-04-09 | Reverted change bbb485a01aa2b24638875c97f80121ddd027b6f2. It's better | Peter Osterlund | |
to build the binary for 4.2.0 because this will work for both 4.2 and 4.3. |