ardour/libs/canvas/canvas
Paul Davis 4b563ae518 move CairoCanvas::render() implementation for ArdourCanvas::Canvas into source
Note that this implementation only redraws a single (cairo_rectangle_t-defined) rect, and cannot
provide sub-rects the way that a normal GDK/GTK expose-driven redraw can
2024-03-18 10:50:36 -06:00
..
arc.h
arrow.h
box.h
canvas.h move CairoCanvas::render() implementation for ArdourCanvas::Canvas into source 2024-03-18 10:50:36 -06:00
circle.h
container.h Canvas: allow to group rendering of child items 2022-12-10 02:37:04 +01:00
curve.h
debug.h
fill.h Revert canvas debugging 2023-02-04 18:23:18 +01:00
flag.h
framed_curve.h libcanvas: FramedCanvas::covers() method is ill-conceived. Use PolyItem::covers() 2022-05-29 14:19:02 -06:00
fwd.h
grid.h
image.h Fix alloc-dealloc-mismatch (video image) 2023-12-12 20:36:55 +01:00
interpolated_curve.h Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
item.h canvas: provide a means of blocking change notifications from Item propagating up the object tree 2022-12-10 13:37:16 -07:00
line.h
line_set.h do not sort lineset every time a coord is added; use RAII to create scope and sort at end 2023-04-09 14:36:03 -06:00
lollipop.h lollis: draw stems in fill color (optionally) 2023-06-26 14:18:18 -06:00
lookup_table.h
meter.h
note.h canvas: add velocity() method to Note 2023-06-26 14:18:18 -06:00
outline.h Revert canvas debugging 2023-02-04 18:23:18 +01:00
pixbuf.h
poly_item.h canvas: add PolyItem::clear() 2023-09-30 11:09:58 -06:00
poly_line.h
polygon.h
rectangle.h Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
root_group.h
ruler.h
scroll_group.h
stateful_image.h
step_button.h
table.h canvas: comment out unimplemented method 2022-08-03 12:08:57 -06:00
text.h
tracking_text.h
types.h Revert canvas debugging 2023-02-04 18:23:18 +01:00
utils.h
visibility.h
widget.h
xfade_curve.h