summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
2014-05-19part one of allowing region drag to the bottom (drop-zone) rect of track canvasPaul Davis
2014-05-07Fix region content drag directionColin Fletcher
2014-05-07Fix undo of layer-changing region dragsColin Fletcher
2014-05-07shift-modifier during trim dragging causes region to jump to original positio...Paul Davis
2014-03-21latest tweaks to autoscroll: symmetrical boundary on both sides, stop runaway...Paul Davis
2014-03-20big rework of scrolling, horizontal part considered almost 100% done.Paul Davis
2014-03-11fix error in height computation of MIDI region views (FUDGE!) use Rectangle::...Paul Davis
2014-02-26convert canvas_event_frame() and window_event_frame() to canvas_event_sample(...Paul Davis
2014-02-26fix lack of range selection when moving verticallyPaul Davis
2014-02-25range selection drag ensures that selected tracks include all tracks within t...Paul Davis
2014-02-25click (no drag) on automation line now adds a new control point on the line (...Paul Davis
2014-02-25Revert "add a hack to deal with device discovery race, in which the devices w...Paul Davis
2014-02-19required fix for cairocanvas branch, didn't make it into mergePaul Davis
2014-02-19click (no drag) on automation line now adds a new control point on the line (...Paul Davis
2014-02-19Revert "add a hack to deal with device discovery race, in which the devices w...Paul Davis
2014-02-19add a hack to deal with device discovery race, in which the devices were not ...Paul Davis
2014-01-27rationalize, consolidate and make work dbl-click editing for regions and mark...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-02change min dimension of rubberband rect to 2 pixelsPaul Davis
2014-01-02enforce a minimum 5x5 pixel size for the rubber band rectPaul Davis
2013-10-31all events propagate out of the canvas in canvas coordinates now, so revert c...Paul Davis
2013-10-31fix window/canvas coordinate confusion in drag code, apparently fixing up lot...Paul Davis
2013-10-22merge from masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-09-14fix merge conflicts with masterPaul Davis
2013-08-08add methods to queue full MTC and SPP messages, now that they are synchronousPaul Davis
2013-08-08fix rounding issue when dragging video with fractional fpsRobin Gareus
2013-08-08Send a song position pointer with mmc and fullframe fake locatingMichael Fisher
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04fix rounding issue when dragging video with fractional fpsRobin Gareus