<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitouch.git/src, branch v1.0-rc3</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.
</subtitle>
<id>https://bitmath.se/org/git/multitouch.git/atom?h=v1.0-rc3</id>
<link rel='self' href='https://bitmath.se/org/git/multitouch.git/atom?h=v1.0-rc3'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/'/>
<updated>2011-03-25T13:34:43+00:00</updated>
<entry>
<title>Four finger swipes in multitouch</title>
<updated>2011-03-25T13:34:43+00:00</updated>
<author>
<name>Daniel Landau</name>
<email>daniel.landau@helsinki.fi</email>
</author>
<published>2011-03-12T18:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=4d87c041f6a232aa30528d70d4b9946d1824b4ed'/>
<id>urn:sha1:4d87c041f6a232aa30528d70d4b9946d1824b4ed</id>
<content type='text'>
I think four finger swipes are useful, attached is a very
simple patch enabling that.

Signed-off-by: Daniel Landau &lt;daniel.landau@helsinki.fi&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add missing thumb reset at state extraction</title>
<updated>2011-02-13T08:54:47+00:00</updated>
<author>
<name>Dennis Jarosch</name>
<email>dennis.jarosch@gmx.de</email>
</author>
<published>2011-02-10T07:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=161026ce49526593d0ebfd96a7c087e3e1b0f9f5'/>
<id>urn:sha1:161026ce49526593d0ebfd96a7c087e3e1b0f9f5</id>
<content type='text'>
Fixes the bug that stopped tapped clicks from working when two thumbs
were detected, by initializing the thumb variable for every new state.

Signed-off-by: Dennis Jarosch &lt;dennis.jarosch@gmx.de&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Fix event flood in tap handling</title>
<updated>2011-02-13T08:54:45+00:00</updated>
<author>
<name>Dennis Jarosch</name>
<email>dennis.jarosch@gmx.de</email>
</author>
<published>2011-02-10T07:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=1db2e14bed379bbf1c5f3140a903437b146c5cce'/>
<id>urn:sha1:1db2e14bed379bbf1c5f3140a903437b146c5cce</id>
<content type='text'>
Fixes the bug that flooded the X server with button events, by
initializing the Gestures struct before handling taps.

Signed-off-by: Dennis Jarosch &lt;dennis.jarosch@gmx.de&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Support palm detection for trackpads without width support</title>
<updated>2010-10-16T14:26:51+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-10-16T14:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=9b60b3ec355f91cad0323b4063267056c3971a90'/>
<id>urn:sha1:9b60b3ec355f91cad0323b4063267056c3971a90</id>
<content type='text'>
The Magic Trackpad does not report both touch and width of a finger,
making thumb/palm detection less reliable. Approximate thumb detection
as a large oval object, restoring some of the thumb functionality.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Turn tapping on by default</title>
<updated>2010-10-16T14:26:49+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-10-16T12:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=f7ddb42644c428c6b375107864b7ad435c2988d8'/>
<id>urn:sha1:f7ddb42644c428c6b375107864b7ad435c2988d8</id>
<content type='text'>
The current lack of configuration possibilities makes it reasonable to
turn tapping on by default, if nothing else for discoverability
reasons. Turn turn off, just change the value in src/memory.c.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Do not grab by default</title>
<updated>2010-10-16T14:26:47+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-10-16T12:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=8e156a03b221f8857778b9e91d8ea07852b866e2'/>
<id>urn:sha1:8e156a03b221f8857778b9e91d8ea07852b866e2</id>
<content type='text'>
Grabbing the device has some historic virtues, but to simplify
experimentation with devices and multitouch data, turn the device
grabbing of by default.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Adjust thumb detection based on kernel touch width alignment</title>
<updated>2010-10-16T14:26:20+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-10-16T14:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=f8f6d88082766d060d30db57962f9a6d7d338c52'/>
<id>urn:sha1:f8f6d88082766d060d30db57962f9a6d7d338c52</id>
<content type='text'>
Recently, a set of kernel drivers were updated to align the
reported touch size with actual physical size. Consequently,
the thumb detection, which contains an absolute size component,
needs to be updated. Remedied with this patch.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Enable integrated button support for the Magic Trackpad</title>
<updated>2010-10-16T09:32:41+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-10-16T09:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=5a3cacc6ced0e0ab8831e13b470af1ab0bea3941'/>
<id>urn:sha1:5a3cacc6ced0e0ab8831e13b470af1ab0bea3941</id>
<content type='text'>
The magic trackpad has an integrated button. This patch detects
the integrated button which enables the special logic for those devices.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Use a non-blocking example instead of blocking</title>
<updated>2010-10-12T13:39:43+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-17T23:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=8b621e667dda08a127e3028a2e03d5ed619b9499'/>
<id>urn:sha1:8b621e667dda08a127e3028a2e03d5ed619b9499</id>
<content type='text'>
The non-blocking example is more interesting in the X applications.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Improve error handling in mtouch open and close</title>
<updated>2010-10-12T13:39:31+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-17T23:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=ffb67f4795ace2d6d9f5890faae60b97e18f84fb'/>
<id>urn:sha1:ffb67f4795ace2d6d9f5890faae60b97e18f84fb</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
