summaryrefslogtreecommitdiff
path: root/libs/canvas/circle.cc
AgeCommit message (Collapse)Author
2014-06-21refactor Canvas so that all Items have children; add Container abstract base ↵Paul Davis
class; rename Group as "Layout" and retain only drawing semantics
2014-06-12change Canvas heirarchy and constructorsPaul Davis
Items no longer need a parent group (they require a Canvas pointer instead), so all constructors have been rationalized and have two variants, one with a parent and one with a canvas. All Items now inherit from Fill and Outline, to banish diagonal inheritance and virtual base classes and all that. There were zero changes to the Ardour GUI arising from these changes.
2013-04-18part two of ... add Canvas::Arc and derive Canvas::Circle from itPaul Davis
2013-04-18add Canvas::CirclePaul Davis