Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-22 | gui/init: enable back alloca usage | Stanislaw Halik | |
This was probably disabled by accident. | |||
2019-02-10 | cmake: link version static library to the right target | Stanislaw Halik | |
2019-02-09 | random nonsense only | Stanislaw Halik | |
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2019-02-02 | gui/mapping-dialog: cleanup only | Stanislaw Halik | |
2019-01-24 | gui, opentrack: simplify std::function/unique_ptr usage | Stanislaw Halik | |
Reported by: ElDesalmado | |||
2019-01-16 | gui/mapping-dialog: show more ruler lines | 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 | compat/mutex: remove | Stanislaw Halik | |
Always use the adaptive QMutex. | |||
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 | gui/init: disable spinlock in common case | Stanislaw Halik | |
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 | gui/init: remove obsolete XInitThreads call | Stanislaw Halik | |
This became obsolete when Qt 5.0 switched to libxcb. | |||
2019-01-16 | gui/init: avoid allocations in logger | Stanislaw Halik | |
2019-01-16 | gui: fix `if constexpr' misuse | Stanislaw Halik | |
2019-01-16 | gui/init: enable custom Qt logger on non-win32 | Stanislaw Halik | |
2019-01-16 | compat/spinlock: implement and use it | Stanislaw Halik | |
2018-12-28 | gui/init: output to MSVC debugger if attached | Stanislaw Halik | |
2018-12-28 | gui/init: fix mingw-w64 _controlfp | Stanislaw Halik | |
2018-12-28 | gui/init: decruft | Stanislaw Halik | |
2018-12-26 | compat/arch: simplify microarchitecture detection | Stanislaw Halik | |
2018-12-25 | fix build... | Stanislaw Halik | |
2018-12-25 | gui/init: add more Qt switches | Stanislaw Halik | |
2018-12-25 | gui/init: fix Qt 5.5 | Stanislaw Halik | |
2018-12-24 | cmake: decruft, disable deprecated Qt functions | Stanislaw Halik | |
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-24 | gui/process-detector: get rid of "" passed to QString ctor | Stanislaw Halik | |
2018-12-08 | gui/init: fix evil typo | Stanislaw Halik | |
2018-11-14 | gui/keyboard: fix binding keys | Stanislaw Halik | |
2018-11-03 | fix build on Linux | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-10-25 | cleanup only | Stanislaw Halik | |
- replace warn_unused_result with [[nodiscard]] - remove some redundant w_a_r - replace std::decay with remove_cvref_t - simplify compat/math.hpp | |||
2018-10-25 | cleanups only | Stanislaw Halik | |
2018-10-05 | gui/init: handle -msse2 -mno-sse3 | Stanislaw Halik | |
2018-10-05 | use attributes only at declaration, not definition | Stanislaw Halik | |
2018-07-13 | appease analyzer | Stanislaw Halik | |
2018-07-11 | gui/init: sprinkle some `static' | Stanislaw Halik | |
2018-07-08 | options: fix 2 issues | Stanislaw Halik | |
1. Calling valueChanged didn't invoke machinery in value<t>, only base_value aka value_. There's a fast path in value<t>::type() despite the pessimization. 2. Split global scope stuff into options::globals from the options::globals stuff 3. Adjust usages | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2018-06-26 | options/base-value: rename to `value_' | Stanislaw Halik | |
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-06-13 | gui/init: DAZ is enough for SSE | Stanislaw Halik | |
2018-06-09 | gui: update Chinese translation | Wei Shuai | |
2018-05-28 | gui/cmake: cleanup | Stanislaw Halik | |
2018-05-27 | gui: fix link error due to differing prototype | Stanislaw Halik | |
Reported-by: Artem Sobolev | |||
2018-05-27 | gui, qxt: use pkgconfig wrapper | Stanislaw Halik | |
2018-05-27 | gui: appease linter | Stanislaw Halik | |
2018-03-14 | gui/correlation-calibrator: fix i18n for real this time | Stanislaw Halik | |
2018-03-14 | gui/correlation-calibrator: fix i18n | Stanislaw Halik | |