<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grail.git, 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>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>
<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>
</feed>
