summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas/rectangle.h
AgeCommit message (Collapse)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-04-29add Rectangle::vertical_fraction() as a convenience methodPaul Davis
Conflicts: libs/canvas/rectangle.cc
2015-02-11simplify Canvas::Rectangle rendering to avoid unnecessary nonsense, and ↵Paul Davis
remove TimeRectangle
2014-11-05add some more outline enums to ArdourCanvas::RectanglePaul Davis
2014-11-03add new TimeRectangle to ArdourCanvasPaul Davis
2014-06-30verbose cursor text is always outlinedPaul Davis
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.
2014-03-11don't queue redraws when various canvas item properties are "reset" to the ↵Paul Davis
same value, plus supporting functions
2013-12-27add visibility/export control to libcanvasPaul 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 ↵Paul Davis
development, but it is just a distraction - we will NEVER be saving or restoring canvas state via XML or any kind of serialized state
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work ↵Paul Davis
correctly