summaryrefslogtreecommitdiff
path: root/libs/canvas/image.cc
AgeCommit message (Expand)Author
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use Rec...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-06-21refactor Canvas so that all Items have children; add Container abstract base ...Paul Davis
2014-06-12change Canvas heirarchy and constructorsPaul Davis
2013-06-22likely fix for Canvas::Image positioning under new coordinate/render rulesPaul Davis
2013-06-18basically operational switch to canvas drawing coordinates, although text and...Paul Davis
2013-04-20Revert "cairo image crash debugging" and "initialize image data"Robin Gareus
2013-04-20initialize image data.Robin Gareus
2013-04-17ArdourCanvas::Image allow to set custom data instead of class pre-allocated m...Robin Gareus
2013-04-16(hopefully) fix double-buffering design of ArdourCanvas::ImagePaul Davis
2013-04-15add some comments to Canvas::Image and ensure that the canvas redraws after a...Paul Davis
2013-04-15add headers to all canvas .cc and .h filesPaul Davis
2013-04-15remove all xml++.h inclusion by canvas implementationsPaul Davis
2013-04-15remove all XML related API from canvas. it may have been useful during develo...Paul Davis
2013-04-15add new canvas Image item, with somewhat optimized API for asynchronous, thre...Paul Davis