summaryrefslogtreecommitdiff
path: root/libs/canvas/meter.cc
AgeCommit message (Collapse)Author
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2018-10-17Prevent excessive meter redraws for inactive meters at zero IIAndreas Müller
Same as be826f363522dbca96c8263d404c57c4fe9ff0e2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
make libwidget independent of libcanvas. Confine basics to pbd and gtkmm2ext.
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use ↵Paul Davis
Rect::empty instead. This commit includes Rect::operator bool() which might be a candidate for removal in a future commit, in an attempt to make the meaning clearer
2016-09-28fix errors reported by pixman for meter redraws (and add more comments to ↵Paul Davis
help the coordinate challenged
2016-09-27optimize canvas meter redrawing (as in the non-canvas version)Paul Davis
2016-09-27bug fixes for vertically-drawn Canvas::MeterPaul Davis
2016-09-27add canvas-based Meter objectPaul Davis