summaryrefslogtreecommitdiff
path: root/libs/canvas/poly_line.cc
AgeCommit message (Expand)Author
2020-04-10NO-OP: whitespaceRobin Gareus
2020-04-10NO-OP: consistent function and variable namingRobin Gareus
2020-04-10Interpolate poly-line with view-point #6481Robin Gareus
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
2016-07-13initialize some uninitialized variablesRobin Gareus
2016-07-05add fill-area feature to poly-lineRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-11-28Show discrete/toggled automation as stepped line.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-06-03use window-based coordinates when picking current item so that we get per-ite...Paul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ...Paul Davis
2014-02-20allow per-line configurability of the threshold used to determine if a PolyLi...Paul Davis
2014-02-19fix error in canvas PolyLine::covers(), so that the mouse can actually enter/...Paul 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++.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-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis