summaryrefslogtreecommitdiffhomepage
path: root/spline/spline-widget.hpp
AgeCommit message (Collapse)Author
2018-12-24fix undefined behavior undescore prefixesStanislaw 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-05silly busyworkStanislaw Halik
2018-08-27spline/widget: fix min point distance logicStanislaw Halik
- rename the function - return min distance value in position of `x', not pixels - add some DPI scaling for point size and line length - use snap logic where it was ignored
2018-06-26spline: don't use cubicStanislaw Halik
Cubic shows incorrect values for control points close to each other.
2018-06-26spline/widget: use <QtEvents>Stanislaw Halik
2018-06-26spline: play nice with hidpi, no jaggies allowedStanislaw Halik
2018-01-14gui/spline: change horizontal/vertical guide countStanislaw Halik
The amount depends on the max value on X/Y scales.
2017-12-21spline: prepare for widget in tobii tracker dialogStanislaw Halik
2017-10-27spline/widget: try fix background color on UnixStanislaw Halik
2017-05-21spline: minor cleanupStanislaw Halik
2017-03-28start renaming internal macros as OPENTRACK_* to OTR_*Stanislaw Halik
2017-03-28rename spline-widget -> splineStanislaw Halik
Adjust usages.