Add reset region gain action for selected regions
[ardour.git] / gtk2_ardour / editor_ops.cc
2017-03-04 Tim MayberryAdd reset region gain action for selected regions
2017-03-02 Robin GareusFix crash when inserting time with split intersected...
2017-02-27 nick_mcomplete changes to tempo type.
2017-02-27 nick_mrework tempo editing.
2017-02-18 nick_mfix missing command in Editor::snap_regions_to_grid ()
2017-02-13 Robin GareusGUI action Transport/RecordCountIn
2017-02-08 Paul DavisNO-OP: whitespace changes
2017-02-08 Paul Davisimproved fix for #7208, hopefully
2017-02-04 John Emmas'CheckMenuItem' conflicts with an item already existing...
2017-02-04 nick_mmore inconsistent menu item fiddling.
2017-02-04 nick_mmore messing about with inconsistent menu state.
2017-02-04 nick_mallow "Glue to Bars & Beats" in region menu to be in...
2017-02-04 nick_mrework snap
2017-01-27 Paul Davisremove editor/mixer selection change signals; make...
2017-01-22 Paul Davismake undo/redo work for Regions > Edit > Close Gaps
2017-01-19 Robin GareusGUI: use new preroll-rec + trim mode
2017-01-19 Robin GareusRemove rec-with-preroll, prepare for rework
2017-01-19 Robin GareusRemove Editor API to calc preroll duration
2017-01-18 Robin GareusPromote the preroll_seconds config option to include...
2017-01-18 Robin Gareusprepare for musical-time preroll
2017-01-18 Robin GareusAdd GUI action to record with preroll
2017-01-12 Ben LoftisSupport repeated jump-backward-to-mark while playing.
2016-12-28 nick_mallow all types of range location (loop, start, end...
2016-12-19 Ben LoftisTweak behavior of Play-With-Preroll action
2016-12-19 Ben LoftisFollow Edits => Follow Range
2016-12-13 Tim MayberryChange Zoom to Selection action (Z key) to zoom on...
2016-12-06 Tim MayberryDon't move the Range Selection after performing Multi...
2016-11-28 Robin GareusSpeed up track deletion when Editor-Mixer is visible
2016-11-21 Tim MayberryMake Cut mode respect snap modifer
2016-11-11 Tim MayberryUse the frame corresponding to the current mouse positi...
2016-11-11 Tim MayberryChange Editor temporal zoom methods to be able to use...
2016-11-10 Robin Gareusprevent crash during track-deletion (un-selecting delet...
2016-10-20 Ben LoftisTrack Add/Remove Time dialog improvements:
2016-09-27 Paul Davisadd explicit "duplicate-regions" action
2016-09-27 Paul Davisdon't get into nested run loops if quantize is reinvoke...
2016-09-09 Paul Davisclosing the normalize dialog should not run normalize...
2016-09-09 Paul Davisfix WM close handling for session lock dialog (#7017)
2016-08-27 Paul Davissingle action punch in 5.2
2016-08-17 Paul DavisGUI does an even stronger check on no undo/redo while...
2016-08-13 nick_mRemove assumption that the meter starts at frame 0...
2016-08-13 Nathan StewartAdd "Marker Toggle" #5193
2016-08-13 Robin Gareusadd RMS region normalization option
2016-08-08 Paul Davisfix thinko that causes near duplicate menu items in...
2016-07-25 Robin Gareusadd some flush_pending timeouts
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-12 Paul Davistwo more places where the user can explicitly set the...
2016-07-12 Paul DavisGUI side of : once the user has explicitly set the...
2016-07-10 Robin Gareusremove reference "const int32_t&" -> const int32_t"
2016-07-09 nick_mStop passing references to things that may disappear...
2016-07-09 nick_mPaste uses exact beats. rework _start_beats calculation...
2016-07-09 nick_mExact beat - provide audio->music mapping for region...
2016-06-10 Paul Davisfix behaviour of select_(next|prev)_route() in editor...
2016-06-02 Paul Davisvarious safety checks for the result of dynamic_cast...
2016-05-31 Paul Davisuse new record safe control in GUI
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.
next