Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-28 | Replaced English flag with a larger 32x16 | GO63-samara | |
2021-08-28 | Translated several lines | GO63-samara | |
2021-08-28 | Merge branch 'opentrack:master' into master | GO63-samara | |
2021-08-28 | Fixed typos in CN and NL | GO63-samara | |
2021-08-27 | Added translation of several lines | GO63-samara | |
2021-08-27 | gui: change cursor for options with tooltips | Stanislaw Halik | |
2021-08-22 | gui: reword user interface string | Stanislaw Halik | |
Suggested by: @GO63-samara Issue: #1312 | |||
2021-08-21 | gui: add tooltips for shortcut labels | Stanislaw Halik | |
2021-08-18 | Adding a choice of centering method | GO63-samara | |
2021-08-06 | gui: fix deprecated Qt API | Stanislaw Halik | |
2020-09-20 | Apply dark theme on Windows if user enabled it in system settings.feature_windows_dark_theme | Stéphane Lenclud | |
2020-06-30 | fix warnings | Stanislaw Halik | |
2020-03-07 | gui/process-detector: revert enabled checkbox | Stanislaw Halik | |
2019-08-01 | add workaround for obsolete qt versions | Stanislaw Halik | |
This should fix CI. | |||
2019-07-11 | gui/init: fix indentation | Stanislaw Halik | |
2019-07-08 | gui/init: fix braino | Stanislaw Halik | |
2019-07-08 | gui/init: print loglevel for qDebug() and friends | Stanislaw Halik | |
2019-07-08 | gui/init: drop check for qt 5.5 | Stanislaw Halik | |
2019-07-05 | gui: minor process detector fixes | Stanislaw Halik | |
2019-07-05 | gui: fix potential process detector crash | Stanislaw Halik | |
2019-07-05 | gui: fix process detector not reverting on cancel | Stanislaw Halik | |
Issue: #967 | |||
2019-07-05 | options: fix global ini not saving on Linux | Stanislaw Halik | |
2019-06-25 | gui/mapping: fix background color display | Stanislaw Halik | |
2019-03-18 | gui: set line buffering for stderr | Stanislaw Halik | |
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 | |