Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-30 | remove MSVC support | Stanislaw Halik | |
Leave as-is to avoid unconditionally assuming GNU extensions and ABI | |||
2014-08-30 | use our own clock_gettime on win32 | Stanislaw Halik | |
2014-07-28 | build system bug not relevant anymore | Stanislaw Halik | |
2014-07-27 | further rename fixes | Stanislaw Halik | |
2014-07-27 | rename file so that name makes any sense | Stanislaw Halik | |
2014-07-27 | nix nonsensical typedef naming | Stanislaw Halik | |
2014-07-11 | some java-ism dirt nap | Stanislaw Halik | |
2014-07-11 | main ui: change profile cbx content when dir switch | Stanislaw Halik | |
2014-07-11 | print some debug on win32 as well | Stanislaw Halik | |
2014-06-16 | Revert "lerp class to simplify filter flow" | Stanislaw Halik | |
This reverts commit 5409f26675a444170b3a68fc9750742cc68aaa1d. | |||
2014-06-16 | Revert "lerp: didn't work at all, now does" | Stanislaw Halik | |
This reverts commit a21435cb6fe163d6579f3fd3d42ad11c54037036. | |||
2014-06-14 | tracker: reduce sleep if taking too long | Stanislaw Halik | |
2014-06-14 | lerp: didn't work at all, now does | Stanislaw Halik | |
2014-06-14 | timer: switch to nanosecond precision | Stanislaw Halik | |
2014-06-14 | lerp class to simplify filter flow | Stanislaw Halik | |
2014-06-13 | Ding! | Stanislaw Halik | |
Issue: #34 | |||
2014-06-13 | ui: enablement -> enable | Stanislaw Halik | |
2014-06-11 | Fix Windows performance counters | Stanislaw Halik | |
2014-06-11 | Fix OSX high resolution timers | Stanislaw Halik | |
2014-06-11 | remove unused header | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-11 | implement a high-precision timer | Stanislaw Halik | |
untested on OSX so far Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-02-10 | don't load spline config twice | Stanislaw Halik | |
2014-01-15 | also free the second tracker's dialog window | Stanislaw Halik | |
2014-01-15 | free dialog windows on tracking stoppage | Stanislaw Halik | |
This is necessary to make tracker dialogs non-modal, as otherwise invalid casts occur. | |||
2014-01-14 | switch to new profile after using the 'save as' function | Stanislaw Halik | |
2014-01-14 | pitch axis needs inverting too for FT protocol | Stanislaw Halik | |
2014-01-13 | remove hatire tracker | Stanislaw Halik | |
hatire tracker's unmaintained, unused and has an obvious crash bug The following line: data[frame_cnt] = (long) HAT.Code; contains an arbitrary offset dereference. It's obvious now that the code has only been compile-tested. Because no one reported the issue, it's safe to assume it has no users. If it gets users and becomes actively maintained, it'll return. -sh | |||
2014-01-13 | flip tcomp axis for freetrack protocol | Stanislaw Halik | |
It's the easy way out, for now. Need to align 6DOF conventions of all available trackers, eventually | |||
2014-01-13 | hopefully work around tracker thread freeze on exit (issue #18) | Stanislaw Halik | |
Reported-by: @chsims1 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-01-13 | fix typo | Stanislaw Halik | |
2014-01-13 | change translation scale back. units in millimeters for most trackers | Stanislaw Halik | |
2014-01-12 | fix qfc display artifacts & bugs | Stanislaw Halik | |
2014-01-12 | fix qfc persisting despite cancel | Stanislaw Halik | |
2014-01-08 | fix settings race switching back and forth | Stanislaw Halik | |
with thanks to George Trigonakis for pointing out | |||
2014-01-06 | rename curves -> mapping | Stanislaw Halik | |
2014-01-05 | remove dead code that now barfs on stderr | Stanislaw Halik | |
2014-01-05 | remove dead code | Stanislaw Halik | |
2014-01-05 | resize filter groupbox | Stanislaw Halik | |
2014-01-05 | fix the issue at all call sites | Stanislaw Halik | |
2014-01-05 | hopefully prevent busy-looping when changing profile directories | Stanislaw Halik | |
2014-01-05 | remove unused member variable | Stanislaw Halik | |
2014-01-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-05 | decruft | Stanislaw Halik | |
2014-01-05 | don't modify state by glorified tracker name | Stanislaw Halik | |
2014-01-05 | be bit more careful with signals firing | Stanislaw Halik | |
2014-01-05 | allow for debugging setting modified state firing | Stanislaw Halik | |
2014-01-05 | remove empty dtor | Stanislaw Halik | |
2014-01-05 | change icons, remove self-references | Stanislaw Halik | |
2014-01-05 | rename window titles following the fork | Stanislaw Halik | |
2014-01-05 | move axis inversion into the "mapping" window | Stanislaw Halik | |