Pull dragging code out of the Editor class into its own hierarchy.
authorCarl Hetherington <carl@carlh.net>
Sat, 30 May 2009 18:25:59 +0000 (18:25 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 30 May 2009 18:25:59 +0000 (18:25 +0000)
commit962efaf05ed33ed12319eaf0e683df398b8bef05
tree33e6824b740552e10a7891dacbb0aca348f88c82
parent139d62110369f17e97ee99fcc9ebb64784e44430
Pull dragging code out of the Editor class into its own hierarchy.

git-svn-id: svn://localhost/ardour2/branches/3.0@5113 d708f5d6-7413-0410-9779-e7cbd77b26cf
16 files changed:
gtk2_ardour/draginfo.h [deleted file]
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 [new file with mode: 0644]
gtk2_ardour/editor_drag.h [new file with mode: 0644]
gtk2_ardour/editor_keyboard.cc
gtk2_ardour/editor_markers.cc
gtk2_ardour/editor_mixer.cc
gtk2_ardour/editor_mouse.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/editor_rulers.cc
gtk2_ardour/editor_selection.cc
gtk2_ardour/wscript