Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-30 | cmake: split i18n into own file | Stanislaw Halik | |
2017-09-30 | remove camel case | Stanislaw Halik | |
2017-09-25 | logic: remove camel case | Stanislaw Halik | |
2017-09-25 | api, options: some `virtual' fixes | Stanislaw Halik | |
2017-09-25 | api, logic: support "extensions" for pose transform | Stanislaw Halik | |
2017-09-23 | tracker/pt: fix tab order for new LED mode | Stanislaw Halik | |
2017-09-23 | filter/accela: make sliders work with scroll wheel | Stanislaw Halik | |
I'm lazy and you should be too. | |||
2017-09-23 | gui/options: fixes | Stanislaw Halik | |
- fix stderr warning on open QWindowsWindow::setGeometry: Unable to set geom... - fix tab order | |||
2017-09-23 | play with thread priorities | Stanislaw Halik | |
2017-09-23 | filter/accela: limit nonlinearity max range | Stanislaw Halik | |
2017-09-23 | use std::size | Stanislaw Halik | |
2017-09-23 | compat: use c++17-style value templates | Stanislaw Halik | |
2017-09-23 | tracker/tobii: remove warning for now | Stanislaw Halik | |
2017-09-23 | tracker/pt: fix braino | Stanislaw Halik | |
Don't multiply red channel by 3 in 0->1 range. | |||
2017-09-22 | compat: add compatibility layer for value templates | Stanislaw Halik | |
2017-09-22 | tracker/pt: add color extraction modes | Stanislaw Halik | |
2017-09-22 | gui/main-window: change widget properties a bit | Stanislaw Halik | |
2017-09-22 | pointless to use likely macro | Stanislaw Halik | |
The operation is so many cycles, branch prediction doesn't matter here. | |||
2017-09-22 | gui: fix global qt style for xp | Stanislaw Halik | |
2017-09-22 | options: simplify macro | Stanislaw Halik | |
2017-09-22 | gui: call adjust-size() after show() | Stanislaw Halik | |
2017-09-22 | gui/main-window: camel case makes my eyes bleed | Stanislaw Halik | |
2017-09-22 | cmake: fix my config | Stanislaw Halik | |
2017-09-22 | cv: use amcap.exe for ps3 eye exposure settings | Stanislaw Halik | |
2017-09-22 | compat/util: this macro shouldn't be an instruction | Stanislaw Halik | |
2017-09-22 | cmake: disable cpu-heavy msvc debug features | Stanislaw Halik | |
2017-09-22 | cmake/msvc: disable frame pointer omission | Stanislaw Halik | |
2017-09-08 | pose-widget: fix race on startup | Stanislaw Halik | |
2017-08-25 | cmake: fix typo | Stanislaw Halik | |
2017-08-25 | gitignore | Stanislaw Halik | |
2017-08-25 | cmake: move to separate file | Stanislaw Halik | |
2017-08-25 | compat/util: use std::decay for overload resolution | Stanislaw Halik | |
2017-08-25 | compat/util: split macros header | Stanislaw Halik | |
2017-08-25 | cmake: fix make clean for i18n files | Stanislaw Halik | |
`make clean' was deleting .ts files. Thanks to @MrCapone for diagnosing this issue. Fixes: #677 | |||
2017-08-19 | tracker/{pt,aruco}: simplify | Stanislaw Halik | |
2017-08-19 | pose-widget: clamp floats | Stanislaw Halik | |
We can't expect bounds check to work, if depending on floating-point dot product. | |||
2017-08-19 | compat/util: implement clamp specialization for floats | Stanislaw Halik | |
2017-08-19 | Revert "pose-widget: remove badly-looking shadow" | Stanislaw Halik | |
The shadow's not at fault. cf. https://github.com/opentrack/opentrack/issues/664#issuecomment-322397835 | |||
2017-08-14 | cmake/msvc: fix buildopentrack-2.3.9 | Stanislaw Halik | |
Dunno what was wrong otherwise. | |||
2017-08-14 | cmake: some small quality-of-life improvements | Stanislaw Halik | |
2017-08-14 | cmake: preliminary support for clang with vc++ codegen | Stanislaw Halik | |
2017-08-14 | cmake: drop executable bit from installed normal files | Stanislaw Halik | |
2017-08-14 | some style fixes | Stanislaw Halik | |
2017-08-14 | tracker/pt: move Affine class to cv/ | Stanislaw Halik | |
2017-08-14 | cmake: fix installed qt dlls location | Stanislaw Halik | |
2017-08-14 | use c++14 features | Stanislaw Halik | |
2017-08-14 | cmake: get lupdate/lrelease pathnames | Stanislaw Halik | |
cf. #669 | |||
2017-08-05 | Merge pull request #668 from MrCapone/macos_build_fix | Stanisław Halik | |
fixed macos build | |||
2017-08-05 | fixed macos build | Dmitry Lukianov | |
2017-08-05 | spline: fix std::abs(int) import missing | Stanislaw Halik | |
Submitted-by: @MrCapone in #668 v2: we need <cmath>. Include <cinttypes> for the overload. |