Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-16 | spline/widget: no need to round pixel ratio | Stanislaw Halik | |
2018-01-16 | spline: fix widget for hidpi displays | Stanislaw Halik | |
2018-01-14 | gui/spline: change horizontal/vertical guide count | Stanislaw Halik | |
The amount depends on the max value on X/Y scales. | |||
2017-12-21 | spline: prepare for widget in tobii tracker dialog | Stanislaw Halik | |
2017-10-29 | static constexpr -> constexpr | Stanislaw Halik | |
2017-10-27 | spline/widget: try fix background color on Unix | Stanislaw Halik | |
2017-10-21 | spline/widget: remove dead code | Stanislaw Halik | |
2017-10-21 | spline/widget: fixes | Stanislaw Halik | |
- fix horizontal legend overwritten by bg color - same fix for point circles - don't blit rectangles in paintEvent, cache them | |||
2017-10-20 | logic, spline: more spline work/fixes | Stanislaw Halik | |
- mapping window clamps are now value<max_clamp> in spline - clamp won't mess up saved spline content - clean up artifacts on spline widget | |||
2017-10-20 | spline: allow switch pitch mapping max Y 90/180 | Stanislaw Halik | |
2017-10-02 | spline: fix background color handling | Stanislaw Halik | |
2017-07-25 | spline: repaint() is cheaper | Stanislaw Halik | |
2017-07-23 | spline/widget: avoid drawing past the graph's end | Stanislaw Halik | |
2017-07-18 | spline/widget: reduce needless redraws | Stanislaw Halik | |
2017-06-18 | spline: speed up Qt spline ops | Stanislaw Halik | |
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. |