ardour/libs/canvas/canvas
Paul Davis 6c499b180b canvas: add a method to prevent extensive item coordinate math during ::prepare_for_render_children()
Also, auto-ify a loop in Item::prepare_for_render_children()
2025-07-29 18:16:35 -06:00
..
arc.h
arrow.h
box.h
button.h skeleton for a canvas button 2024-11-05 13:27:22 -07:00
canvas.h Fix touch-related canvas ptr grab 2025-02-25 23:30:52 +01: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 Replace boost::noncopyable with C++11 deleted copy constructors 2024-10-19 01:04:15 +02:00
flag.h
framed_curve.h
fwd.h
grid.h
image.h Replace boost::shared_array<T> with std::shared_ptr<T[]> 2024-11-06 23:03:19 +01:00
interpolated_curve.h
item.h canvas: add a method to prevent extensive item coordinate math during ::prepare_for_render_children() 2025-07-29 18:16:35 -06: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 Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
note.h canvas: add velocity() method to Note 2023-06-26 14:18:18 -06:00
outline.h Replace boost::noncopyable with C++11 deleted copy constructors 2024-10-19 01:04:15 +02:00
pixbuf.h
poly_item.h canvas: add PolyItem::clear() 2023-09-30 11:09:58 -06:00
poly_line.h
polygon.h
rect_set.h new canvas item: RectSet 2025-06-02 18:30:40 -06:00
rectangle.h Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
root_group.h
ruler.h add option for a minor/micro tick font description to ArdourCanvas::Ruler 2025-05-19 14:57:19 -06:00
scroll_group.h
stateful_image.h Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
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 Remove unused headers 2024-11-06 22:50:35 +01:00
utils.h
visibility.h
widget.h
xfade_curve.h