Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-08 | use "static" once, don't propagate from a macro | Stanislaw Halik | |
2017-10-08 | add complete(?) portable config support | Stanislaw Halik | |
2017-10-08 | tracker/pt: edit dead code | Stanislaw Halik | |
2017-10-08 | tracker/pt: grayscale methods work | Stanislaw Halik | |
- fix a braino (don't divide by two) - default to exact averaging, not perceptual weighted - use more specific cv::addWeighted | |||
2017-10-02 | pose-widget: only draw needed octopus size | Stanislaw Halik | |
2017-10-02 | compat/simple-mat: add constexpr | Stanislaw Halik | |
2017-10-02 | api: add vtable object file for extensions | Stanislaw Halik | |
2017-10-02 | cmake/msvc: fix vars not set | Stanislaw Halik | |
2017-10-02 | slowly start enabling c++17 | Stanislaw Halik | |
2017-10-02 | cmake: wtf, all modules need include ${CMAKE_BINARY_DIR} | Stanislaw Halik | |
2017-10-02 | gui/main: remove overridden colors | Stanislaw Halik | |
2017-10-02 | spline: fix background color handling | Stanislaw Halik | |
2017-10-02 | gui: fix tab widget background color | Stanislaw Halik | |
2017-10-02 | options: enable portable installation mode | Stanislaw Halik | |
2017-10-02 | options: misc | Stanislaw Halik | |
2017-10-02 | logic: split extension handling to own file | Stanislaw Halik | |
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 |