Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-28 | start renaming internal macros as OPENTRACK_* to OTR_* | Stanislaw Halik | |
2016-11-18 | pose-widget: avoid impl namespace clash | Stanislaw Halik | |
2016-11-12 | pose-widget, logic/tracker: adjust euler helpers usage | Stanislaw Halik | |
2016-11-03 | move simple-mat from logic to compat to simplify dependencies | Stanislaw Halik | |
2016-10-05 | api, cv, gui, pose-widget: remove window visibility check | Stanislaw Halik | |
Causes freezes on multiple displays. Reported and tested in realtime by: @kzfr | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-10 | pose-widget, gui: allow for drawing regardless if window visible | Stanislaw Halik | |
2016-08-08 | gui: make octopus pitch the right way | Stanislaw Halik | |
2016-07-25 | logic, pose-widget: fix following simple-mat move | Stanislaw Halik | |
2016-07-23 | pose-widget: don't display when window hidden | Stanislaw Halik | |
When the opentrack window isn't displayed (minimized or hidden by some other window), don't bother with refreshing the image. | |||
2016-07-23 | pose-widget: don't do barycentric lookup twice | Stanislaw Halik | |
In the affine transformation (aka the pose widget) of The Octopus we use barycentric coordinates of two triangles making up The Octopus rectangle. Triangles are symmetrical. Take advantage of the symmetry (no perspective transform applied) and take barycentric coordinates only once. | |||
2016-05-26 | many modules: trivial cleanups only | Stanislaw Halik | |
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab | |||
2015-11-01 | cmake: less linkage boilerplate | Stanislaw Halik | |
2015-11-01 | use newly-added preprocessor variable | Stanislaw Halik | |
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-11 | pose-widget: don't pollute global namespace | Stanislaw Halik | |
2015-08-11 | pose-widget: use floats | Stanislaw Halik | |
2015-07-20 | octopus: update copyright | Stanislaw Halik | |
2015-05-31 | ui: allow for octopus screen traversal | Stanislaw Halik | |
The octopus will now traverse the screen in response to translation input. Previously it could only rotate, severely hampering its maneuverability. | |||
2015-05-31 | glwidget: crude rewrite to simple-mat header | Stanislaw Halik | |
2014-11-02 | rename pose widget subdir | Stanislaw Halik | |