summaryrefslogtreecommitdiffhomepage
path: root/gui/settings.cpp
AgeCommit message (Collapse)Author
2021-12-16opentrack, gui: rename options dialog impl filenameStanislaw Halik
2021-12-16api, gui, opentrack: allow embedding proto, filter dialogsStanislaw Halik
2021-12-16many: switch from using std::unique_ptr<t>::get() to &*ptrStanislaw Halik
2021-12-16opentrack: remove accidental debug printfStanislaw Halik
2021-12-14gui, opentrack: initial support for embeddable module dialogsStanislaw Halik
2021-12-14gui: remove redundant castStanislaw Halik
2021-08-18Adding a choice of centering methodGO63-samara
2019-07-05gui: fix process detector not reverting on cancelStanislaw Halik
Issue: #967
2019-07-05options: fix global ini not saving on LinuxStanislaw Halik
2019-02-09random nonsense onlyStanislaw Halik
2018-11-14gui/keyboard: fix binding keysStanislaw 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-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-01-18logic: change relative translation triggeringStanislaw Halik
Relative translation mode now has three states: - disabled - always enabled - enabled when not aiming In the third mode, looking very close to center disables reltrans. The exact values aren't final.
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-16logic, spline: get rid of using namespace in headerStanislaw Halik
2018-01-11cmake, gui, main: make user interface reusableStanislaw Halik
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class.
2018-01-10many: get rid of trailing type specifiersStanislaw Halik
2017-12-02logic: remove center_method settingStanislaw Halik
2017-10-27gui: rename source files onlyStanislaw Halik