summaryrefslogtreecommitdiff
path: root/libs/canvas/framed_curve.cc
AgeCommit message (Expand)Author
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2019-04-08Undo more incorrect sample/frame replacementsRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use Rec...Paul Davis
2016-12-16fix unused Outside filled framed curve for constant points outside the draw a...nick_m
2016-12-16revert c3ab67dd now that this misbehaviour is understood.nick_m
2016-12-16fix issue with disappearing tempo curve at constant tempi.nick_m
2016-12-11go back to always interpolating framed curve points.nick_m
2016-10-17Tempo curve cleanup, now also works on optimized builds.nick_m
2016-06-04Fix FramedCurve Outside fill for curve.nick_m
2016-06-04More FramedCurve render worknick_m
2016-06-04Fix framed curve thinko.nick_m
2016-06-03Small cleanup in FramedCurve.nick_m
2016-06-03Fix assorted drawing bugs in framed curve.nick_m
2016-06-02Fix conditional on uninitialised idx (via n_samples) in framed curve.nick_m
2016-05-29Hopefully finally fix tempo curve flickering.nick_m
2016-05-27Tempo ramps - finally fix flicker in framed curve.nick_m
2016-05-27Yr,[p ramps - fix flickering tempo curves when zoomed in.nick_m
2016-05-27Tempo ramps - add Canvas::FramedCurve and use it in the tempo marker bar.nick_m