<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grail.git, 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:39:27+00:00</updated>
<entry>
<title>grail v1.0.1</title>
<updated>2010-08-06T12:39:27+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-06T12:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=4af2240c46ea401ce259f1c4c1401b335b397987'/>
<id>urn:sha1:4af2240c46ea401ce259f1c4c1401b335b397987</id>
<content type='text'>
</content>
</entry>
<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>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>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>tapping: Cancel multi-finger taps when moving</title>
<updated>2010-08-05T20:48:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-05T12:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=d5f810a0d3e0013a76136750eaff825ceec099a2'/>
<id>urn:sha1:d5f810a0d3e0013a76136750eaff825ceec099a2</id>
<content type='text'>
Cancel multi-finger taps when multi move is active, to avoid accidental
tapping during quick gestures.

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>tapping: Cancel early in case of one-finger movement</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:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=d7d89e2afae9151f4d16aa71a99eedbf920ecc1a'/>
<id>urn:sha1:d7d89e2afae9151f4d16aa71a99eedbf920ecc1a</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.org&gt;
</content>
</entry>
</feed>
