summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
AgeCommit message (Collapse)Author
2013-09-19clean up implicit conversions float -> doubleStanislaw Halik
2013-09-19don't redefine dinput version that muchStanislaw Halik
2013-09-19shortcuts: use win32 headers properlyStanislaw Halik
2013-09-19hpp: remove unused function, PT dropped supportStanislaw Halik
2013-09-19ui: cleanup unused functionsStanislaw Halik
2013-09-19ui: clean up ::showHeadPose()Stanislaw Halik
2013-09-18main: bump versionStanislaw Halik
2013-09-17main: use app instance, not some qt singletonStanislaw Halik
2013-09-17ui: Don't override default font family since Admc@ complains so muchStanislaw Halik
2013-09-17main: Enable X11 threads the idiomatic wayStanislaw Halik
2013-09-17Remove asinine commentStanislaw Halik
2013-09-17ui: Enable antialiasingStanislaw Halik
2013-09-17main: Use proper locale for asciiz conversionStanislaw Halik
2013-09-17Check .ini access rights on LinuxStanislaw Halik
2013-09-17main: -Wall cleanStanislaw Halik
2013-09-17main ui: appease GNU CC -WreorderStanislaw Halik
2013-09-17Sprinkle some volatileStanislaw Halik
These data members are accessed without a lock.
2013-09-17Rename axes in dialog to commonly used termsStanislaw Halik
2013-09-15Simplify tracker APIStanislaw Halik
No need to have a separate finalization function, can just as well sleep in the destructor.
2013-09-15New PT from Patrick Ruoff adapted to LinuxStanislaw Halik
2013-09-15Bump versionStanislaw Halik
2013-09-15Don't use tracker.cpp indirection for updating zeroingStanislaw Halik
2013-09-15Only use mm timers during trackingStanislaw Halik
2013-09-15Fix MSVC build. Also, minor reformatStanislaw Halik
2013-09-15Merge branch 'master' of github.com:opentrack/opentrackStanislaw Halik
Conflicts: facetracknoir/tracker.cpp ftnoir_filter_accela/ftnoir_filter_accela.cpp ftnoir_filter_accela/ftnoir_filter_accela.h ftnoir_filter_base/ftnoir_filter_base.h ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
2013-09-14Unbreak Windows buildStanislaw Halik
2013-09-14filter API: Remove implementation detail. Sprinkle constStanislaw Halik
2013-09-14Actually check for X11, not UnixStanislaw Halik
2013-09-14Init X11 threads on Q_OS_UNIXStanislaw Halik
2013-09-14Remove outdated signal connectionsStanislaw Halik
2013-09-14Don't duplicate event handlers for every config reloadStanislaw Halik
2013-09-14Clean up preprocessor mingw-ismsStanislaw Halik
No functional changes.
2013-09-14Recent braino resulted in double free in error pathStanislaw Halik
2013-09-14Reduce macro scopeStanislaw Halik
2013-09-14Unbreak Windows partiallyStanislaw Halik
2013-09-14Open-code always-constant paramsStanislaw Halik
2013-09-14Refresh splines only onceStanislaw Halik
2013-09-14Rename for clarityStanislaw Halik
2013-09-14Absolutely no need to update tracker hereStanislaw Halik
2013-09-14Remove useless commentStanislaw Halik
2013-09-14Open-code stuff that has no place outside ctorStanislaw Halik
2013-09-14Remove unused functionsStanislaw Halik
2013-09-14Cleanup the main class's file some more. Windows still broken.Stanislaw Halik
2013-09-14Move keyboard shortcuts to a new fileStanislaw Halik
Windows build could be interminently broken. Will resolve in following commits.
2013-09-14Move spline configuration into separate fileStanislaw Halik
Unfortunately, there's still a circular dependency between spline configuration and the main widget which *still* contains the most logic for the software.
2013-09-14Fix splines not loading from ini without restartStanislaw Halik
It's still a mess, though.
2013-09-14Remove unused member variableStanislaw Halik
2013-09-14Downcase settings directory. Only affects LinuxStanislaw Halik
2013-09-14Run dos2unix on the tree. No user-facing changes.Stanislaw Halik
2013-09-14Kludgily restore missing second tracker srcStanislaw Halik