After dragging from multiple tracks to the dropzone, create the right number of new...
[ardour.git] / gtk2_ardour / editor_drag.cc
2015-02-13 Paul DavisAfter dragging from multiple tracks to the dropzone...
2015-02-09 Paul Davisfix last cherry-pick
2015-02-09 Paul DavisAfter dragging from multiple tracks to the dropzone...
2015-02-06 Paul Davisfixup cherry-picked changes from Waves Tracks, and...
2015-02-06 Paul Davisimplement RangeMarkerBarDrag::abort
2015-02-06 Paul Davisimplement MarkerDrag::abort()
2015-02-05 Paul Davisfix issue with region dragging while mouse pointer...
2015-02-05 nick_mClean up Session's _current_trans when aborting a drag.
2015-02-05 nick_mMake redo action insensitive after new command.
2015-01-26 Robin Gareusamend e3da18fd
2015-01-24 Robin Gareusfix copy/drag abort.
2015-01-24 Paul Davismake MouseCursors invalid cursor API be static; use...
2015-01-23 Paul Davisallow use of null pointer as a valid cursor (implies...
2015-01-23 Paul Davisfix indentation from prior commit
2015-01-23 GZharun[Summary] Fixed bug 45163: Trim range from right corner...
2015-01-19 nick_mFixes for when rubberbanding_snaps_to_grid config setti...
2015-01-16 nick_mFix note resize double undo bug.
2015-01-14 David RobillardFix automation range drag and implement for MIDI.
2015-01-10 nick_mFix AutomationTrackItem rubberband click thinking it...
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-02 nick_mSeparate selection operations into their own temporary...
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-20 David RobillardFix various cursor problems.
2014-12-18 nick_mAdd editor selection state to session history via a...
2014-12-14 Paul Davisfix up requested color names everywhere.
2014-12-14 Paul Davisinitial pass to replace all UIConfiguration::get_XXXXXX...
2014-12-08 David RobillardFix uninitialized value in note create drag.
2014-12-08 David RobillardUnify gain and draw tools.
2014-11-25 David RobillardRemove dead code.
2014-11-24 Paul Daviswhen dragging on the canvas, use x,y pointer coordinate...
2014-11-23 David RobillardFix quantization and other time-related ops.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-20 David RobillardRemove unused variables.
2014-11-18 David RobillardFix mismatched note resize drag cursor and behaviour.
2014-11-17 David RobillardSupport cut/copy/paste of MIDI notes and controllers...
2014-11-17 David RobillardAdd "maybe" rounding modes for rounding only if necessary.
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-11-15 David RobillardOnly create MIDI regions on click when in draw mode.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 David RobillardFix wonky note length when create-dragging notes backwards.
2014-11-14 David RobillardFix crash when deleting overlapped regions.
2014-10-22 Paul Davisremove "canvasvar_" from all functions related to obtai...
2014-10-21 Paul Davisremove mouse zoom mode; bind z to zoom-to-range
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-17 Paul Davisnew code to support creating skip markers
2014-09-15 Ben Loftisfix double-click-shows-region-properties in Ripple...
2014-09-04 Robin GareusRevert "cont'd work on automation-track headers (amend...
2014-09-03 Robin Gareuscont'd work on automation-track headers (amend ba53af1c5)
2014-08-05 Ben LoftisInitial steps towards usable range-based automation...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-14 Ben Loftisremove EditAtSelectedMarker for Mixbus, to match mb2...
2014-07-09 Ben Loftispolish a few blemishes and add some comments
2014-07-09 Ben Loftisfix range select so it picks up grouped tracks
2014-07-09 Paul Daviscall Canvas::re_enter() at the end of a RegionCutDrag...
2014-07-08 Paul Daviscut cursor follows grid
2014-07-07 Paul Davisfix build after copy-n-paste/code change collision
2014-07-07 Paul Davissome code shuffling to make sure that cut mode always...
2014-07-07 Paul Davisuse an EditorCursor when dragging in cut mode to indica...
2014-07-07 Paul Davisadd functionality for cut tool
2014-07-03 Ben Loftisif a Range end is trimmed, in follow-edits mode, locate...
2014-07-03 Ben Loftisfix the naming and behavior of always-play-range to...
2014-07-01 Colin FletcherRipple mode: ripple all after start of first selected...
2014-07-01 Colin FletcherRipple mode: remove debug output
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Colin FletcherFixes for ripple mode drag
2014-07-01 Paul Davismerge with master.
2014-06-26 Paul Davisuse new TrackingText for verbose cursor
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-06-22 Paul DavisMerge branch 'canvasredesign' into cairocanvas
2014-06-21 Paul Davisuse newly factored canvas in gtk2_ardour
2014-06-19 Paul Davismodifications to region drag implementation
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Paul DavisMerge branch 'summary_background' of https://github...
2014-06-17 Paul Davisa set of inter-related subtle changes to get vertical...
2014-06-13 Paul Davisdo most of the work related to adding new anchored...
2014-06-13 Paul Davisrationalize and coordinate handle of region (time axis...
2014-06-10 Paul Davisremove ambiguous use of Rect (on OS X)
2014-06-10 Paul Davissubstantial changes in color management, involving...
2014-06-09 Paul Davisallow a drag down over the drop zone to be "reversed...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 Paul Davisintroduce Drag::_trackview_only which indicates that...
2014-06-06 Paul Davisfix position where rubberband rect is drawn
2014-06-05 Paul Davisfix up drawing and selection process for range selectio...
2014-06-05 Paul Davisremove needlessly-added method
2014-06-05 Paul Davisreinstate a canvas group where we reparent regions...
2014-06-03 Paul Davismerge onecanvas and cairocanvas branches, and manually...
2014-06-03 Paul Davismore profound changes to canvas scrolling, in particula...
2014-06-03 Paul Davisremove timebar canvas and just use a single canvas...
2014-06-03 Paul Davisremove incorrect calls to Editor::maybe_autoscroll...
2014-06-03 Paul Davisnon-copy region drag now creates a new track when a...
2014-06-03 Paul Davispart one of allowing region drag to the bottom (drop...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-31 Robin Gareusdisable snap fades to 'other' region (for now)
2014-05-31 Robin Gareustowards region-trims preserving fade duration
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-19 Paul Daviscomment tweak
2014-05-19 Paul Davisadding a new track via copy-region-drag now works ...
2014-05-19 Paul Davisnon-copy region drag now creates a new track when a...
next