<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grail.git/test, 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>grail-gesture: Allow more versatile input</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-05T17:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=41be604bacf259d8dbcd6d5641fc3e6bb113dafc'/>
<id>urn:sha1:41be604bacf259d8dbcd6d5641fc3e6bb113dafc</id>
<content type='text'>
The current code does not allow input in hex form. This patch switches
to use strtoull, allowing for a 32/64 bitmask to be specified on
commandline.

Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
<entry>
<title>Rename and install test binaries</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-05T17:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=7559b3d7aa725cd75ee4e6746246205392fe1c0f'/>
<id>urn:sha1:7559b3d7aa725cd75ee4e6746246205392fe1c0f</id>
<content type='text'>
Install the test programs as grail-touch and grail-gesture.

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>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>
</feed>
