summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2009-10-27Add OK/Cancel buttons to quantize dialog.David Robillard
2009-10-26provide accessors to Editor::snap_{type,mode} ; when nudging notes, use grid ...Paul Davis
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-20Make the behaviour zoom to region more intuitive (IMHO); ie always zoom to th...Carl Hetherington
2009-10-20Tidy up the popup region editor and fix a few bugs with it; should close mant...Carl Hetherington
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-01visual state patches from 2.XPaul Davis
2009-09-09Clean up some confusion about offering a denormalize menu option when a regio...Carl Hetherington
2009-09-07use diff commands for quantize, with infrastructure changes as requiredPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-24Patch from lincoln to add track resize buttons to the top-left corner of the ...Carl Hetherington
2009-08-24Don't use the edit position to gather regions to cut, otherwise it can be con...Carl Hetherington
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-08-20Remove an unused action and some duplicated code.Carl Hetherington
2009-08-13more MIDI paste improvements, plus move region-mute binding to PRIMARY-m and ...Paul Davis
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-07-21Clean up range menu a bit. Make a couple of range actions happen to all trac...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-07-03Factor regions list out of Editor.Carl Hetherington
2009-07-03Split route group list out of Editor.Carl Hetherington
2009-07-01Separate route list code from Editor into its own object, EditorRouteList. H...Carl Hetherington
2009-06-26Clean-up.Carl Hetherington
2009-06-26Make a few region operations undoable and responsive to route groups.Carl Hetherington
2009-06-25Various adjustments to make more operations respect the Edit property on rout...Carl Hetherington
2009-06-22Option to fit a route group to the editor window.Carl Hetherington
2009-06-20Remember last normalization value when the dialog is re-opened.Carl Hetherington
2009-06-20Allow normalization to less than max, as per mantis #2739.Carl Hetherington
2009-06-17Remove unused resize-line code. When resizing multiple tracks, resize them i...Carl Hetherington
2009-06-13Various fixes and improvements to editor summary widget.Carl Hetherington
2009-06-10Make waveform show / scale / shape a global option in the prefs dialog to cle...Carl Hetherington
2009-06-08Allow Insert Time option to move tempos and time sig changes, as per #1951.Carl Hetherington
2009-06-08Clean up the insert time dialog a bit.Carl Hetherington
2009-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-04-30Preview effect of strip silence within the dialog.Carl Hetherington
2009-04-29First cut of option to strip silence from audio regions, as per mantis #1623Carl Hetherington
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-03-06Make it possible to consolidate/bounce ranges without applying processingSampo Savolainen
2009-02-27Set thread done flag when freeze completes.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19I am become death, destroyer of boilerplate.David Robillard
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2009-02-16Fix a bunch of the ol' trivial audio-specific-for-no-particular-reason things.David Robillard