<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grail.git/include/grail.h, branch v1.0.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://bitmath.se/org/git/grail.git/atom?h=v1.0.0</id>
<link rel='self' href='https://bitmath.se/org/git/grail.git/atom?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/'/>
<updated>2010-08-05T20:48:38+00:00</updated>
<entry>
<title>make event units public in the api</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-05T13:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=8bbf06f8d0056ae30fdfaf260000e763fad2345c'/>
<id>urn:sha1:8bbf06f8d0056ae30fdfaf260000e763fad2345c</id>
<content type='text'>
Add grail_get_units() to the api, so so that applications can
extract the min/max coordinates used in the gesture events.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Add four-finger and five-finger gestures</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-05T10:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=d8e8d112aa907f8021ae99e6d7cd7856f1d90b70'/>
<id>urn:sha1:d8e8d112aa907f8021ae99e6d7cd7856f1d90b70</id>
<content type='text'>
Add four-finger and five-finger gestures, and move all gesture types
out to a separate file.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Correct mistake in api argument names</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-05T09:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=00f7895d101de2703dbcea3600a68c4f653a0378'/>
<id>urn:sha1:00f7895d101de2703dbcea3600a68c4f653a0378</id>
<content type='text'>
The bitmask passed to get_clients takes the number of bytes
in the bitmask as argument, not the number of types, as easily
assumed given the argument name. This patch changes the name
to type_bytes to avoid confusion.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Cleanup tapping and gesture code</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-04T20:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=88dada465e0fad35b5a535a042e0a93046ffff7c'/>
<id>urn:sha1:88dada465e0fad35b5a535a042e0a93046ffff7c</id>
<content type='text'>
Improved tapping quality with this patch.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Introduce tapping</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-04T14:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=697b5b5c7d2b1c46387061fcbed24cbee51d98ce'/>
<id>urn:sha1:697b5b5c7d2b1c46387061fcbed24cbee51d98ce</id>
<content type='text'>
Simplify some common parts of the recognizer code and add tapping
to the gesture suite.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Introduce zoom, rotate and combo gestures</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-03T13:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=d07c43f9f19dc0ee38aaf44947cfc396f437490e'/>
<id>urn:sha1:d07c43f9f19dc0ee38aaf44947cfc396f437490e</id>
<content type='text'>
Introduce grail_mask bit functions, and add new gestures as separate
functions, referring to the same move model.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Split the code into recognizer and inserter</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-07-29T13:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=e0eb1015bf30fd0913db571b000ba6a83ea22660'/>
<id>urn:sha1:e0eb1015bf30fd0913db571b000ba6a83ea22660</id>
<content type='text'>
Refactor code to make more room for gesture recognition. Also simplify
public headers.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Test implementation of grail api</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-07-26T11:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=b76660d71e2ea77752025089bd71deffad64e325'/>
<id>urn:sha1:b76660d71e2ea77752025089bd71deffad64e325</id>
<content type='text'>
This patch introduces the grail API, and a program to test it (evlink).

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Merge in fix of dev package. This patch moves header files around, and does not contain any logic changes.</title>
<updated>2010-08-05T20:48:37+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-07-20T10:01:32+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=3b9c20f869a2f55bd9953665c9e7fd713db4ff43'/>
<id>urn:sha1:3b9c20f869a2f55bd9953665c9e7fd713db4ff43</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Gesture Recognition And Instantiation Library (grail)</title>
<updated>2010-07-13T09:26:46+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-07-13T09:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=3b837806891de6cf77d4d74d04567e7e68c82fc0'/>
<id>urn:sha1:3b837806891de6cf77d4d74d04567e7e68c82fc0</id>
<content type='text'>
The aim of this first commit is to get down to hard testing of concepts,
and the library currently has two test programs, touch and grail,
which can be run on commandline. Touch tests the touch interface,
and grail tests the gesture interface.

Expect thinking errors and some glitches. Other than that, the code
runs fine.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
</feed>
