<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack/keybinding-worker.cpp, branch opentrack-2.3.11-beta1</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.11-beta1</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.11-beta1'/>
<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: 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: fix permissions bits. no code changes.</title>
<updated>2016-05-04T05:26:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-05-04T05:26:43Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=172fcf201284af385b9cc7d140fffc5ed622fcb5'/>
<id>urn:sha1:172fcf201284af385b9cc7d140fffc5ed622fcb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api, main: implement new keybindings</title>
<updated>2016-04-29T07:21:23Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-04-29T07:21:10Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=3a7011ff73cce39ecacb4c5651c1a2dbda8eb10e'/>
<id>urn:sha1:3a7011ff73cce39ecacb4c5651c1a2dbda8eb10e</id>
<content type='text'>
The following keybindings are now implemented:

- restart tracking. if not started, starts.
- toggle (keep position) while key held
- zero (keep zero) while key held

The latter two options only work for Windows as libqxt doesn't support
them.

Closes #291
</content>
</entry>
<entry>
<title>api/joy: refresh only manually on certain events</title>
<updated>2015-12-17T21:52:54Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-17T21:52:54Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=3e543b11f57aa6c010045fb9614eb2638ac6ae81'/>
<id>urn:sha1:3e543b11f57aa6c010045fb9614eb2638ac6ae81</id>
<content type='text'>
Refresh joylist when new listener arrives, and when the joy singleton
just gets created. Enumerating joys all the time causes high CPU usage
for some of the users.

Issue: #279
Backtrace-by: @exulant
Reported-by: @aka2k
</content>
</entry>
<entry>
<title>api/keys: prevent idempotent keys</title>
<updated>2015-12-06T19:14:09Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T19:14:09Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d6eb142710e6ac307b4c5c0e0a54166852d71cbc'/>
<id>urn:sha1:d6eb142710e6ac307b4c5c0e0a54166852d71cbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/keys: use a fake window for DirectInput handle</title>
<updated>2015-12-06T04:15:07Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T04:15:07Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1aa7bceaed59770adeb389d6c4c8f5561d0e7402'/>
<id>urn:sha1:1aa7bceaed59770adeb389d6c4c8f5561d0e7402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/keys: nix tautological #ifdef</title>
<updated>2015-12-06T02:35:33Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T02:35:33Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0bd32bf56d5b31e7d7e8288b33f536158903e95e'/>
<id>urn:sha1:0bd32bf56d5b31e7d7e8288b33f536158903e95e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/keys: fix multiple shortcut receivers</title>
<updated>2015-12-05T22:30:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-05T22:30:43Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=578749c5b7f245aac08c4e514d2767dba059c4db'/>
<id>urn:sha1:578749c5b7f245aac08c4e514d2767dba059c4db</id>
<content type='text'>
We can't depend on std::vector's address of array subscript to remain
constant, duh.
</content>
</entry>
</feed>
