Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-21 | spline: minor cleanup | Stanislaw Halik | |
2017-05-10 | get rid of the silly mem -> shared_ptr alias | Stanislaw Halik | |
2017-04-30 | spline: really fix moving points together | Stanislaw Halik | |
2017-04-30 | spline/widget: fix moving points close together | Stanislaw Halik | |
They disappeared and clumped together. | |||
2017-04-30 | spline: show tooltip in preview only mode | Stanislaw Halik | |
2017-04-17 | few widgets: use repaint() for no event loop overhead | Stanislaw Halik | |
The Qt event loop overhead formed a decent amount of total CPU usage. `repaint()' is a direct call. | |||
2017-03-28 | rename spline-widget -> spline | Stanislaw Halik | |
Adjust usages. |