summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-31config: unconditionaly build synclient and syndaemon appsGaetan Nadon2-37/+15
2010-05-31man: Use Autoconf provided $(AM_V_GEN)$(SED)Gaetan Nadon1-4/+2
2010-05-31config: 50-synaptics.conf must be unconditionally distributedGaetan Nadon1-5/+3
2010-05-31config: use automake "dir" pattern for simplificationGaetan Nadon2-5/+4
2010-05-31config: close a loophole where user input means x server has a featureGaetan Nadon1-3/+4
2010-05-31config: fix warnings, m4 quoting and layoutGaetan Nadon2-66/+82
2010-05-31config: Upgrade X.Org macros to 1.4 for INSTALL file copyingGaetan Nadon1-2/+2
2010-05-31config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-05-31config: remove unrequired AC_HEADER_STDCGaetan Nadon1-3/+0
2010-05-31config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-05-31config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-05-31config: regroup macros and variables in the backend checkingGaetan Nadon1-10/+2
2010-05-31config: rework the synclient and syndaemon dependenciesGaetan Nadon3-53/+47
2010-05-25Bump to 1.2.99Peter Hutterer1-1/+1
2010-05-25Don't use libcwrappers for calloc and free.Peter Hutterer3-14/+14
2010-05-20Building syndaemon and synclient needs $(XI_CFLAGS) and $(AM_CFLAGS)Gabor Z. Papp1-0/+2
2010-05-11Remove psmcomm.h header - superfluous.Peter Hutterer3-31/+4
2010-05-10Reshuffle to handle dead area better.Peter Hutterer1-26/+48
2010-05-10Make scrollbuttons processing and property conditional on their existence.Peter Hutterer5-54/+103
2010-05-10move history storage from ComputeDeltas into HandleState.Peter Hutterer1-4/+4
2010-05-10Add NO_EDGE to the edge enum instead of using hardcoded 0.Peter Hutterer1-2/+3
2010-05-10Rename HandleClickWithFingers to handle_clickfinger.Peter Hutterer1-2/+2
2010-05-10Factor out updating the hardware state.Peter Hutterer1-23/+32
2010-05-10Use post_button_click to post doubleclicks.Peter Hutterer1-9/+4
2010-05-10Move scroll button handling out of HandleState.Peter Hutterer1-18/+26
2010-05-10When scrolling, hardcode the button/press release cycle.Peter Hutterer1-6/+6
2010-05-10Factor out up/down and left/right button scrolling from HandleState.Peter Hutterer1-25/+40
2010-05-10Move SHM hardware state update into a separate function.Peter Hutterer1-23/+33
2010-05-10Change condition the finger requirement obvious.Peter Hutterer1-2/+3
2010-05-10Add FIXME: where does the 13 come from?Peter Hutterer1-0/+1
2010-04-29Disable ClickFinger for touchpads with more than one physical button (#26079)Peter Hutterer1-3/+3
2010-04-16Add 50-synaptics.conf snippet.Peter Hutterer5-2/+23
2010-04-16eventcomm: use X_PROBED for kernel-probed values.Peter Hutterer1-5/+5
2010-04-05config: include files redundant in EXTRA_DISTGaetan Nadon1-1/+0
2010-03-18After closing the fd, reset it to -1.Peter Hutterer1-0/+1
2010-03-15Don't clobber the timer we just created.Adam Jackson1-1/+0
2010-02-15tools: use more appropriate CFLAGSGaetan Nadon1-1/+1
2010-02-10tools: add the main include directoryGaetan Nadon1-1/+1
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
2010-01-11configure: don't clobber CFLAGSJulien Cristau3-4/+2
2010-01-11synaptics: don't link the tools against `pkg-config --libs xorg-server`Julien Cristau1-9/+15
2010-01-07Restore user's setting when enabling touchpad.Hiroyuki Ikezoe1-20/+41
2009-12-28configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
2009-12-11Don't destroy the timer on DeviceOff.Adam Jackson1-2/+3
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-11-10INSTALL files are missing/incorrect #24206Gaetan Nadon3-115/+14
2009-11-10Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon1-21/+0
2009-11-10.gitignore: use common defaults with custom section # 24239Gaetan Nadon2-12/+67
2009-11-05Reduce SynapticsCtrl to a stub.Peter Hutterer1-9/+0
2009-11-05eventcomm: don't use the Xisb buffers for reading.Peter Hutterer1-12/+16