<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grail.git/src/Makefile.am, branch v1.0.1</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.1</id>
<link rel='self' href='https://bitmath.se/org/git/grail.git/atom?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/'/>
<updated>2010-08-06T12:33:32+00:00</updated>
<entry>
<title>Remove thread code</title>
<updated>2010-08-06T12:33:32+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-06T12:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=3b6bc1a7dc5871aef2c47426f87bb409a622de29'/>
<id>urn:sha1:3b6bc1a7dc5871aef2c47426f87bb409a622de29</id>
<content type='text'>
The primary usecase of grail involves using it together with the
xserver, which is not threaded. Revert the touch-dev code back to
the state prior to adding the threaded processing. Deferred event
handling can be implemented by other means when needed.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Prepare a proper upstream package</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-05T18:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=40d6c7304cf431f13bfe81600656b268c881a4a2'/>
<id>urn:sha1:40d6c7304cf431f13bfe81600656b268c881a4a2</id>
<content type='text'>
Make sure that tarballs can be made, and change the version to 1.0.

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>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>Introduce threading</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-07-30T13:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=342a43e7b2ceec1dd200bffa24b052fec33f5bdc'/>
<id>urn:sha1:342a43e7b2ceec1dd200bffa24b052fec33f5bdc</id>
<content type='text'>
In order to enable deferred events from grail, but the event
processing in a separate thread, and have the calling thread return
as quickly as possible.

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>Configure fixes</title>
<updated>2010-08-05T20:48:37+00:00</updated>
<author>
<name>Stephen M. Webb</name>
<email>stephen.webb@bregmasoft.ca</email>
</author>
<published>2010-07-13T08:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=7c277ee54e7d0ea0c44b304897049a01e2d1a44a'/>
<id>urn:sha1:7c277ee54e7d0ea0c44b304897049a01e2d1a44a</id>
<content type='text'>
Adds the mtdev package dependency and fix some smaller issues.

Signed-off-by: Stephen M. Webb &lt;stephen.webb@bregmasoft.ca&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
</feed>
