<feed xmlns='http://www.w3.org/2005/Atom'>
<title>frame.git, branch v1.0.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://bitmath.se/org/git/frame.git/atom?h=v1.0.2</id>
<link rel='self' href='https://bitmath.se/org/git/frame.git/atom?h=v1.0.2'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/'/>
<updated>2011-02-22T15:27:10+00:00</updated>
<entry>
<title>Bump to version 1.0.2</title>
<updated>2011-02-22T15:27:10+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-21T12:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=3b72f8b9db1e8569e66877b77914b0be6b992d43'/>
<id>urn:sha1:3b72f8b9db1e8569e66877b77914b0be6b992d43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable time-dependent filtering for current XI2.1</title>
<updated>2011-02-22T15:27:05+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-22T15:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=9bbf38540e13b326ac16bc152446c3c64ca20a06'/>
<id>urn:sha1:9bbf38540e13b326ac16bc152446c3c64ca20a06</id>
<content type='text'>
Velocity-adjusted positioning and Kalman filters depend on accurate
time stamps on events. Until we have device event times, disable this
functionality for XI2.1

Tested-by: Chase Douglas &lt;chase.douglas@canonical.com&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Fix ABS_MT_DISTANCE compilation conditional</title>
<updated>2011-02-22T14:54:37+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-22T14:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=c26c2afc720d615c72acd4f5f3debed285e0dcb8'/>
<id>urn:sha1:c26c2afc720d615c72acd4f5f3debed285e0dcb8</id>
<content type='text'>
The ABS_MT_DISTANCE is new, and the corresponding entry in
xserver-properties.h is even newer. Make compilation conditional on
the existence of those two defines.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Simplify XInput package test</title>
<updated>2011-02-22T14:54:37+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-22T14:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=69896eea1e93d5f777e3e522b212d92957574158'/>
<id>urn:sha1:69896eea1e93d5f777e3e522b212d92957574158</id>
<content type='text'>
The XI2.1 support is present in sufficiently recent xinput packages,
so simplify the testing accordingly.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Adjust to xi2 api changes</title>
<updated>2011-02-21T12:06:46+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2011-02-21T09:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=0b9380675caf5c80ec02e46cfc09496210f8ee12'/>
<id>urn:sha1:0b9380675caf5c80ec02e46cfc09496210f8ee12</id>
<content type='text'>
The touch event types have new names since February 2011. Modify
accordingly.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add functions to extract number of frames and slots</title>
<updated>2011-02-17T10:05:48+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-17T10:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=dca27172b0f27fd121ee43a7cc62176a84b44fc5'/>
<id>urn:sha1:dca27172b0f27fd121ee43a7cc62176a84b44fc5</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Add velocity estimate</title>
<updated>2011-02-16T17:20:14+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-16T17:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=d619da633517175ffa6977a80760673628f91583'/>
<id>urn:sha1:d619da633517175ffa6977a80760673628f91583</id>
<content type='text'>
The per-touch velocity is useful in many contexts. This patch
adds a simple estimator of the velocity, which also smooths out
position jumps caused by course-grained event updates.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Break out common display functions</title>
<updated>2011-02-16T17:07:57+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-16T17:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=7864e778cc10dbc2b0064f0f1953ef5389f0d68b'/>
<id>urn:sha1:7864e778cc10dbc2b0064f0f1953ef5389f0d68b</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Bump to v1.0.1</title>
<updated>2011-02-15T14:05:17+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-15T14:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=9394c8edc39063f4462bbfedbd4225f6c1aebc98'/>
<id>urn:sha1:9394c8edc39063f4462bbfedbd4225f6c1aebc98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optional XI2.1 support</title>
<updated>2011-02-15T13:48:57+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2011-02-15T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/frame.git/commit/?id=3244deffa1aedbb6c1af8c2dc993f1d771373c6a'/>
<id>urn:sha1:3244deffa1aedbb6c1af8c2dc993f1d771373c6a</id>
<content type='text'>
This patchs adds optional XI2.1 support to utouch-frame. The
utouch/frame-xi2.h header contains helper functions equivalent
to utouch/frame-mtdev.h. In addition, the device-to-screen mapping
is handled via XEvents and optionally XIPropertyEvent. The latter
allows free device placement via xinput set-prop, useful in multi-
head setups, thanks to Chase Douglas. Touch frame events can be tested
using the utouch-frame-test-xi2 tool. Use --with-xi to enable.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
