first vaguely working version using PresentationInfo
[ardour.git] / gtk2_ardour / editor_ops.cc
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-27 nick_mTempo ramps - rename meter/tempo_section_at() -> meter...
2016-05-27 nick_mTempo ramps - rename meter_at() -> meter_at_frame(...
2016-05-27 nick_mTempo ramps - more code consolidation wrt add meter...
2016-05-27 nick_mTempo ramps - fix ambiguous api, fix flickering tempo...
2016-05-27 nick_mPreformance - reinstate EditorRegions::freeze_tree_mode...
2016-05-27 nick_mPerfornamce - remove dubious optimisation.
2016-05-27 nick_mTempo ramps - music-locked meters now use beats rather...
2016-05-27 nick_mTempo ramps - fix more namespace confusion
2016-05-27 nick_mTempo ramps - remove the concept of bars from tempo...
2016-05-27 nick_mTempo ramps - define_one_bar() delivers constant tempo.
2016-05-27 nick_mInitial stab at tempo ramps.
2016-05-24 Robin Gareusfreeze thread is not detached and needs to be joined
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-03 Robin Gareusbatch remove tracks
2016-05-01 Robin GareusGUI updates for transient rework
2016-04-08 Robin Gareuschange const some functions to const. (prepare lua...
2016-03-05 yonideshiFix for issue #0006803
2016-02-22 Paul Davisremove use of current_toplevel() where unnecessary...
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-02-22 Adrian KnothSpelling correction patch from Debian
2016-02-06 Colin Fletcherinsert time: ignore mouse as edit point
2016-02-06 Colin Fletcherinsert time: remove pointless local variable
2016-02-06 Colin FletcherMake name of undo action for 'Remove Time' consistent
2016-01-28 Tim MayberryChange duplicate range to use time range/s rather than...
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-21 Tim MayberryRefactor code into Editor::temporal_zoom_step_mouse_foc...
2016-01-21 Tim MayberryRefactor scrolling in Editor ruler canvas area into...
2016-01-21 Tim MayberryRefactor scrolling track canvas in Editor class into...
2015-12-08 Robin Gareusfix "stuck marker focus" after deleting marker.
2015-12-04 André NusserRemove "Fill Range with Region" from menu and also...
2015-12-03 Paul DavisMerge branch 'chaot4-fix_crop_region_to_range_2'
2015-12-03 André NusserFix "Crop Region to Range" -- second attempt.
2015-12-02 Paul Davisfix double template syntax
2015-12-02 Paul DavisMerge branch 'chaot4-fix_fill_track'
2015-12-02 André NusserFix "Fill Track".
2015-12-02 André NusserFix "Crop Region to Range".
2015-11-19 Ben Loftisprovide user preference for pre-roll
2015-11-04 Paul DavisMerge branch 'chaot4-fix_duplicate_fencepost_error'
2015-11-04 André NusserFix fencepost error in duplicate_some_regions. Adapt...
2015-10-30 Robin Gareussuspend timers while flushing the gtk-event queue.
2015-10-22 Robin Gareusfix edge-case: (move playhead w/o session)
2015-10-18 Paul DavisMerge branch 'chaot4-fix_midi_menu_consistency_new'
2015-10-18 André NusserIntroduce "Transpose..." also in the context menu of...
2015-10-18 André NusserFix tiny memory leak.
2015-10-18 Robin Gareusdisable follow-edits with external sync #6577
2015-10-07 Robin Gareusfix crash on 2nd Lock
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-04 Robin Gareusremove unused function
2015-09-28 Paul DavisRevert "add new action and loop marker menu item for...
2015-09-28 Paul Davisadd new action and loop marker menu item for setting...
2015-09-20 André Nusserfix duplicating multiple selected regions - fixes ...
2015-09-19 Robin Gareusfix possible endless loop in silence detection
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-16 Tim MayberryDon't try and split a region when dragging, should...
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.
next