<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grail.git/test/grail-gesture.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://bitmath.se/org/git/grail.git/atom?h=master</id>
<link rel='self' href='https://bitmath.se/org/git/grail.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/'/>
<updated>2011-01-02T08:48:33+00:00</updated>
<entry>
<title>Move test program to tools directory</title>
<updated>2011-01-02T08:48:33+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-30T18:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=ab67ba5e161c4d65128fc5eada6845a543464759'/>
<id>urn:sha1:ab67ba5e161c4d65128fc5eada6845a543464759</id>
<content type='text'>
The current test programs are tools rather than automatic tests. To
conform better to the the usage of "make check", move the current
tools over the appropriate directory. Also drop the grail-touch
program, as it will be replaced by the utouch-frame package.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Show all information for pass-through events</title>
<updated>2010-09-21T10:56:17+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-09-21T09:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=071ac522d04ce8bd099f4097627c4a526686df95'/>
<id>urn:sha1:071ac522d04ce8bd099f4097627c4a526686df95</id>
<content type='text'>
In grail-gesture, the timing information is missing. Remedied with
this patch.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Correct abs event handling</title>
<updated>2010-08-26T14:23:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-26T14:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=babe344373d036d57a270658d134d6c0b334f280'/>
<id>urn:sha1:babe344373d036d57a270658d134d6c0b334f280</id>
<content type='text'>
The current code lets abs events through during one-finger drags,
and tapping does not work properly due to abs events not always
being present during taps. Track the pointer position and emit abs
events only if no gestures are in effect, and only if not explicitly
filtered.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add grail_contact and a method to retrieve the current contacts</title>
<updated>2010-08-19T19:17:42+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-19T19:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=baf35a3b761172aeeefd7e761b7e29995a37a9e8'/>
<id>urn:sha1:baf35a3b761172aeeefd7e761b7e29995a37a9e8</id>
<content type='text'>
This patch adds the possibility to extract the current set of
contacts from the grail state.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>add a translation utility to grail</title>
<updated>2010-08-11T16:59:29+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-11T16:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=e944cd6a6cc64734642b531dac2b93fff0029fb9'/>
<id>urn:sha1:e944cd6a6cc64734642b531dac2b93fff0029fb9</id>
<content type='text'>
By calling the grail_set_bbox(), grail will do translation of api
coordinates and matching properties to an external coordinate system,
such as screen coordinates.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Filter abs events by default in grail-gesture</title>
<updated>2010-08-10T14:04:18+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-10T13:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=a9a0e2c02bdd6e9dfdff523705e7afcb47e82adb'/>
<id>urn:sha1:a9a0e2c02bdd6e9dfdff523705e7afcb47e82adb</id>
<content type='text'>
Also connect the timeout for press with the timeout of tapping.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>api: Rename gestures to conform to design docs</title>
<updated>2010-08-10T14:04:18+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-10T10:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=7be96df1c903c11711336c5ad1859b347ae4b661'/>
<id>urn:sha1:7be96df1c903c11711336c5ad1859b347ae4b661</id>
<content type='text'>
Use the names drag, pinch and rotate, and remove the combo gesture.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>initial bzr repo at rev 27</title>
<updated>2010-08-06T19:11:17+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-06T19:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=7db9d8d76ff61c4802ac15559dcea6fa54ff567a'/>
<id>urn:sha1:7db9d8d76ff61c4802ac15559dcea6fa54ff567a</id>
<content type='text'>
</content>
</entry>
</feed>
