Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-16 | all: split "api" into "api" and "logic" | Stanislaw Halik | |
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. | |||
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-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-10-26 | main: use camera-based centering by default | Stanislaw Halik | |
2015-10-02 | main: add relative and absolute center options | Stanislaw Halik | |
Closes #237 | |||
2015-08-28 | save axis opts, not just spline control points | Stanislaw Halik | |
This caused the "invert axis got switched on" bug. | |||
2015-07-22 | default to the most common protocol/filter pairopentrack-2.3-rc15 | Stanislaw Halik | |
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-06-06 | remove last mention to "second tracker" support | Stanislaw Halik | |
2015-05-31 | ui: introduce options dialog | Stanislaw Halik | |
Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog. | |||
2015-05-22 | all: implicitly cancel on form dialog close | Stanislaw Halik | |
2015-03-13 | initialize "s_main" bundle implicitly | Stanislaw Halik | |
2015-02-17 | shortcuts: allow customize whether to center on startup | Stanislaw Halik | |
Issue: #128 | |||
2014-12-18 | implement camera offset | Stanislaw Halik | |
2014-10-29 | rename invert option so old values don't exist anymore | Stanislaw Halik | |
2014-10-28 | hook up tray to build | Stanislaw Halik | |
Issue: #64 | |||
2014-10-28 | rename | Stanislaw Halik | |
2014-10-20 | refactor 1/2 (?) | Stanislaw Halik | |
2014-10-19 | fix link errors on win32 -only- | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |