ardour/libs/canvas
Robin Gareus ce8846d13f
Fix polygon redrawing -- #8148
Polygons used PolyLine::render() to render the path.
However since 7bb8ca1e76, the PolyLine path is constrained
(for automation lanes), and closed shaped polygons were not
always completely redrawn.
2020-07-09 02:10:28 +02:00
..
benchmark
canvas NO-OP: consistent function and variable naming 2020-04-10 18:06:42 +02:00
doc
MSVCcanvas
test
arc.cc
arrow.cc
box.cc
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc remove accumulated debug output 2020-03-25 15:12:30 -06:00
circle.cc
container.cc
curve.cc
debug.cc
fill.cc
flag.cc
framed_curve.cc
grid.cc
image.cc
item.cc
line_set.cc
line.cc
lookup_table.cc
meter.cc
note.cc change velocity bar inside notes to extend to edges of note 2020-03-26 10:12:54 -06:00
Notes
outline.cc
pixbuf.cc
poly_item.cc Remove hardcoded 2^15 cairo-boundary, prefer window-area 2020-04-10 18:28:26 +02:00
poly_line.cc NO-OP: whitespace 2020-04-10 18:32:18 +02:00
polygon.cc Fix polygon redrawing -- #8148 2020-07-09 02:10:28 +02:00
rectangle.cc
root_group.cc
ruler.cc
run-manual-test.sh
run-tests.sh
scroll_group.cc
stateful_image.cc
text.cc
tracking_text.cc
types.cc
utils.cc
widget.cc
wscript
xfade_curve.cc