index
:
driver/xf86-input-synaptics
master
obsd
synaptics-1.6-branch
synaptics-1.7-branch
synaptics touchpad input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
syndaemon.c
Age
Commit message (
Expand
)
Author
2024-01-05
Handle 5 -Wmissing-prototypes warnings
Alan Coopersmith
2017-10-26
Replace SA_ONESHOT with the more portable SA_RESETHAND.
Luca Castagnini
2016-08-08
syndaemon: enable touchpad when pressing a modifier combo
Anton Lindqvist
2014-03-12
Revert "Add another third state to TouchpadOff for disabling all but button c...
Peter Hutterer
2014-02-24
Add another third state to TouchpadOff for disabling all but button clicks
Peter Hutterer
2013-03-26
syndaemon: list -? in help/man page
Peter Hutterer
2012-05-31
tools: un-typedef TouchpadState
Peter Hutterer
2012-05-10
Move synaptics.h leftovers to synapticsstr.h, drop synaptics.h
Peter Hutterer
2012-05-10
Indent consistently
Peter Hutterer
2011-07-28
syndaemon: Remove superfluous message.
Peter Hutterer
2011-07-28
syndaemon: document exit codes and change them to fall into categories.
Peter Hutterer
2011-05-26
syndaemon: don't compare against a null-property. (#37459)
Peter Hutterer
2011-05-26
syndaemon: add vim snippet for right indentation/tabstop, etc.
Peter Hutterer
2011-05-26
syndaemon: fix abysimal indentation in dp_get_device.
Peter Hutterer
2011-04-18
Drain XRecord connection of any events after handling replies
Chase Douglas
2011-02-17
syndaemon: reset idle time if the system time has changed (#31968)
Peter Hutterer
2011-01-17
syndaemon.c: Add #include <string.h>
Alan Coopersmith
2010-12-06
syndaemon: decouple background mode from quietness
Alessandro Guido
2010-05-31
config: rework the synclient and syndaemon dependencies
Gaetan Nadon
2010-01-07
Restore user's setting when enabling touchpad.
Hiroyuki Ikezoe
2009-04-26
syndaemon: remove SHM code - properties only from now on.
Peter Hutterer
2009-03-23
Don't fail when building against server 1.5
Peter Hutterer
2009-03-04
syndaemon: disable XRecord by default.
Peter Hutterer
2009-03-04
syndaemon: use device properties unless SHM is requested.
Peter Hutterer
2009-03-04
syndaemon: if we wanted XRECORD, but it failed, exit.
Peter Hutterer
2009-03-04
syndaemon: move shm code into shm_init().
Peter Hutterer
2009-03-04
syndaemon: remove enable/disable_touchpad(), use toggle_touchpad instead
Peter Hutterer
2009-03-02
syndaemon: fix minor typo in --help output.
Peter Hutterer
2009-01-12
use Xrecord extension for event triggered key event notification
Andre Herms
2008-10-30
Revert "[syndaemon] use Xrecord extension in syndaemon to avoid polling."
Christoph Brill
2008-10-30
Revert "[syndaemon] switch over to input properties"
Christoph Brill
2008-10-16
[syndaemon] switch over to input properties
William Grant
2008-10-16
[syndaemon] use Xrecord extension in syndaemon to avoid polling.
Andre Herms
2008-10-09
[sparse] Fix warnings about non-ANSI function declarations
Magnus Kessler
2008-10-09
[sparse] Fix warnings about using plain integer as NULL pointer
Magnus Kessler
2008-09-05
syndaemon: fix BSD-specific build issues (signal related)
Matthieu Herrb
2008-07-23
Move synclient and syndaemon into a /tools/ directory.
Peter Hutterer