Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-01-16 | Revert "compat/shm, proto/wine: remove duplication" | Stanislaw Halik | |
This reverts commit bab093ebbe392927a92ef201fe60344d5c1191dd. | |||
2019-01-16 | gui/init: call XInitThreads(3) | Stanislaw Halik | |
The Qt function for enable X11 threads is obsolete given it fully uses Xcb. We're using some Xlib calls in qxt-mini in places. Call it manually rather than risking arbitrary crashes. | |||
2019-01-16 | qxt-mini: fix osx a bit | Stanislaw Halik | |
2019-01-16 | cv/numeric: rename namespace | Stanislaw Halik | |
2019-01-16 | cv/numeric: use single precision | Stanislaw Halik | |
2019-01-16 | tracker/{pt,wii}: allow float/double in cv/numeric | Stanislaw Halik | |
2019-01-16 | cruft only | Stanislaw Halik | |
2019-01-16 | gui/init: remove obsolete XInitThreads call | Stanislaw Halik | |
This became obsolete when Qt 5.0 switched to libxcb. | |||
2019-01-16 | compat/base-path: add assert | Stanislaw Halik | |
2019-01-16 | api/plugin: add helper members to `enum Axis' | Stanislaw Halik | |
2019-01-16 | proto/mouse: use only one lookup table | Stanislaw Halik | |
2019-01-16 | tracker/pt: retire pose reuse | Stanislaw Halik | |
2019-01-16 | tracker/pt: fix duplication/logic error | Stanislaw Halik | |
2019-01-16 | logic/pipeline: clamp value once more after centering | Stanislaw Halik | |
Issue: #843 | |||
2019-01-16 | tracker/pt: set expected pose to identity reset_state() | Stanislaw Halik | |
Also there's this evil `static' but it probably resulted in having it set to identity anyway. | |||
2019-01-16 | tracker/pt: decruft | Stanislaw Halik | |
2019-01-16 | tracker/pt: fix evil typo | Stanislaw Halik | |
Tracking for caps was broken. Issue: #854, #822 Reported by: @Attigliuzzo, listekcr | |||
2019-01-16 | tracker/wii: remove unused variable | Stanislaw Halik | |
2019-01-16 | tracker/wii: indent only | Stanislaw Halik | |
2019-01-16 | tracker/pt: disable faulty max distance logic | Stanislaw Halik | |
2019-01-16 | tracker/rift: disable on linux | Stanislaw Halik | |