summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas/types.h
AgeCommit message (Expand)Author
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use Rec...Paul Davis
2016-09-27add variant of Rect::expand() that allows different amounts in each directionPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-02-11Canvas::Rect::contains() should treat its right/left coordinates as exclusivePaul Davis
2014-12-02first pass at optimization for low-level canvas codePaul Davis
2014-11-05add Rect::shrink(Distance) even though it arguably should be handled by Rect:...Paul Davis
2014-06-29Change some declarations from 'struct' to 'class' (and vice-versa)John Emmas
2014-03-11don't queue redraws when various canvas item properties are "reset" to the sa...Paul Davis
2014-01-08remove unused codePaul Davis
2013-12-27add visibility/export control to libcanvasPaul Davis
2013-06-24fix up size and drawing of measure lines, even when vertically scrolledPaul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-15add headers to all canvas .cc and .h filesPaul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis