ardour/libs/canvas/canvas
Robin Gareus cdb7c8c4d1
Fix touch-related canvas ptr grab
This fixes an issue when canvas left double button click
pops up a dialog. Focus needs to propagate to the dialog.

see also 05f3ac50cc
2025-02-25 23:30:52 +01: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 libcanvas: FramedCanvas::covers() method is ill-conceived. Use PolyItem::covers() 2022-05-29 14:19:02 -06:00
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 Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
item.h Update gdk -> ydk header location (omnibus commit) 2025-02-01 13:37:48 +01: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
rectangle.h Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
root_group.h
ruler.h One font to rule the rulers. 2025-01-23 19:43:26 +01: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 canvas text: generalize ::font_size_for_height() to handle different font families 2021-10-19 10:54:27 -06:00
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