index
:
~cndougla/xf86-input-synaptics
clickpad-synaptics
clickpad-synaptics-ubuntu
clickpad-v2
clickpad-v2-ubuntu
fixes
master
multitouch
multitouch-synaptics
multitouch-synaptics-ubuntu
multitouch-ubuntu
synproto-license
Unnamed repository; edit this file 'description' to name the repository.
cndougla
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-16
Prefer multitouch over single-touch axis ranges
HEAD
master
Chase Douglas
1
-4
/
+41
2012-02-11
Filter touch events if two-finger scrolling is enabled
Chase Douglas
1
-2
/
+3
2012-02-11
Filter touch events if tap actions are enabled
Chase Douglas
1
-2
/
+2
2012-02-11
Filter touch events if click actions are enabled
Chase Douglas
1
-3
/
+13
2012-02-11
Move X touch event processing into synaptics.c
Chase Douglas
6
-152
/
+157
2012-02-11
Add open_slots array to SynapticsPrivate
Chase Douglas
2
-47
/
+74
2012-02-11
Add touch valuator mask to hw state structure
Chase Douglas
5
-9
/
+110
2012-02-11
Rename num_touches to max_touches
Chase Douglas
3
-4
/
+4
2012-02-10
Introduce SynapticsCopyHwState function
Chase Douglas
6
-5
/
+14
2012-02-10
Allocate priv->hwState
Chase Douglas
2
-10
/
+19
2012-02-10
Allocate SynapticsPrivate.comm->hwState
Chase Douglas
6
-4
/
+11
2012-02-10
Allocate SynapticsHwStruct for local function use
Chase Douglas
2
-7
/
+17
2012-02-10
Transition eventcomm-test to new SynapticsHwState instantiation scheme
Chase Douglas
2
-35
/
+72
2012-02-10
Introduce SynapticsHwStateAlloc() and SynapticsHwStateFree()
Chase Douglas
3
-0
/
+50
2012-02-10
Allocate proto data in eventcomm-test
Chase Douglas
3
-1
/
+18
2012-02-09
Revert "Replace the motion estimator"
Chase Douglas
1
-68
/
+4
2012-02-07
Submit the right number of MT axes
Peter Hutterer
1
-1
/
+2
2012-02-07
Merge branch 'fixes' of git://people.freedesktop.org/~cndougla/xf86-input-syn...
Peter Hutterer
1
-8
/
+99
2012-02-06
Don't initialize semi-multitouch devices for touch device class
fixes
Chase Douglas
1
-0
/
+10
2012-02-06
Don't initialize touch state if device does is not multitouch
Chase Douglas
1
-1
/
+7
2012-02-06
Don't emit touch sequences if only one touch is active
Chase Douglas
1
-7
/
+82
2012-02-07
eventcomm: Fix initialization code
Benjamin Otte
1
-2
/
+2
2012-02-06
Only move the cursor when one touch is on a touchpad
Chase Douglas
1
-3
/
+3
2012-02-06
Ensure delta computation does not go crazy
Chase Douglas
1
-0
/
+8
2012-02-06
Remove compiler warning: unused variable "atom"
Peter Hutterer
1
-1
/
+0
2012-02-04
synclient: fix indentation of "format mismatch" parameters
Peter Hutterer
1
-3
/
+3
2012-01-26
eventcomm: Add touch event handling
Chase Douglas
2
-22
/
+258
2012-01-26
eventcomm: Read evdev events from mtdev where multitouch is available
Chase Douglas
1
-1
/
+22
2012-01-26
eventcomm: Initialize touch device and axes
Chase Douglas
4
-6
/
+149
2012-01-26
Add touch device class support
Chase Douglas
3
-5
/
+80
2012-01-26
Allocate axis labels array dynamically
Chase Douglas
1
-1
/
+11
2012-01-06
Constify priv->device
Daniel Stone
2
-2
/
+2
2012-01-04
test: fix build error introduced in 9f9b55ab55ed5
Peter Hutterer
1
-1
/
+0
2012-01-04
Remove unused variable 'thr'
Peter Hutterer
1
-1
/
+0
2012-01-03
fix wrong finger width range
JJ Ding
1
-2
/
+1
2011-12-12
test: fix build errors introduced by upstream server change
Peter Hutterer
2
-5
/
+8
2011-12-12
Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn."
Cyril Brulebois
1
-20
/
+23
2011-12-01
If protocol is auto-dev and the device path is set, unset the protocol
Peter Hutterer
1
-0
/
+7
2011-12-01
Return true/false from SetDeviceAndProtocol
Peter Hutterer
1
-3
/
+4
2011-10-24
Use the scroll distances as increment for scrolling valuator axes
Peter Hutterer
2
-12
/
+26
2011-10-24
Scroll: Initial smooth scrolling support
Daniel Stone
2
-3
/
+66
2011-10-24
eventcomm: print strerror(errno), not of rc
Peter Hutterer
1
-1
/
+1
2011-10-18
Fix compiler warning - unused variable 'para'
Peter Hutterer
1
-1
/
+0
2011-10-18
Scroll: Prepare ScrollData for smooth scrolling
Daniel Stone
2
-85
/
+52
2011-10-18
Adjust acceleration scheme for input ABI v14
Daniel Stone
1
-3
/
+14
2011-10-12
test: wrap ABI 14 xf86OptionRec type changes
Peter Hutterer
2
-42
/
+48
2011-09-21
Extra buttons on Acer Ferrari 4000 laptop touchpad are not recognized
Casper Dik
1
-1
/
+1
2011-09-06
man: note that a PS/2 device is not supported
Peter Hutterer
1
-1
/
+3
2011-08-29
The correct maximum values for pressure and finger width
Alexandr Shadchin
1
-4
/
+4
2011-08-29
On/Off hooks to return boolean so we can bail out of the caller
Alexandr Shadchin
4
-9
/
+17
[next]