Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-04 | api: fix permissions bits. no code changes. | Stanislaw Halik | |
2016-04-29 | api, main: implement new keybindings | Stanislaw Halik | |
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 | |||
2015-12-06 | api, main: implement global shortcuts for controlling tracking | Stanislaw Halik | |
Issue: #252 That involves moving stuff around to get rid of circular dependencies. You need to bind keys to shortcuts again this once. | |||
2015-12-05 | api/shortcuts: no longer keep shortcuts hardcoded | Stanislaw Halik | |
2015-11-22 | work: use the centralized keypress worker | Stanislaw Halik | |
2015-07-20 | pass libs by reference | Stanislaw Halik | |
2015-07-07 | opentrack-api: add copyright notices | Stanislaw Halik | |
Code without a license defaults to having all rights reserved. | |||
2015-06-07 | plugin-support: make header-only, expose as public API | Stanislaw Halik | |
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects. | |||
2014-11-29 | implement zero shortcut | Stanislaw Halik | |
2014-11-05 | fix keyboard shortcuts on win32 change during trackingopentrack-2.3-20141105 | Stanislaw Halik | |
Used to become unusable if changed during tracking. | |||
2014-10-29 | work around global 'ptr' symbol clash with opencv | Stanislaw Halik | |
Issue: #89 Reported-by: @runningman84 | |||
2014-10-22 | whitespace onlyopentrack-2.3-prealpha-20141022_1 | Stanislaw Halik | |
2014-10-21 | workaround qxt-mini "shortcut failed to unregister" | Stanislaw Halik | |
2014-10-21 | ui: cleanup only | Stanislaw Halik | |
2014-10-20 | refactor 2/n | Stanislaw Halik | |
2014-10-20 | declutter stuff outta UI class | Stanislaw Halik | |
2014-10-20 | refactor 1/2 (?) | Stanislaw Halik | |