summaryrefslogtreecommitdiffhomepage
path: root/gui/mapping-dialog.cpp
AgeCommit message (Collapse)Author
2018-11-03fix build on LinuxStanislaw 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-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-14gui/spline: change horizontal/vertical guide countStanislaw Halik
The amount depends on the max value on X/Y scales.
2018-01-13gui/spline: reduce spline widget snap to gridStanislaw Halik
Issue: #722
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-10gui: fix spline snap value harderStanislaw Halik
Was checking wrong variable. Issue: #707
2017-12-10gui: fix setting spline snap valueStanislaw Halik
value<t>::valueChanged didn't fire on exact same value anymore.
2017-12-10options: rename templateStanislaw Halik
2017-10-27gui: rename source files onlyStanislaw Halik