summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2014-11-14Fix wonky note length when create-dragging notes backwards.David Robillard
2014-11-13Fix crash when deleting overlapped regions.David Robillard
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-09-17new code to support creating skip markersPaul Davis
2014-09-15fix double-click-shows-region-properties in Ripple modeBen Loftis
2014-09-04Revert "cont'd work on automation-track headers (amend ba53af1c5)"Robin Gareus
2014-09-03cont'd work on automation-track headers (amend ba53af1c5)Robin Gareus
2014-08-05Initial steps towards usable range-based automation editing.Ben Loftis
2014-07-14remove EditAtSelectedMarker for Mixbus, to match mb2. (also fix an existing t...Ben Loftis
2014-07-09polish a few blemishes and add some commentsBen Loftis
2014-07-09fix range select so it picks up grouped tracksBen Loftis
2014-07-08call Canvas::re_enter() at the end of a RegionCutDrag so that entered_regionv...Paul Davis
2014-07-08cut cursor follows gridPaul Davis
2014-07-07fix build after copy-n-paste/code change collisionPaul Davis
2014-07-07some code shuffling to make sure that cut mode always operates at the mouse l...Paul Davis
2014-07-07use an EditorCursor when dragging in cut mode to indicate cut positionPaul Davis
2014-07-07add functionality for cut toolPaul Davis
2014-07-03if a Range end is trimmed, in follow-edits mode, locate to the range end so i...Ben Loftis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-01Ripple mode: ripple all after start of first selected regionColin Fletcher
2014-07-01Ripple mode: remove debug outputColin Fletcher
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01Fixes for ripple mode dragColin Fletcher
2014-06-26use new TrackingText for verbose cursorPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-19modifications to region drag implementationPaul Davis
2014-06-17a set of inter-related subtle changes to get vertical autoscrolling to work, ...Paul Davis
2014-06-13do most of the work related to adding new anchored trim cursors (but debuggin...Paul Davis
2014-06-13rationalize and coordinate handle of region (time axis view item) opacity.Paul Davis
2014-06-10remove ambiguous use of Rect (on OS X)Paul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-09allow a drag down over the drop zone to be "reversed" and the region moved ba...Paul Davis
2014-06-08introduce Drag::_trackview_only which indicates that all y-axis positions for...Paul Davis
2014-06-06fix position where rubberband rect is drawnPaul Davis
2014-06-05fix up drawing and selection process for range selections (caused by subtle c...Paul Davis
2014-06-05remove needlessly-added methodPaul Davis
2014-06-05reinstate a canvas group where we reparent regions while dragging, so that th...Paul Davis
2014-06-03merge onecanvas and cairocanvas branches, and manually resolve conflicts, inc...Paul Davis
2014-06-03more profound changes to canvas scrolling, in particular find appropriate Scr...Paul Davis
2014-06-03remove timebar canvas and just use a single canvas instead. This is just part...Paul Davis
2014-06-03remove incorrect calls to Editor::maybe_autoscroll() from specific Drag class...Paul Davis
2014-06-03non-copy region drag now creates a new track when a region is dragged to the ...Paul Davis
2014-06-03part one of allowing region drag to the bottom (drop-zone) rect of track canvasPaul Davis
2014-06-01disable snap fades to 'other' region (for now)Robin Gareus
2014-05-31towards region-trims preserving fade durationRobin Gareus
2014-05-19comment tweakPaul Davis
2014-05-19adding a new track via copy-region-drag now works (and shares code with the n...Paul Davis
2014-05-19non-copy region drag now creates a new track when a region is dragged to the ...Paul Davis