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
/
src
/
synaptics.c
Age
Commit message (
Expand
)
Author
2009-05-13
Add TapAndDragGesture option and gestures property.
Erkin Bahceci
2009-05-08
Purge SynapticsHWInfo stuff, move it into proto_data.
Peter Hutterer
2009-05-08
Add model-specific edges for appletouch.
Jeremy Huddleston
2009-05-05
Add TouchpadModel specifier and scale the edges accordingly. (#21214)
Peter Hutterer
2009-05-04
If QueryHardware failed, return that failure and clean up.
Peter Hutterer
2009-05-04
Only try to free the timer if it's actually there.
Peter Hutterer
2009-04-26
Remove un-used DeviceOn/Off hooks.
Peter Hutterer
2009-04-26
Remove Synaptics SHM configuration bits.
Peter Hutterer
2009-04-16
Allocate the timer early so we don't try to malloc it within a sigio handler.
Adam Jackson
2009-03-05
include xorg-server.h from all driver source files.
Peter Hutterer
2009-03-04
Don't auto-include xorg-server.h in config.h
Peter Hutterer
2009-02-20
change magic numbers to fractions
Marcel Dejean
2009-02-20
two-finger emulation through fingerWidth
Marcel Dejean
2009-02-17
Remove synSetFloatOption, use xf86SetRealOption instead.
Peter Hutterer
2008-12-12
Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988)
Peter Hutterer
2008-12-12
Auto-adjust right_edge for touchpads with hardware scroll area.
Fedor P. Goncharov (Fredy)
2008-12-03
change type of FastTaps option to bool
Fedor P. Goncharov (Fredy)
2008-12-03
Export synapticsModuleData
Magnus Kessler
2008-11-25
Stop two-finger scrolling if no finger is present.
Batchty
2008-11-25
Ignore moves during tap processing if no finger is down.
Batchty
2008-11-05
Only respect MaxTapMove when appropriate
Henrik Rydberg
2008-10-16
Provide default button emulation also for touchscreens
Henrik Rydberg
2008-10-13
properties: handle checkonly flag.
Henrik Rydberg
2008-10-10
Convert last remaining ErrorF to xf86Msg
Magnus Kessler
2008-10-09
Only include mipointer.h if supporting ancient XInput ABI version
Magnus Kessler
2008-10-07
Remove unused defines and includes
Magnus Kessler
2008-10-07
Re-introduce message about unsupported touchpad.
Magnus Kessler
2008-10-07
Clean up control-flow
Magnus Kessler
2008-10-03
Remove repeater functionality.
Magnus Kessler
2008-09-26
Adjust to new property API.
Peter Hutterer
2008-09-25
Corrections based on dimension analysis
Henrik Rydberg
2008-09-25
Init x/y valuators with the axis range - if we have any.
Christoph Brill
2008-09-17
Improved defaults based on capability detection and auto scaling
Henrik Rydberg
2008-09-17
Allow arbitrary ABS ranges
Henrik Rydberg
2008-09-17
ReadDevDimensions on opened device
Henrik Rydberg
2008-09-17
Autoscale also the MaxTapMove parameter
Henrik Rydberg
2008-09-17
Decompose SynapticsPreInit
Henrik Rydberg
2008-09-17
Introduce SynapticsUnInit
Henrik Rydberg
2008-09-10
Do not use stale option list pointers
Henrik Rydberg
2008-09-10
Optional: Set corner buttons to off by default
Henrik Rydberg
2008-09-10
Claim that we are a XI_TOUCHPAD, not a mouse.
Peter Hutterer
2008-09-09
Improve edge autodetection and accel.
Peter Hutterer
2008-09-09
Pre-probe the device (eventcomm only).
Peter Hutterer
2008-09-09
Don't lose button up event if timeout is cancelled in the same ReadInput cycle
Peter Hutterer
2008-09-09
Don't crash when neither Path nor Device are given.
Peter Hutterer
2008-09-07
Tighter default for MaxTapMove
Henrik Rydberg
2008-09-07
Disentangle two-finger tap and two-finger scrolling
Henrik Rydberg
2008-09-07
Fix the "No such device" problem when reloading a driver
Henrik Rydberg
2008-09-05
Fix build if we don't enable BUILD_EVENTCOMM.
Matthieu Herrb
2008-09-05
Fix build with non-property enabled servers.
Peter Hutterer
[next]