<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitouch.git/src/mtouch.h, 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-05-13T23:41:39+00:00</updated>
<entry>
<title>Refactor parsor memory usage</title>
<updated>2010-05-13T23:41:39+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-05-13T23:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=c8c74659d27b9eb0d45342db9a4969389e20f26a'/>
<id>urn:sha1:c8c74659d27b9eb0d45342db9a4969389e20f26a</id>
<content type='text'>
Add the bitmasks "fingers" and "added" to parsor memory, and extend
time handling to use a hold time and a forget time.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</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>janitor: stick to kernel-style formatting</title>
<updated>2010-02-01T21:03:33+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-02-01T21:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=f0b1dbdc00bda57c62199cbdc44acbadbb1121b0'/>
<id>urn:sha1:f0b1dbdc00bda57c62199cbdc44acbadbb1121b0</id>
<content type='text'>
With this commit, the whole code base complies with the
kernel format style, and patches can be checked against
the kernel-provided ./scripts/checkpatch.pl
</content>
</entry>
<entry>
<title>License and credits resolved</title>
<updated>2010-01-30T14:03:39+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-01-30T14:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=0e711b50d648fd724a9c09da7f1f0317fdeb269f'/>
<id>urn:sha1:0e711b50d648fd724a9c09da7f1f0317fdeb269f</id>
<content type='text'>
All files are tagged as GPL, and a CREDIT file created with
references to the synaptics X driver and the matching code,
under their respective MIT and BSD licenses.
</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>cleanup</title>
<updated>2008-11-08T14:10:49+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2008-11-08T14:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b'/>
<id>urn:sha1:9f6a75a35de8d05a8ae2e8b5d5cd10d960d4de4b</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>
