Check that a route has a track before trying to insert time on it.
[ardour.git] / gtk2_ardour / editor_ops.cc
2015-09-10 Colin FletcherCheck that a route has a track before trying to insert...
2015-08-27 Ben Loftisclean-up previous commit
2015-08-19 Ben LoftisAdd missing actions from MB2 for Mike:
2015-07-16 Ben Loftismerge fix again
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davisuse Tracks' MainMenuDisabler during session lock (could...
2015-06-26 Paul Davismake the quantize dialog persistent so that settings...
2015-06-25 Colin Fletcherrename TempoMap::cut_time() to remove_time()
2015-06-17 Colin FletcherRename 'Cut time' to 'Remove time'
2015-06-17 Colin FletcherUpdate 'Cut time' to match 'Insert time', and fix cut...
2015-06-17 Colin FletcherUse 'Insert time' dialogue for 'Cut time' too.
2015-06-17 Colin FletcherInsert time: don't unlock markers we're not going to...
2015-06-17 Colin FletcherInsert time: fix moving of range markers
2015-06-16 nick_mUse a better pattern to avoid abort_reversible_command().
2015-06-16 nick_mUnbreak region brush drag wrt undo, avoid some dangling...
2015-05-18 nick_mRevert to old Lock mode (still called Lock).
2015-05-17 nick_m"Lock" mode is now "Constrained", make snap absolute...
2015-04-27 Ben Loftisnew actions: allow user to set session start and end...
2015-04-21 benminor tweaks to Cut Time dialog. Use an enum to tell...
2015-04-21 Colin FletcherPort 'Cut time' code from Mixbus
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-06 Paul Davisrationalize incorrect design for removing tracks.
2015-03-25 Robin Gareusconsistent message session start->end.
2015-03-21 Robin Gareusonly temp. disable visual state saving.
2015-03-21 Robin Gareusvertical fit: hide tracks in-between
2015-03-19 Robin Gareusvertical scroll stop on automation lanes
2015-01-30 Ben Loftisremove locate before loop, which was causing intermitte...
2015-01-11 Ben Loftisremove track-selection requirement so fit_selected_trac...
2015-01-08 Ben Loftischange Split menu entry to say Split/Separate (it was...
2015-01-07 Ben Loftisnow that regions and range selections are exclusive...
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-02 nick_mMake editor undo/redo actions sensitive at appropriate...
2015-01-02 nick_mSeparate selection operations into their own temporary...
2014-12-28 David RobillardMIDI transform dialog.
2014-12-26 Robin Gareusfix "alt+g" duplicate range selection.
2014-12-25 David RobillardContext menu for applying edits to note selection.
2014-12-22 Ben Loftisconsolidate zoom-to-range and zoom-to-regions into...
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-20 David RobillardFix various cursor problems.
2014-12-19 Colin FletcherImplement configurable region selection after split
2014-12-19 David RobillardFix copy paste of MIDI and track automation.
2014-12-19 David RobillardRemove internal edit mode and add "content" tool.
2014-12-18 nick_mAdd editor selection state to session history via a...
2014-12-09 Ben Loftisadd set-session-extents-from-edit-range
2014-12-08 David RobillardFix alignment of automation paste.
2014-12-07 David RobillardAdd legatize and remove overlap MIDI operations.
2014-12-07 David RobillardFix crash on shift+rclick of region to remove.
2014-12-06 David RobillardAdapt range when copying between automation types.
2014-12-06 David RobillardSupport paste between automation lanes.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-12-01 Colin FletcherAdd comment about parameters to coverage() including...
2014-11-25 David RobillardRemove dead code.
2014-11-23 David RobillardFix quantization and other time-related ops.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-18 David RobillardFix incredibly unlikely NULL pointer dereference.
2014-11-18 David RobillardFix zoom out limiting logic to actually limit minimum...
2014-11-17 David RobillardSupport cut/copy/paste of MIDI notes and controllers...
2014-11-17 David RobillardSupport cut/copy/paste of several regions and lines...
2014-11-17 David RobillardDon't add spurious points when copy/pasting automation.
2014-11-17 David RobillardReset repeated paste state on cut/copy.
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-11-15 David RobillardImplement "multi-paste" for notes, regions, and automation.
2014-11-15 David RobillardFix MIDI note cut/copy/paste.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-14 David RobillardFix crash when deleting overlapped regions.
2014-10-29 Robin Gareusfix vertical canvas scrolling
2014-10-21 Paul Davisa few tweaks to zoom computations so that zoom-to-range...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-02 Colin FletcherDon't select newly created regions after splitting...
2014-10-02 Colin FletcherText tweaks and typo fixes
2014-09-17 Paul Davisdo not stupidly try to save punch/loop/session ranges...
2014-09-15 Ben Loftisfix various loop-initiation faults
2014-09-13 Colin FletcherMake zoom-to-session include regions currently being...
2014-09-05 Robin Gareusfundamentally change ArdourButton PangoLayout handling
2014-09-03 Ben Loftisfix Play Loop from range context menu
2014-08-31 Robin Gareusupdate track-header width when removing track(s).
2014-07-25 Ben Loftisseveral fixes to make processor selection and deletion...
2014-07-25 Ben LoftisRemove "implicit" selection for plugin deletion.
2014-07-24 Ben LoftisRevert previous select-strips-under-mouse behavior
2014-07-23 Ben LoftisAllow deletion of processors in editor_mixer_strip...
2014-07-23 Ben LoftisAdd some new zoom-to-selection actions, so zoom tool...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-15 Paul Davisadd Editor::trackviews_height() convenience function...
2014-07-14 Paul Davisscroll up/down by tracks uses top edge as "focal point...
2014-07-11 Paul Davisrestore correct functioning of fit-tracks, which was...
2014-07-10 Paul Davisadd "fade range" operation, bound to alt-f at present...
2014-07-08 Ben Loftisfix thinko with split selections. also ignore follow_e...
2014-07-08 Paul Davisinitial implementation of "bring all media into session...
2014-07-06 Ben Loftisnow that track and region selections are mutually exclu...
2014-07-06 Ben Loftisnew approach to selections which will help rationalize...
2014-07-05 Ben Loftisfurther rationalization of the editor. after a split...
2014-07-03 Paul Davisadd new regions created by split to selection after...
2014-07-03 Ben Loftislots of keybinding changes. added a new action to...
2014-07-03 Ben Loftisfix the naming and behavior of always-play-range to...
2014-07-02 Paul Davissimplify zooming, remove Editor::clamp_samples_per_pixe...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Colin FletcherRemove unused code
next