Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-02 | pose-widget: use namespaces correctly | Stanislaw Halik | |
2019-02-02 | options/globals: always return same document directory | Stanislaw Halik | |
2019-02-02 | api/plugin: add explicit to module_status error ctor | Stanislaw Halik | |
2019-02-02 | gui/mapping-dialog: cleanup only | Stanislaw Halik | |
2019-02-02 | cv/video-widget: support other color depths | Stanislaw Halik | |
Issue: #861 | |||
2019-02-01 | cmake/qt: fix platform plugin also | Stanislaw Halik | |
Issue: #867 | |||
2019-02-01 | cmake/qt: fix typo | Stanislaw Halik | |
Issue: #867 | |||
2019-02-01 | cmake/qt: try get Qt with correct CRT version | Stanislaw Halik | |
Issue: #867 | |||
2019-01-24 | gui, opentrack: simplify std::function/unique_ptr usage | Stanislaw Halik | |
Reported by: ElDesalmado | |||
2019-01-24 | compat/macros: define unreachable() | Stanislaw Halik | |
2019-01-20 | cmake: drop moc and moc-* targets | Stanislaw Halik | |
They clutter the target list in some IDEs. | |||
2019-01-20 | api: kill `static' in a header-only library | Stanislaw Halik | |
Also drop the unsigned suffix from magic constants, clang doesn't complain. | |||
2019-01-18 | api: fix harmless clang-tidy warnings | Stanislaw Halik | |
2019-01-18 | api: use braced initializers | Stanislaw Halik | |
2019-01-18 | api: running out of hex constants | Stanislaw Halik | |
2019-01-18 | opentrack: fix use-after-free (?) | Stanislaw Halik | |
2019-01-18 | opentrack: fix typo | Stanislaw Halik | |
2019-01-18 | logic/runtime-libraries: use default ctor | Stanislaw Halik | |
2019-01-18 | fix selecting no filter | Stanislaw Halik | |
2019-01-16 | proto/libevdev: fix build | Stanislaw Halik | |
2019-01-16 | tracker/steamvr: maybe support modern osx | Stanislaw Halik | |
2019-01-16 | tracker/steamvr: fix signedness | Stanislaw Halik | |
2019-01-16 | tracker/steamvr: better error messages | Stanislaw Halik | |
2019-01-16 | tracker/steamvr: oops, fix typo | Stanislaw Halik | |
2019-01-16 | options/value: disallow const, volatile, and reference types | Stanislaw Halik | |
2019-01-16 | options/slider: fix temporary constness | Stanislaw Halik | |
2019-01-16 | tracker/steamvr: simplify, add linux32 | Stanislaw Halik | |
2019-01-16 | proto/wine: add -mconsole | Stanislaw Halik | |
2019-01-16 | proto/libevdev: sprinkle some override | Stanislaw Halik | |
2019-01-16 | Revert "qxt-mini: try fix osx shortcut snafu" | Stanislaw Halik | |
I haven't even compile-tested it. This reverts commit 6eb44ec4831f58e7658efbb0b9f0813629b9cdea. | |||
2019-01-16 | compat/check-visible: fix off-by-one | Stanislaw Halik | |
The case `x+1 + w-1` and similar are wrong. | |||
2019-01-16 | sdk-paths: update qt version | Stanislaw Halik | |
2019-01-16 | options/value: add move assignment operators | Stanislaw Halik | |
2019-01-16 | proto/mouse: add legacy input method | Stanislaw Halik | |
2019-01-16 | gui/mapping-dialog: show more ruler lines | Stanislaw Halik | |
2019-01-16 | pose-widget: enable hidpi | Stanislaw Halik | |
2019-01-16 | spline: fix deadlock, logic error | Stanislaw Halik | |
Tracking rarely deadlocked when saving mappings. Investigating it further also shown how a wrong bundle was used for Accela's splines. | |||
2019-01-16 | cruft only | Stanislaw Halik | |
2019-01-16 | compat/mutex: remove | Stanislaw Halik | |
Always use the adaptive QMutex. | |||
2019-01-16 | cmake: remove duplication | Stanislaw Halik | |
2019-01-16 | compat/linkage-macros: fix bogus import visibility | Stanislaw Halik | |
2019-01-16 | modernize only | Stanislaw Halik | |
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages | |||
2019-01-16 | clang-tidy: remove duplicate warning | Stanislaw Halik | |
This case is covered by `misc-unconventional-assign-operator'. | |||
2019-01-16 | opentrack: reformat | Stanislaw Halik | |
2019-01-16 | gui/init: disable spinlock in common case | Stanislaw Halik | |
2019-01-16 | tracker/pt: fix meanshift delta | Stanislaw Halik | |
2019-01-16 | tracker/pt: fix prototypes | Stanislaw Halik | |
2019-01-16 | tracker/pt: move point display to its own function | Stanislaw Halik | |
2019-01-16 | pose-widget: handle octopus in 8-bit color w/ 1-bit alpha | Stanislaw Halik | |
2019-01-16 | cmake/boilerplate: add missing quotes | Stanislaw Halik | |