<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitouch.git/src/multitouch.c, branch v1.0-alpha2</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.
</subtitle>
<id>https://bitmath.se/org/git/multitouch.git/atom?h=v1.0-alpha2</id>
<link rel='self' href='https://bitmath.se/org/git/multitouch.git/atom?h=v1.0-alpha2'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/'/>
<updated>2010-04-15T04:10:08+00:00</updated>
<entry>
<title>Define swipe gestures</title>
<updated>2010-04-15T04:10:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-14T14:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=2e51d27cf6e1380e7bf4744215bf16243af2829d'/>
<id>urn:sha1:2e51d27cf6e1380e7bf4744215bf16243af2829d</id>
<content type='text'>
Define three-finger vertical and horizontal scroll as vertical and
horizontal swipe gestures.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Define swipe buttons</title>
<updated>2010-04-15T04:10:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-11T12:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=e5bff8354652f5798d1906004150790377abc775'/>
<id>urn:sha1:e5bff8354652f5798d1906004150790377abc775</id>
<content type='text'>
Define four additional buttons to be used for swiping gestures.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Break out scrolling code</title>
<updated>2010-04-15T04:10:08+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-04-11T12:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=4846c7cefc0a03ac69576ccebdb8e16055c57461'/>
<id>urn:sha1:4846c7cefc0a03ac69576ccebdb8e16055c57461</id>
<content type='text'>
Move the duplicated scrolling code to a function.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Reverse the order of the hscroll buttons</title>
<updated>2010-04-15T04:10:07+00:00</updated>
<author>
<name>Arturo Castro</name>
<email>arturo@openframeworks.cc</email>
</author>
<published>2010-03-28T08:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=173d728d812e78b299cbc9475fc237b9023eee2b'/>
<id>urn:sha1:173d728d812e78b299cbc9475fc237b9023eee2b</id>
<content type='text'>
The horizontal three-finger swipe is currently defined
in the opposite direction to what is considered normal.
This patch reverses the order of the emitted buttons,
restoring normality.

Signed-off-by: Arturo Castro &lt;arturo@openframeworks.cc&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Introduce convenience function for device dimensions</title>
<updated>2010-03-21T13:56:09+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-03-18T20:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=14f65b1a3ddee4e70dc4c67234c3fccdd647af96'/>
<id>urn:sha1:14f65b1a3ddee4e70dc4c67234c3fccdd647af96</id>
<content type='text'>
The capability names are rather lengthy; this patch adds convenience
functions for the dimension capabilities.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>janitor: stick to kernel-style formatting</title>
<updated>2010-02-01T21:03:33+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-02-01T21:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=f0b1dbdc00bda57c62199cbdc44acbadbb1121b0'/>
<id>urn:sha1:f0b1dbdc00bda57c62199cbdc44acbadbb1121b0</id>
<content type='text'>
With this commit, the whole code base complies with the
kernel format style, and patches can be checked against
the kernel-provided ./scripts/checkpatch.pl
</content>
</entry>
<entry>
<title>button: simplify property mapping</title>
<updated>2010-02-01T19:44:43+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-02-01T19:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=d1117c8645fc4c0e2ccf0873fcf692c3ffa8b139'/>
<id>urn:sha1:d1117c8645fc4c0e2ccf0873fcf692c3ffa8b139</id>
<content type='text'>
Janitory changes only.
</content>
</entry>
<entry>
<title>button: simplify button handling</title>
<updated>2010-02-01T19:44:43+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-02-01T19:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=011634a6f8df4fb6b6c24dc173680b96c7fb16f1'/>
<id>urn:sha1:011634a6f8df4fb6b6c24dc173680b96c7fb16f1</id>
<content type='text'>
Make better use of the bit representation, reducing one
layer of conversion.
</content>
</entry>
<entry>
<title>Revert "sweep feels better without memory"</title>
<updated>2010-02-01T13:44:57+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-02-01T13:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=8dcaab4219c3827c0661917542a28b1276703d8b'/>
<id>urn:sha1:8dcaab4219c3827c0661917542a28b1276703d8b</id>
<content type='text'>
Really too specialized behavior, so better off without it.

This reverts commit e880479ff29e57d8b47f08f620b4bccdd2683aa5.
</content>
</entry>
<entry>
<title>dangling pointer breaking resume from suspend; fixed</title>
<updated>2010-01-30T15:52:38+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@alnilam.(none)</email>
</author>
<published>2010-01-30T15:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/multitouch.git/commit/?id=2d291a123fe6a83f50cf7b93bceea872ab342d18'/>
<id>urn:sha1:2d291a123fe6a83f50cf7b93bceea872ab342d18</id>
<content type='text'>
</content>
</entry>
</feed>
