summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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
2009-01-06Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing ...Carl Hetherington
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-22Fix repeated toggling of visual state (zoom to region for example), fix zoom ...Nick Mainsbridge
2008-10-20Fix warnings because I have much more important things to do.David Robillard
2008-10-19Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-14fix a few things related to fit-to-tracks and toggle-visual-state (from 2.0)Paul Davis
2008-10-13Fit tracks fix from 2.0, don't crash if some env vars aren't set, remove some...Nick Mainsbridge
2008-10-09add toggles for region fade in/out/both active, plus toggle for region fades ...Paul Davis
2008-10-03Assortment of minor changes from 2.0-ongoing.David Robillard
2008-09-19chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; ...Paul Davis
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-19Merge with 2.0-ongoing R3082.David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-02-10Committed underlay support (from Audun).David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-19Merge with 2.0-ongoing R2943.David Robillard
2008-01-19Merge with trunk R2935.David Robillard
2008-01-15Merge with trunk R2920.David Robillard
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2008-01-07Merge with 2.0-ongoing R2653.David Robillard
2007-11-25Fix unused variable warning.David Robillard
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-09-10Avoid dereferencing invalidated iterator when removing selected regions. Fixe...Tim Mayberry
2007-08-06Genericificationalizeified AudioFilter (now Filter).David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-15Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accesso...David Robillard
2007-05-18Remove region raise() and lower(). Try to do region layering better.Carl Hetherington
2007-05-14add new "lock position" feature for regionsPaul Davis