Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing...
[ardour.git] / libs / ardour / audioregion.cc
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-09 Carl HetheringtonStop fades being reset on dragging an audio region...
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-08-24 Carl HetheringtonFix uninitialised variable.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-14 Carl HetheringtonFix up some problems with Region::_master_sources
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-29 Carl HetheringtonFirst cut of option to strip silence from audio regions...
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardClean up Region interface, remove Readable stub kludge.
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-19 David RobillardRemove unused Session::curves.
2009-02-16 David RobillardFix a bunch of the ol' trivial audio-specific-for-no...
2009-02-09 Carl HetheringtonFix fade outs on split regions.
2008-12-23 Carl HetheringtonBug fixes so that region split does not clobber region...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-09 Paul Davisadd global region fade toggle; fixup (?) reload of...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-28 Paul Davischanges from torben for processor/plugin count determin...
2008-09-26 David RobillardRemove duplicate and always NULL Session peak functions.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-17 Paul Davismerge Sakari's (sbergen) branch back into 3.0, removing...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-19 David RobillardMerge with 2.0-ongoing R3082.
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge with 2.0-ongoing R2883.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-11-08 Paul Davismerged with 2.0-ongoing changes 2582-2605 (not thorough...
2007-10-04 Carl HetheringtonFix to stacked layering for the case when a region...
2007-09-11 Paul Davismake sure that AudioRegion::set_live_state() notifies...
2007-09-06 David RobillardDeep "automation regions" support.
2007-08-06 David RobillardGenericificationalizeified AudioFilter (now Filter).
2007-07-03 David Robillards/ParamID/Parameter/
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 David RobillardBig ol' automation refactor.
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-16 Paul Davisbaby steps to virtualize AudioRegion
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-07 Paul Davisrequire new JACK API; fix inheritance bug in AudioRegio...
2007-05-02 Paul Davisreintroduce use of optimized functions for gain into...
2007-05-01 Paul Davisinitial fixes to get build to work without new JACK...
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-09 Paul Davismake region opacity work again; fix several other regio...
2007-03-21 Paul Davisprobably fix cleanup issues, but testing required
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-14 Paul Davisno more peak building thread; don't print config var...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-22 Taybin RutkinFixed for prior unused file cleanup.
2007-01-29 Paul Davissmall change to region creation for make-mono-regions...
2007-01-28 David RobillardMerged with trunk R1393.
2007-01-26 Paul Davisfix "make mono regions", mostly
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-02 Paul Davisfinish use of EnumWriter for saving flags etc. througho...
2006-12-22 Paul Davisstart using global, 100% generic enum to/from string...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-27 Paul Davismany small changes, see ardour-dev for more
2006-11-19 David RobillardMerged with trunk R1141
2006-11-16 Paul Davistrack naming patch from brian; slightly modified F11...
2006-11-13 Paul Davisremove almost everything from region editor, make popup...
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-11-03 Paul Davismove all destructive functionality into SndFileSource...
2006-11-02 Paul Davisallow track selection to be toggled (ctrl-clicked)...
2006-11-01 Paul Davisfix crashing bug caused by recursive set_state() nonsen...
2006-11-01 Paul Davisdebugging some crashes with oofus + flowrobot
2006-10-31 Paul Davisfix crashes when loading ardour 0.99 sessions, restore...
2006-10-26 Paul Davisfix SVN merge SNAFU causing double deletion
2006-10-26 David RobillardMerged with trunk R1010
2006-10-25 Paul Davisfixes for endemic (compiler?) issues with virtual inher...
2006-10-21 David RobillardMerged with trunk R999.
2006-10-21 David RobillardMerged with trunk R992.
2006-10-21 Paul Davisvarious fixes related to lifetime management and xfades...
2006-10-20 Paul Davisfixes for shared_ptr from this errors in Region, mostly...
2006-10-19 Paul Davismajor changes to Region, AudioRegion, Playlist, AudioPl...
2006-10-11 Paul Davismake MementoCommand inherit from sigc::trackable so...
2006-10-10 Paul Davisadd control port to ardour.rc.in and fix crash bug...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-10-05 Paul Davisprevent normal regions from moving with session start
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-26 Paul Davisversion of a patch from Ben Loftis to correct how offse...
2006-09-19 David RobillardMerged with trunk R920.
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-31 Paul Davismerge changes from harrison branch back into trunk...
2006-08-31 David RobillardMerged with trunk R874.
2006-08-30 Nick Mainsbridge** requires svn jack ** Hardware monitoring should...
2006-08-29 David RobillardMerged with trunk R861
next