Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-29 | tracker/pt: remove dubious grayscaling modes | Stanislaw Halik | |
2017-10-29 | gui: fix module on main screen not saved | Stanislaw Halik | |
2017-10-29 | dinput: use buffered polling | Stanislaw Halik | |
Short keyboard and mouse events won't get dropped. We can now decrease the poll interval from 250 Hz to 10Hz. | |||
2017-10-29 | static constexpr -> constexpr | Stanislaw Halik | |
2017-10-28 | freetrackclient: mark volatile | Stanislaw Halik | |
2017-10-28 | cmake: stuff | Stanislaw Halik | |
2017-10-27 | spline/widget: try fix background color on Unix | Stanislaw Halik | |
2017-10-27 | x-plane: fix buffer overflow | Stanislaw Halik | |
Also, mismatched lock/release and bad logic | |||
2017-10-27 | tracker/pt: fix -Wreorder | Stanislaw Halik | |
2017-10-27 | compat/shm: fix Unix build | Stanislaw Halik | |
2017-10-27 | gui/main-window: annoy when running as root | Stanislaw Halik | |
2017-10-27 | tracker/pt: fine-tune point brightness score | Stanislaw Halik | |
2017-10-27 | options/value: template fix | Stanislaw Halik | |
2017-10-27 | filter/accela: allow for double the deadzone value | Stanislaw Halik | |
2017-10-27 | compat/simple-mat: try some function ref-qualifiers | Stanislaw Halik | |
2017-10-27 | cmake/msvc: fix .sln build | Stanislaw Halik | |
2017-10-27 | cmake: fix some logic | Stanislaw Halik | |
2017-10-27 | dinput: use c++14-style initializers | Stanislaw Halik | |
2017-10-27 | logic: use c++14-style in-line initializers | Stanislaw Halik | |
2017-10-27 | tracker/pt: simplify point extractor | Stanislaw Halik | |
- no need to zero out floodfill areas, by its logic - let meanshift work with rect center as initial point - show extra points in gray | |||
2017-10-27 | spline: use default initialization | Stanislaw Halik | |
2017-10-27 | compat/mutex: rename | Stanislaw Halik | |
2017-10-27 | compat/mutex: split from header | Stanislaw Halik | |
2017-10-27 | gui: rename source files only | Stanislaw Halik | |
2017-10-27 | filter/accela: kill rotation nonlinearity | Stanislaw Halik | |
2017-10-27 | gui/main-window: give ps3 eye time to stop properly | Stanislaw Halik | |
2017-10-27 | gui: must close module dialogs | Stanislaw Halik | |
Otherwise settings don't get cancelled | |||
2017-10-27 | filter/accela: put debug knobs in other header | Stanislaw Halik | |
2017-10-22 | compat/check-visible: use short timeout when frozen | Stanislaw Halik | |
2017-10-22 | tracker/pt: return focal length directly | Stanislaw Halik | |
2017-10-21 | spline/widget: remove dead code | Stanislaw Halik | |
2017-10-21 | spline: don't remove points from config | Stanislaw Halik | |
2017-10-21 | logic/tracker: rename to pipeline | Stanislaw Halik | |
Could use a better name. | |||
2017-10-21 | spline/widget: fixes | Stanislaw Halik | |
- fix horizontal legend overwritten by bg color - same fix for point circles - don't blit rectangles in paintEvent, cache them | |||
2017-10-20 | Update README.md | Stanisław Halik | |
cf. https://github.com/opentrack/opentrack/issues/494#issuecomment-338020180 | |||
2017-10-20 | gui: don't close dialog on no-op change | Stanislaw Halik | |
When profile changes but module controlling the dialog doesn't, don't close the opened dialog window. | |||
2017-10-20 | options/scoped: use raii | Stanislaw Halik | |
2017-10-20 | logic, spline: more spline work/fixes | Stanislaw Halik | |
- mapping window clamps are now value<max_clamp> in spline - clamp won't mess up saved spline content - clean up artifacts on spline widget | |||
2017-10-20 | options: allow for dud values | Stanislaw Halik | |
2017-10-20 | fix wrt spline api | Stanislaw Halik | |
2017-10-20 | options, migration: simplify | Stanislaw Halik | |
2017-10-20 | some nonsense | Stanislaw Halik | |
2017-10-20 | spline: allow switch pitch mapping max Y 90/180 | Stanislaw Halik | |
2017-10-20 | tracker/pt: grayscaling modes work | Stanislaw Halik | |
2017-10-20 | logic/main-settings: simplify | Stanislaw Halik | |
2017-10-20 | cmake/msvc: fic stuff | Stanislaw Halik | |
2017-10-20 | freetrackclient: fix for 64-bit | Stanislaw Halik | |
2017-10-20 | migrations: perform after bundle changed hooks run | Stanislaw Halik | |
2017-10-20 | options/slider: allow arbitrary cast | Stanislaw Halik | |
2017-10-20 | options/tie: prevent feedback loop with enums | Stanislaw Halik | |