summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)Author
2019-02-22gui/init: enable back alloca usageStanislaw Halik
This was probably disabled by accident.
2019-02-10cmake: link version static library to the right targetStanislaw Halik
2019-02-09random nonsense onlyStanislaw Halik
2019-02-09use consistent naming for `profile'Stanislaw Halik
2019-02-02gui/mapping-dialog: cleanup onlyStanislaw Halik
2019-01-24gui, opentrack: simplify std::function/unique_ptr usageStanislaw Halik
Reported by: ElDesalmado
2019-01-16gui/mapping-dialog: show more ruler linesStanislaw Halik
2019-01-16spline: fix deadlock, logic errorStanislaw Halik
Tracking rarely deadlocked when saving mappings. Investigating it further also shown how a wrong bundle was used for Accela's splines.
2019-01-16compat/mutex: removeStanislaw Halik
Always use the adaptive QMutex.
2019-01-16modernize onlyStanislaw Halik
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages
2019-01-16gui/init: disable spinlock in common caseStanislaw Halik
2019-01-16gui/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-16gui/init: remove obsolete XInitThreads callStanislaw Halik
This became obsolete when Qt 5.0 switched to libxcb.
2019-01-16gui/init: avoid allocations in loggerStanislaw Halik
2019-01-16gui: fix `if constexpr' misuseStanislaw Halik
2019-01-16gui/init: enable custom Qt logger on non-win32Stanislaw Halik
2019-01-16compat/spinlock: implement and use itStanislaw Halik
2018-12-28gui/init: output to MSVC debugger if attachedStanislaw Halik
2018-12-28gui/init: fix mingw-w64 _controlfpStanislaw Halik
2018-12-28gui/init: decruftStanislaw Halik
2018-12-26compat/arch: simplify microarchitecture detectionStanislaw Halik
2018-12-25fix build...Stanislaw Halik
2018-12-25gui/init: add more Qt switchesStanislaw Halik
2018-12-25gui/init: fix Qt 5.5Stanislaw Halik
2018-12-24cmake: decruft, disable deprecated Qt functionsStanislaw Halik
2018-12-24cruftStanislaw Halik
2018-12-24gui/process-detector: get rid of "" passed to QString ctorStanislaw Halik
2018-12-08gui/init: fix evil typoStanislaw Halik
2018-11-14gui/keyboard: fix binding keysStanislaw Halik
2018-11-03fix build on LinuxStanislaw Halik
2018-10-27cleanupStanislaw Halik
2018-10-25cleanup onlyStanislaw 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-25cleanups onlyStanislaw Halik
2018-10-05gui/init: handle -msse2 -mno-sse3Stanislaw Halik
2018-10-05use attributes only at declaration, not definitionStanislaw Halik
2018-07-13appease analyzerStanislaw Halik
2018-07-11gui/init: sprinkle some `static'Stanislaw Halik
2018-07-08options: fix 2 issuesStanislaw 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-08modernize onlyStanislaw Halik
2018-06-26options/base-value: rename to `value_'Stanislaw Halik
2018-06-26modernize C++ syntaxStanislaw Halik
No visible changes (hopefully).
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-06-13gui/init: DAZ is enough for SSEStanislaw Halik
2018-06-09gui: update Chinese translationWei Shuai
2018-05-28gui/cmake: cleanupStanislaw Halik
2018-05-27gui: fix link error due to differing prototypeStanislaw Halik
Reported-by: Artem Sobolev
2018-05-27gui, qxt: use pkgconfig wrapperStanislaw Halik
2018-05-27gui: appease linterStanislaw Halik
2018-03-14gui/correlation-calibrator: fix i18n for real this timeStanislaw Halik
2018-03-14gui/correlation-calibrator: fix i18nStanislaw Halik