summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
AgeCommit message (Collapse)Author
2014-09-22only remove "no feed" image if tracker provides a video feedStanislaw Halik
2014-09-21indicate UI contains a "video feed" elementStanislaw Halik
2014-09-21adjust some UI stuff, breaks muscle memory sadlyStanislaw Halik
2014-09-21reorder access(2) header for clarityStanislaw Halik
2014-09-21use more savory UI style on win32Stanislaw Halik
2014-09-21core: nix support for camera device identifierStanislaw Halik
2014-09-21crop to make icon less badStanislaw Halik
2014-09-21nix needless include, less rebuild timeStanislaw Halik
2014-09-20avoid rebuild after commitStanislaw Halik
Issue: #59
2014-09-19reorder, pedantryStanislaw Halik
2014-09-19cleanup mapping codeopentrack-2.2-end-of-alphaStanislaw Halik
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56
2014-09-18cleanup qfcStanislaw Halik
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again.
2014-09-18Revert "initialize COM on _WIN32 as per Win32 API"Stanislaw Halik
This reverts commit 03e4d58bbbbfb5d841354a34a2e2dc317b189deb. Issue: #53 Ironically breaks Windows open/save dialogs
2014-09-17add remap labelsStanislaw Halik
Issue: #52
2014-09-17nix explicit mallocStanislaw Halik
simplifies, allows for copy operator
2014-09-17initialize COM on _WIN32 as per Win32 APIStanislaw Halik
For API correctness only. It worked without issues since ever.
2014-09-17keep using raw headpose in uiStanislaw Halik
Issue: #52
2014-09-17hook up axis src logicStanislaw Halik
Issue: #52
2014-09-17simplify alt axis logicStanislaw Halik
2014-09-17hook up axis source optionsStanislaw Halik
Issue: #52
2014-09-17ctor brevityStanislaw Halik
2014-09-13nix comment cancerStanislaw Halik
2014-09-13Remove incorrect ownershipStanislaw Halik
2014-08-31remove dead codeStanislaw Halik
2014-08-30remove MSVC supportStanislaw Halik
Leave as-is to avoid unconditionally assuming GNU extensions and ABI
2014-08-30use our own clock_gettime on win32Stanislaw Halik
2014-07-28build system bug not relevant anymoreStanislaw Halik
2014-07-27further rename fixesStanislaw Halik
2014-07-27rename file so that name makes any senseStanislaw Halik
2014-07-27nix nonsensical typedef namingStanislaw Halik
2014-07-11some java-ism dirt napStanislaw Halik
2014-07-11main ui: change profile cbx content when dir switchStanislaw Halik
2014-07-11print some debug on win32 as wellStanislaw Halik
2014-06-16Revert "lerp class to simplify filter flow"Stanislaw Halik
This reverts commit 5409f26675a444170b3a68fc9750742cc68aaa1d.
2014-06-16Revert "lerp: didn't work at all, now does"Stanislaw Halik
This reverts commit a21435cb6fe163d6579f3fd3d42ad11c54037036.
2014-06-14tracker: reduce sleep if taking too longStanislaw Halik
2014-06-14lerp: didn't work at all, now doesStanislaw Halik
2014-06-14timer: switch to nanosecond precisionStanislaw Halik
2014-06-14lerp class to simplify filter flowStanislaw Halik
2014-06-13Ding!Stanislaw Halik
Issue: #34
2014-06-13ui: enablement -> enableStanislaw Halik
2014-06-11Fix Windows performance countersStanislaw Halik
2014-06-11Fix OSX high resolution timersStanislaw Halik
2014-06-11remove unused headerStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-06-11implement a high-precision timerStanislaw Halik
untested on OSX so far Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-02-10don't load spline config twiceStanislaw Halik
2014-01-15also free the second tracker's dialog windowStanislaw Halik
2014-01-15free dialog windows on tracking stoppageStanislaw Halik
This is necessary to make tracker dialogs non-modal, as otherwise invalid casts occur.
2014-01-14switch to new profile after using the 'save as' functionStanislaw Halik
2014-01-14pitch axis needs inverting too for FT protocolStanislaw Halik