summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas/curve.h
AgeCommit message (Expand)Author
2014-11-25Remove dead code.David Robillard
2014-06-21refactor Canvas so that all Items have children; add Container abstract base ...Paul Davis
2014-06-12change Canvas heirarchy and constructorsPaul Davis
2014-05-29Canvas: new x-fade drawing, two curve widgetRobin Gareus
2014-05-27implement Curve in/outside fillRobin Gareus
2014-05-26fix x-fade drawingRobin Gareus
2014-03-05use a centripetal catmull-rom curve to smooth ArdourCanvas::CurvePaul Davis
2014-02-28change implementation of ArdourCanvas::Curve to use GIMP-inspired ideas.Paul Davis
2014-02-27remove unneeded extra methods in ArdourCanvas::CurvePaul Davis
2013-12-27add visibility/export control to libcanvasPaul Davis
2013-12-09make PolyLine use distance_to_segment_squared(), and add separate (null, for ...Paul Davis
2013-11-04drop use of bounding box to determine whether an item covers a point; add Ite...Paul Davis
2013-04-15add headers to all canvas .cc and .h filesPaul Davis
2013-04-15remove all XML related API from canvas. it may have been useful during develo...Paul Davis
2013-04-11add (bezier) curves to canvas, use for automation lines; fix issue with recta...Paul Davis