fix issue with initialization of a BBT_Time variable.
[ardour.git] / libs / canvas / framed_curve.cc
2017-01-19 Paul Davisremove use of boost::optional to define "undefined...
2016-12-15 nick_mfix unused Outside filled framed curve for constant...
2016-12-15 nick_mrevert c3ab67dd now that this misbehaviour is understood.
2016-12-15 nick_mfix issue with disappearing tempo curve at constant...
2016-12-11 nick_mgo back to always interpolating framed curve points.
2016-10-16 nick_mTempo curve cleanup, now also works on optimized builds.
2016-06-03 nick_mFix FramedCurve Outside fill for curve.
2016-06-03 nick_mMore FramedCurve render work
2016-06-03 nick_mFix framed curve thinko.
2016-06-02 nick_mSmall cleanup in FramedCurve.
2016-06-02 nick_mFix assorted drawing bugs in framed curve.
2016-06-01 nick_mFix conditional on uninitialised idx (via n_samples...
2016-05-28 nick_mHopefully finally fix tempo curve flickering.
2016-05-27 nick_mTempo ramps - finally fix flicker in framed curve.
2016-05-27 nick_mYr,[p ramps - fix flickering tempo curves when zoomed in.
2016-05-27 nick_mTempo ramps - add Canvas::FramedCurve and use it in...