<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grail.git/src/grail-gestures.c, branch v1.0.16</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.16</id>
<link rel='self' href='https://bitmath.se/org/git/grail.git/atom?h=v1.0.16'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/'/>
<updated>2010-09-10T12:06:12+00:00</updated>
<entry>
<title>Allow slow tapping</title>
<updated>2010-09-10T12:06:12+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-09-10T11:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=fce9c3688b9a1d1fd24edc06da92609b02c2dcd7'/>
<id>urn:sha1:fce9c3688b9a1d1fd24edc06da92609b02c2dcd7</id>
<content type='text'>
For the benefit of hardware that cannot accurately meet the desirable
response times, allow for tapping times up to 300 ms.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Do not compute velocity until enough data is available</title>
<updated>2010-09-01T19:18:07+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-31T07:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=34e37fc3bcb136063cd25bc3ab124cb78644e39b'/>
<id>urn:sha1:34e37fc3bcb136063cd25bc3ab124cb78644e39b</id>
<content type='text'>
The first few ticks since a configuration change are not really
suited for velocity computation, so move the speed computation
over to the periodic sampling point.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Trim tapping timeouts</title>
<updated>2010-08-26T14:25:33+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-26T14:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=3cd78ffe61b4a5d6430b6453a8e3aa8247b70f6e'/>
<id>urn:sha1:3cd78ffe61b4a5d6430b6453a8e3aa8247b70f6e</id>
<content type='text'>
Reduce the tapping timeout to 200 ms.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add contact information to the property list</title>
<updated>2010-08-19T20:15:55+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-19T20:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=76f51a7675801acfe8e58c6a21192668d23d3320'/>
<id>urn:sha1:76f51a7675801acfe8e58c6a21192668d23d3320</id>
<content type='text'>
Add the five first contacts to the property list, and unify the
handling of all gesture types in this regard. To avoid duplication,
move the scaling of properties closer to the gesture recognizer.
Move all gesture event handling code to grail-event.c, simplifying
the structure somewhat.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Use the touch_caps directly rather than grail_get_units()</title>
<updated>2010-08-19T19:38:54+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-19T19:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=61d778784817e349e5ef7e419adfc0b521b7e33a'/>
<id>urn:sha1:61d778784817e349e5ef7e419adfc0b521b7e33a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify touch machinery</title>
<updated>2010-08-19T18:03:15+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-19T18:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=a704984e03d28b4be40e12c43be1b163bc9e09e2'/>
<id>urn:sha1:a704984e03d28b4be40e12c43be1b163bc9e09e2</id>
<content type='text'>
To be able to model touch information uniformly across all supported
devices, the semantics of the touch attributes has to be treated
explicitly. Drop the generic touch property array and replace it
by an actual structure. In addition, the touch-engine abstraction
turned out to not be needed, so drop it as well.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>split out bounding box computation</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:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=9b020a9c6ff875c5f6511b50480f07beabb9a694'/>
<id>urn:sha1:9b020a9c6ff875c5f6511b50480f07beabb9a694</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>janitor: conformant argument order in api</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:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=f8a8cef40683979055d54c720a2a251d273b04e7'/>
<id>urn:sha1:f8a8cef40683979055d54c720a2a251d273b04e7</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>change rotation units to angles</title>
<updated>2010-08-10T16:30:17+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-08-10T16:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/grail.git/commit/?id=5abd33f31af910fe1cbdd270bbd2c1342799b576'/>
<id>urn:sha1:5abd33f31af910fe1cbdd270bbd2c1342799b576</id>
<content type='text'>
Use angle units, such that a complete revolution corresponds
to 2 pi.

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