Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-01 | compat: drop pre-C++20 macros.hpp header | Stanislaw Halik | |
2022-05-11 | opentrack: implement profile vendor presets | Stanislaw Halik | |
Sponsored by: TrackHat Sponsored by: IRTrack | |||
2022-04-19 | fix i18n generation | Stanislaw Halik | |
2022-01-25 | logic/shortcuts: ignore kbd modifiers for mouse | Stanislaw Halik | |
Issue: #583 | |||
2022-01-25 | logic/shortcuts: use structured bindings | Stanislaw Halik | |
2021-12-19 | remove unfinished extension support | Stanislaw Halik | |
2021-12-19 | opentrack: #define to force particular module, overriding .ini | Stanislaw Halik | |
2021-12-14 | logic, opentrack: remove redundant casts | Stanislaw Halik | |
2021-12-14 | gui: remove redundant cast | Stanislaw Halik | |
2021-09-27 | fix build harder, also accidental adl | Stanislaw Halik | |
2021-08-25 | logic: fix pedantic warning | Stanislaw Halik | |
2021-08-25 | logic/pipeline: fix warning, tab to spaces | Stanislaw Halik | |
2021-08-18 | Adding a choice of centering method | GO63-samara | |
2021-08-18 | logic/pipeline: fix toggle button | Stanislaw Halik | |
Issue: #1210 | |||
2021-04-25 | Fixed operation of the [Toggle] and [Toggle while held] buttons | GO63-samara | |
This fix eliminate incorrect rotation and movement of the Octopus when the view is turned off with the [Toggle] or [Toggle while held] buttons. | |||
2020-06-13 | shortcuts: fix keyup with modifiers | Stanislaw Halik | |
Fixes #1098 | |||
2020-01-27 | dinput: support win32 F13 -> F24 | Stanislaw Halik | |
Fixes #1012 | |||
2020-01-16 | logic: logger can't be NULL | Stanislaw Halik | |
Closes #1028 | |||
2019-12-19 | Fix bundle creation OSX | R. van Twisk | |
2019-09-22 | api: expose raw data to protocols | Stanislaw Halik | |
Issue: #975 | |||
2019-06-20 | logic/pipeline: fix intermittent center failure | Stanislaw Halik | |
Issue: #953 | |||
2019-06-20 | logic/work: const correctness | Stanislaw Halik | |
2019-05-25 | logic/mappings: use explicit ctor | Stanislaw Halik | |
2019-05-25 | logic: fix -Wredundant-move | Stanislaw Halik | |
Found with GCC 9.1 | |||
2019-05-04 | change awkward type name | Stanislaw Halik | |
2019-04-29 | logic/pipeline: debug sleep times | Stanislaw Halik | |
2019-04-29 | compat: allow naming threads for debugging | Stanislaw Halik | |
2019-04-16 | logic/pipeline: make debug code more bearable | Stanislaw Halik | |
2019-04-05 | logic/pipeline: kill improper center mode | Stanislaw Halik | |
Issue: #912, #925 | |||
2019-04-05 | logic/extensions: kill for now | Stanislaw Halik | |
2019-03-28 | logic/pipeline: make function static | Stanislaw Halik | |
2019-03-28 | logic/pipeline: kill clamp_value() | Stanislaw Halik | |
2019-03-19 | logic/pipeline: improve DEBUG_TIMINGS | Stanislaw Halik | |
2019-03-19 | logic/pipeline: kill NO_NAN_CHECK | Stanislaw Halik | |
2019-02-22 | cosmetic fixes only | Stanislaw Halik | |
2019-02-11 | compat/macros: remove prefix | Stanislaw Halik | |
Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory. | |||
2019-02-09 | opentrack: move module list to base class | Stanislaw Halik | |
2019-02-02 | api/plugin: add explicit to module_status error ctor | 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 | 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 | logic/pipeline: clamp value once more after centering | Stanislaw Halik | |
Issue: #843 | |||
2019-01-16 | logic/pipeline: rename identifier | Stanislaw Halik | |
2019-01-16 | logic/pipeline: remove unused members | Stanislaw Halik | |
2019-01-16 | logic/pipeline: replace clunky atomic ops w/ a spinlock | Stanislaw Halik | |
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2018-12-24 | cmake: decruft, disable deprecated Qt functions | Stanislaw Halik | |
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis |