summaryrefslogtreecommitdiffhomepage
path: root/spline/spline-widget.cpp
AgeCommit message (Collapse)Author
2017-07-25spline: repaint() is cheaperStanislaw Halik
2017-07-23spline/widget: avoid drawing past the graph's endStanislaw Halik
2017-07-18spline/widget: reduce needless redrawsStanislaw Halik
2017-06-18spline: speed up Qt spline opsStanislaw Halik
2017-05-21spline: minor cleanupStanislaw Halik
2017-05-10get rid of the silly mem -> shared_ptr aliasStanislaw Halik
2017-04-30spline: really fix moving points togetherStanislaw Halik
2017-04-30spline/widget: fix moving points close togetherStanislaw Halik
They disappeared and clumped together.
2017-04-30spline: show tooltip in preview only modeStanislaw Halik
2017-04-17few widgets: use repaint() for no event loop overheadStanislaw Halik
The Qt event loop overhead formed a decent amount of total CPU usage. `repaint()' is a direct call.
2017-03-28rename spline-widget -> splineStanislaw Halik
Adjust usages.