Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-26 | gui/mappings: lower snap | Stanislaw Halik | |
We have tooltips now so why the hell not. | |||
2016-09-25 | add mildly offensive BSD Daemon image to GPL-derivative rules | Stanislaw Halik | |
If any of our committers feels offended or thinks it's inappropriate, just revert it. No need to consult me or anyone to revert this. | |||
2016-09-25 | gui, logic: allow prevent rotation from affecting compensation | Stanislaw Halik | |
Issue: #458 | |||
2016-09-25 | tracker/pt: square the center weight | Stanislaw Halik | |
Follow original implementation. | |||
2016-09-25 | cmake/msvc: /debug -> /debug:fastlink | Stanislaw Halik | |
2016-09-25 | api/plugins: silence clang's -Wweak-vtable | Stanislaw Halik | |
2016-09-24 | logic/tracker: use a second enum to make errors stand out more | Stanislaw Halik | |
2016-09-24 | logic/tracker: use enum values | Stanislaw Halik | |
2016-09-24 | gui/options: explain tcomp disable Z importance | Stanislaw Halik | |
Issue: #458 | |||
2016-09-24 | gui: improve layout for camera center mode, fix tabstops | Stanislaw Halik | |
2016-09-24 | logic, gui: allow for disabling any of the three tcomp options | Stanislaw Halik | |
Issue: #458 Requested-by: @Borisovich | |||
2016-09-21 | cmake: hopefully fix intermittent failure on mrproper | Stanislaw Halik | |
2016-09-21 | tracker/pt: fix area/radius confusion in extractor | Stanislaw Halik | |
2016-09-21 | tracker/pt: fix harmless fencepost error | Stanislaw Halik | |
2016-09-21 | installer: update build directoryopentrack-2.3-rc99p12 | Stanislaw Halik | |
2016-09-21 | filter/accela: show nonlinearity in larger font | Stanislaw Halik | |
The exponent was barely visible. | |||
2016-09-21 | filter/accela: make most slider limits larger | Stanislaw Halik | |
Reported-by: @Emton who later deleted his message Issue: #454 | |||
2016-09-21 | cmake: don't install .pdb for now | Stanislaw Halik | |
They're big as hell and take too much time to compress. | |||
2016-09-21 | cmake: move install pdb as separate function | Stanislaw Halik | |
2016-09-21 | contrib/dropbox-uploader: remove. gathers dust here. | Stanislaw Halik | |
2016-09-21 | many: remove compat/pi-constant.hpp | Stanislaw Halik | |
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and friends. Since this preprocessor definition is now always passed as part of the build system for MSVC. We can use M_PI as if on a mission. | |||
2016-09-20 | compat/timer: no exports here | Stanisław Halik | |
2016-09-20 | Update ftnoir_tracker_pt.cpp | Stanisław Halik | |
2016-09-20 | logic/simple-mat: fix duplicated ambiguous symbol | Stanisław Halik | |
2016-09-20 | typo | Stanisław Halik | |
2016-09-20 | typo | Stanisław Halik | |
2016-09-20 | cmake/mrproper: clarify | Stanislaw Halik | |
2016-09-20 | cmake: install .pdb files | Stanislaw Halik | |
2016-09-20 | cmake: set install prefix permissions consistently | Stanislaw Halik | |
2016-09-20 | cmake: install(CODE ...) has access to install prefix | Stanislaw Halik | |
2016-09-20 | filter/accela: make more readable | Stanislaw Halik | |
progn is similar to one in CLHS cf. http://clhs.lisp.se/Body/s_progn.htm | |||
2016-09-19 | tracker/tobii: nix build guard tautology | Stanislaw Halik | |
2016-09-19 | Merge branch 'feature/tobii-eyex-support' into unstable | Stanislaw Halik | |
THIS IS UNFINISHED. The code is built to be fixed in real time against internal API changes. | |||
2016-09-19 | tracker/tobii: fix bitrot | Stanislaw Halik | |
2016-09-19 | tracker/tobii: don't install. find dynamic CRT harder. | Stanislaw Halik | |
2016-09-19 | tracker/tobii: remove existing mapping code. maybe later revert this. | Stanislaw Halik | |
It doesn't work good enough. Try use splines instead. | |||
2016-09-19 | tracker/tobii-eyex: initial revision | Stanislaw Halik | |
2016-09-19 | cmake: allow for build without install | Stanislaw Halik | |
For unfinished modules to avoid bit rot. | |||
2016-09-18 | add warranty terms into readme | Stanislaw Halik | |
Discussed-with: @DaMichel | |||
2016-09-18 | add missing copyright terms | Stanislaw Halik | |
Due to fucking AT&T vs BSD suit copyright defaults to all rights reserved. Fuck Berne Convention as well. | |||
2016-09-18 | cmake: add public domain + warranty disclaimer to main build script | Stanislaw Halik | |
2016-09-18 | cmake: add a separate public domain clause to the whole build dir | Stanislaw Halik | |
2016-09-18 | cmake/hier: add another rude all-caps disclaimer | Stanislaw Halik | |
It deletes files in a subdirectory so why not. | |||
2016-09-17 | gui: prevent stderr whining on setting dialog fixed size | Stanislaw Halik | |
Adjust dialogs. | |||
2016-09-17 | cmake/mrproper: add a long and boring all-caps warranty disclaimer | Stanislaw Halik | |
2016-09-17 | tracker/{pt,aruco}: enable camera dialog | Stanislaw Halik | |
Suggested-by: MathijsG Issue: #454 | |||
2016-09-17 | cv: bring video property page from the attic | Stanislaw Halik | |
2016-09-17 | filter/accela: update copyright | Stanislaw Halik | |
2016-09-17 | migration: import Accela settings prior to using slider_value | Stanislaw Halik | |
2016-09-17 | filter/accela: switch to using slider_value all the way | Stanislaw Halik | |
Move settings to a separate file for migration support in the next commit. Otherwise barfs on trying to include autogenerated user interface. |