<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack/shortcuts.cpp, branch opentrack-2.3.12</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.12</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.12'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2016-06-16T10:35:51Z</updated>
<entry>
<title>all: split "api" into "api" and "logic"</title>
<updated>2016-06-16T10:35:51Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-16T10:34:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0760fe011114fa440275b487eaf766b015f40e5b'/>
<id>urn:sha1:0760fe011114fa440275b487eaf766b015f40e5b</id>
<content type='text'>
Here, the "logic" module has all the stuff for building one's own
graphical user interface.

The "api" module has stuff used by other trackers.

While at it, each of "api", "logic", and "compat" need their own export
headers. This is because of preprocessor symbol clashes.

This is all because a change in the "gui"-only dependency required a
relink of all the trackers, protocols, and flters. It takes too long
when building in the release configuration. With the split, only the
"gui" module gets rebuilt. Since it has close to no static dependencies,
it's fast enough.
</content>
</entry>
<entry>
<title>api/shortcuts: use unsigned index where able</title>
<updated>2016-06-14T16:14:46Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-12T14:48:09Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=216e20c26442fc3f46644635986216e8efcb96e1'/>
<id>urn:sha1:216e20c26442fc3f46644635986216e8efcb96e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/shortcuts: only allow the exact modifier keys</title>
<updated>2016-05-26T15:39:50Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-26T15:39:50Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f906076ef1205387f52c03e8eed4ac2419c6d9a6'/>
<id>urn:sha1:f906076ef1205387f52c03e8eed4ac2419c6d9a6</id>
<content type='text'>
Requested-by: white_fang on BMS forum

Original message:

I've setup shift+f11/f12 to incerease/decrease f18's flaps , ... F11 and
F12 are free in BMS , 'donothing' action.
so I want ONLY F11 to toggle opentracks enable/disable (and only F12 to
re-center) , but it also reacts when in BMS and press SHIFT+F11 to
toggle flaps on f18
</content>
</entry>
<entry>
<title>api/shortcuts: unbreak "while held" keys on win32</title>
<updated>2016-05-15T10:57:59Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-15T10:57:25Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=dd79cbba8da99d16b9c8ecb7fd861e6b98080743'/>
<id>urn:sha1:dd79cbba8da99d16b9c8ecb7fd861e6b98080743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/shortcuts: appease "attribute unused but used" warning</title>
<updated>2016-05-15T10:57:59Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-15T10:57:49Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=fc35affa3b72b2a01b6a69f45253bea62f79a9e9'/>
<id>urn:sha1:fc35affa3b72b2a01b6a69f45253bea62f79a9e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/shortcuts: appease pointless compiler warnings</title>
<updated>2016-05-15T10:49:06Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-15T10:49:06Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e55842f6aed77738d34134c38ec571c397ea04f9'/>
<id>urn:sha1:e55842f6aed77738d34134c38ec571c397ea04f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api,gui: disable all keyboard shortcuts while binding a key</title>
<updated>2016-05-15T10:30:35Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-15T10:30:35Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=7ed453de4a77266e7e29f2f944b285b4fe3b248b'/>
<id>urn:sha1:7ed453de4a77266e7e29f2f944b285b4fe3b248b</id>
<content type='text'>
Previous disallowed binding an already-bound key on Unix since Qxt
doesn't pass through bound keys unlike the Windows implementation.

Refactor some common code.

The Windows implementation isn't even compile-tested.
</content>
</entry>
<entry>
<title>api/shortcuts: fix use-after-free on Linux and OSX</title>
<updated>2016-05-15T10:10:09Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-15T10:10:09Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2ab0343a75e165684dba64aea4b54a5abbe8086c'/>
<id>urn:sha1:2ab0343a75e165684dba64aea4b54a5abbe8086c</id>
<content type='text'>
Issue: #349
Valgrind: yes
</content>
</entry>
<entry>
<title>api: fix accidental removal of constness</title>
<updated>2016-05-15T09:10:13Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-04T06:25:20Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a880f2ae0460422ed0edc7095ffa209e2d8d9f59'/>
<id>urn:sha1:a880f2ae0460422ed0edc7095ffa209e2d8d9f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api: fix shortcuts for OSX and Linux</title>
<updated>2016-05-04T06:20:02Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-04T06:20:02Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=01b3ff0709003f4191760f53b14bebea4d88c3d9'/>
<id>urn:sha1:01b3ff0709003f4191760f53b14bebea4d88c3d9</id>
<content type='text'>
</content>
</entry>
</feed>
