ardour/libs/canvas
Robin Gareus e88a121ff8
Fix canvas rectangle bounding box
When drawing the outline of a rectangle, the bounding
box must cover the whole pixel of the line. Otherwise
the line would be left behind when the rectangle shrinks.
2023-09-07 02:45:26 +02:00
..
MSVCcanvas
benchmark
canvas provide PolyItem::pop_back() 2023-07-09 20:41:36 -06:00
doc
test
Notes
arc.cc canvas: tweaks to Arc canvas item 2022-08-27 12:54:43 -06:00
arrow.cc
box.cc canvas: improve debug trace output during Box::reposition_children() 2022-09-03 16:46:41 -06:00
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc fix thinko in canvas logic (fixes mouse cursor on desensitized playhead) 2023-05-01 08:49:27 -05:00
circle.cc
container.cc Only use render-group when container is not opaque 2023-02-05 22:34:38 +01:00
ct
curve.cc Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
debug.cc
fill.cc
flag.cc
framed_curve.cc Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
grid.cc
image.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
item.cc another use of auto iterators 2023-06-26 14:18:17 -06:00
line.cc
line_set.cc cairo single pixel line offset fix, part 1 2023-07-17 20:54:33 -06:00
lollipop.cc lollis: draw stems in fill color (optionally) 2023-06-26 14:18:18 -06:00
lookup_table.cc C++ auto iteration FTW 2023-06-26 14:18:17 -06:00
meter.cc canvas: NOOP - meter, whitespace adjustment 2022-09-03 16:46:41 -06:00
note.cc use selected (outline) color for MIDI note velocity bar (thanks, cooltehno, for the idea) 2022-08-31 13:53:43 -06:00
outline.cc
pixbuf.cc
poly_item.cc provide PolyItem::pop_back() 2023-07-09 20:41:36 -06:00
poly_line.cc Fix proximity threshold for polyline 2022-10-17 00:09:25 +02:00
polygon.cc
rectangle.cc Fix canvas rectangle bounding box 2023-09-07 02:45:26 +02:00
root_group.cc
ruler.cc fix off-by-one pixel error caused by using floor() instead of round() 2023-08-26 10:07:41 -06:00
run-manual-test.sh
run-tests.sh
scroll_group.cc canvas: invalidate scrollgroup, request redraw after scrolling 2023-02-01 02:57:10 +01:00
stateful_image.cc
step_button.cc
table.cc Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
text.cc Fix a small memory leak 2023-04-19 14:20:48 +02:00
tracking_text.cc
types.cc
utils.cc
widget.cc
wscript build lollipops.cc 2023-06-26 14:18:17 -06:00
xfade_curve.cc