ardour/libs/canvas/canvas
Paul Davis cb9453b475 different approach to independent scrolling, involving ArdourCanvas::ScrollGroup
The idea now is that a scroll group item can be added to the canvas which will causes its children to scroll in either or both
directions (horizontal or vertical). There are few complications: the position() of the ScrollGroup is ambiguous depending
on whether you want it with scroll taken into account or not, so Item::canvas_position() was added, which defaults to
the same value as Item::position() but is overridden by ScrollGroup to return the position independent of scrolling. This
method is used when translating between item/canvas/window coordinate systems.

Note that the basic idea is that we MOVE the scroll group when a scroll happens. This mirrors what happens in the GnomeCanvas,
where Nick Mainsbridge came up with a great idea that allowed unification of the time bar and track canvases.
2014-08-17 13:37:27 -04:00
..
arc.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
arrow.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
canvas.h initial redesign of canvas scrolling to facilitate independent x- and y-axis scrolling of specific groups within the canvas. 2014-08-17 13:37:16 -04:00
circle.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
curve.h Canvas: new x-fade drawing, two curve widget 2014-08-16 17:23:25 -04:00
debug.h add DEBUG::CanvasEnterLeave to allow runtime toggling of canvas enter/leave events 2014-02-25 16:07:51 -05:00
drag_handle.h basic, prototypical drag handle implementation 2014-01-02 16:48:44 -05:00
fill.h overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
flag.h fix up problems with patch change flgs not changing height correctly 2014-02-14 12:06:44 -05:00
fwd.h add (bezier) curves to canvas, use for automation lines; fix issue with rectangles missing their upper line segment; more cairo canvas fixes 2013-04-11 22:54:12 -04:00
group.h initial redesign of canvas scrolling to facilitate independent x- and y-axis scrolling of specific groups within the canvas. 2014-08-17 13:37:16 -04:00
image.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
interpolated_curve.h Canvas: new x-fade drawing, two curve widget 2014-08-16 17:23:25 -04:00
item.h different approach to independent scrolling, involving ArdourCanvas::ScrollGroup 2014-08-17 13:37:27 -04:00
line.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
line_set.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
lookup_table.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
outline.h overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
pixbuf.h overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
poly_item.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
poly_line.h allow per-line configurability of the threshold used to determine if a PolyLine covers a given coordination 2014-02-20 12:53:08 -05:00
polygon.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
rectangle.h overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
root_group.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
scroll_group.h different approach to independent scrolling, involving ArdourCanvas::ScrollGroup 2014-08-17 13:37:27 -04:00
stateful_image.h make stateful image canvas item actually compile 2014-02-17 16:05:52 -05:00
text.h overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
types.h overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
utils.h add visibility/export control to libcanvas 2013-12-27 16:24:58 -05:00
visibility.h remove recently added conflation of mingw64 and msvc with respect to symbol export 2014-03-02 14:59:08 -05:00
wave_view.h different approach to independent scrolling, involving ArdourCanvas::ScrollGroup 2014-08-17 13:37:27 -04:00
xfade_curve.h Rearrange some #includes to keep MSVC happy 2014-08-16 17:58:01 -04:00
xml_ui.h overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00