<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitouch.git/Makefile, branch v1.0-alpha3</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-alpha3</id>
<link rel='self' href='https://bitmath.se/org/git/multitouch.git/atom?h=v1.0-alpha3'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/'/>
<updated>2010-04-15T04:11:46+00:00</updated>
<entry>
<title>Multitouch 1.0-alpha2</title>
<updated>2010-04-15T04:11:46+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-15T04:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=409903fbaa794beba980a0d9c6b3151171576a6f'/>
<id>urn:sha1:409903fbaa794beba980a0d9c6b3151171576a6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce Memory</title>
<updated>2010-04-15T04:10:07+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-10T21:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=223ba8b1b753e12a4826bacab282ab8dc7ba8689'/>
<id>urn:sha1:223ba8b1b753e12a4826bacab282ab8dc7ba8689</id>
<content type='text'>
Add the Memory structure to hold the multitouch parsing state.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Introduce the MTState</title>
<updated>2010-04-15T04:10:07+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-10T20:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=963d6f71bb64125603d59c8bb70eaeec38c6fd72'/>
<id>urn:sha1:963d6f71bb64125603d59c8bb70eaeec38c6fd72</id>
<content type='text'>
The HWState keeps, for good reason, both touching fingers and fingers
going away. However, this implies that additional logic is needed to
keep track of the number of actual touching fingers. In particular
the test for touching fingers is somewhat misplaced in hwstate.c.
Moreover, HWState should only exist in one instance, since it contains
data which does not need to be referred to during gesture extraction.

This patch introduces the MTState structure, which keeps more digested
data for gesture extraction. In particular, it only keeps the actual
touches.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Rename State to HWState</title>
<updated>2010-04-15T04:10:07+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-03-29T21:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=9c24576540ba57449c31bafcb8f4aab41b8623b7'/>
<id>urn:sha1:9c24576540ba57449c31bafcb8f4aab41b8623b7</id>
<content type='text'>
Rename the hardware state struct State to HWState, to make
room for additional state structures.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Multitouch 1.0-alpha1</title>
<updated>2010-04-15T04:07:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-15T04:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=7059d886007c71c34c02c9ad23498f740a85f5ef'/>
<id>urn:sha1:7059d886007c71c34c02c9ad23498f740a85f5ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ABI_XINPUT_VERSION &gt;= 7 support</title>
<updated>2010-01-28T20:03:46+00:00</updated>
<author>
<name>Andreas Nüßlein</name>
<email>nutz@unfoog.de</email>
</author>
<published>2010-01-17T18:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=508628ac685dba1051f024d8c09eeb8921fd3517'/>
<id>urn:sha1:508628ac685dba1051f024d8c09eeb8921fd3517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Gesture interface in place</title>
<updated>2008-11-09T03:20:53+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2008-11-09T03:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=b8f7fdfe1b8974a6677e73cfe7c83da70a35f4ae'/>
<id>urn:sha1:b8f7fdfe1b8974a6677e73cfe7c83da70a35f4ae</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>ok, fast (but not fastest) matcher in place, no check output...</title>
<updated>2008-11-06T22:01:41+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2008-11-06T22:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=d44b4794c679141a08fd802475bb542ecf5b7c51'/>
<id>urn:sha1:d44b4794c679141a08fd802475bb542ecf5b7c51</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>state added, now do the matching</title>
<updated>2008-11-06T16:18:16+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2008-11-06T16:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=63de72d8d810e3692c96c7385b497bb4d68ef54a'/>
<id>urn:sha1:63de72d8d810e3692c96c7385b497bb4d68ef54a</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>event loop works, buffer works, now look at synched event</title>
<updated>2008-11-06T15:00:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2008-11-06T15:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=3734c2c5dc65f41aa727d9d69201d604eab6e77d'/>
<id>urn:sha1:3734c2c5dc65f41aa727d9d69201d604eab6e77d</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
