remove all unit-based methods from (Public)Editor; rationalize Editor::event_frame...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 12 Apr 2013 15:09:49 +0000 (11:09 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 12 Apr 2013 15:09:49 +0000 (11:09 -0400)
commitecfd2a74552a45781e4d57a09e73313cd8815a4d
treefbd236dd6b63074b8bebe4aa6eb0b129236bff7a
parentfcb423f3f69225e0be896cb10b34b9628ab666f2
remove all unit-based methods from (Public)Editor; rationalize Editor::event_frame() to clearly identify whether the passed-in GdkEvent has window units or canvas units (the latter will be true for all events that are handled by the canvas and then passed to Editor
17 files changed:
gtk2_ardour/automation_line.cc
gtk2_ardour/editor.cc
gtk2_ardour/editor.h
gtk2_ardour/editor_canvas.cc
gtk2_ardour/editor_canvas_events.cc
gtk2_ardour/editor_cursors.cc
gtk2_ardour/editor_drag.cc
gtk2_ardour/editor_imageframe.cc
gtk2_ardour/editor_mouse.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/editor_summary.cc
gtk2_ardour/editor_videotimeline.cc
gtk2_ardour/marker.cc
gtk2_ardour/public_editor.h
gtk2_ardour/time_axis_view.cc
gtk2_ardour/video_image_frame.cc
gtk2_ardour/video_timeline.cc