<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grail.git/test/touch.c, 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>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>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>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>Touch API changes</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-07-20T13:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=eb896e11aacab5f53e3915a8d19ffffd92ce8e10'/>
<id>urn:sha1:eb896e11aacab5f53e3915a8d19ffffd92ce8e10</id>
<content type='text'>
Add touch time to the touch frame (Thanks Rafi)
Add touch change counters to the touch frame
Add event bypass callback

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>
