<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/gui/options-dialog.cpp, branch opentrack-2.3-rc21p5</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc21p5</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc21p5'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-12-06T05:20:56Z</updated>
<entry>
<title>gui/settings: set parent, otherwise not modal</title>
<updated>2015-12-06T05:20:56Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T05:20:56Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=da8ec5c60841a926874c9ef2c4fed0078d47ebc8'/>
<id>urn:sha1:da8ec5c60841a926874c9ef2c4fed0078d47ebc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui/settings: don't forget to show a modal dialog before executing</title>
<updated>2015-12-06T05:15:19Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T05:15:19Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2de0b6427d8d768771cf22686c1c3b65f15e2f40'/>
<id>urn:sha1:2de0b6427d8d768771cf22686c1c3b65f15e2f40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui/keys: allow for pausing global keystrokes for options dialog</title>
<updated>2015-12-06T04:14:07Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T04:14:07Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4e74d6edef94e4f2f7caae76088f91e9ee993fba'/>
<id>urn:sha1:4e74d6edef94e4f2f7caae76088f91e9ee993fba</id>
<content type='text'>
Toggling tracking while prompting for toggle tracking key causes a
deadlock somewhere.
</content>
</entry>
<entry>
<title>api, main: implement global shortcuts for controlling tracking</title>
<updated>2015-12-05T23:43:58Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-05T23:43:58Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=52b75a02aeeaf2c23f5af32fededf4e5fb24bade'/>
<id>urn:sha1:52b75a02aeeaf2c23f5af32fededf4e5fb24bade</id>
<content type='text'>
Issue: #252

That involves moving stuff around to get rid of circular dependencies.
You need to bind keys to shortcuts again this once.
</content>
</entry>
<entry>
<title>api/shortcuts: no longer keep shortcuts hardcoded</title>
<updated>2015-12-05T22:32:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-05T22:32:43Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=86708a2311c1a3efd975798ff42d934eea0078ed'/>
<id>urn:sha1:86708a2311c1a3efd975798ff42d934eea0078ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options: stringify keyboard mods for joy buttons</title>
<updated>2015-11-11T14:29:07Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-11T14:29:07Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e8edf8b4498ff79ae62751cadb9b61ac6569e25d'/>
<id>urn:sha1:e8edf8b4498ff79ae62751cadb9b61ac6569e25d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shortcuts: map joystick buttons on depress only</title>
<updated>2015-11-11T12:44:45Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-11T12:44:45Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=17849b12f232c89bdae16f7e179d3a92a32280ad'/>
<id>urn:sha1:17849b12f232c89bdae16f7e179d3a92a32280ad</id>
<content type='text'>
Some buttons like the X65 mode switch are held all the time. Prevent
them from hogging all the keybindings.

Issue: #118
</content>
</entry>
<entry>
<title>allow for binding joystick buttons to shortcut functions</title>
<updated>2015-11-11T05:14:00Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-11T05:14:00Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2d90e4039c6dd1aab00c738f9bbc70a4949cd583'/>
<id>urn:sha1:2d90e4039c6dd1aab00c738f9bbc70a4949cd583</id>
<content type='text'>
Win32 only

Issue: #118
</content>
</entry>
<entry>
<title>options-dialog: add missing include</title>
<updated>2015-11-01T10:44:10Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-01T10:44:10Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1e9579290745f1d375c4ab8b42f710cb1249bcec'/>
<id>urn:sha1:1e9579290745f1d375c4ab8b42f710cb1249bcec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename gui directory</title>
<updated>2015-10-30T07:39:33Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-30T07:34:40Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2160e39a4f3d5198eafbb483671583a5a0b51eaa'/>
<id>urn:sha1:2160e39a4f3d5198eafbb483671583a5a0b51eaa</id>
<content type='text'>
</content>
</entry>
</feed>
