enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / audio_playlist.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-09 nick_mAudioPlaylist doesn't double-notify that contents have...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2013-03-21 Paul Davisfix nasty crash when using double-nested compound ...
2012-12-13 Ben Loftiscrossfade hack and slash. removed overlap checks,...
2012-12-12 Ben Loftismuted regions should be totally ignored during playlist...
2012-06-10 Carl HetheringtonFix off-by-one in computation of crossfade lengths.
2012-06-09 Carl HetheringtonComment tweak.
2012-06-01 Paul Davisfix construction of new xfades from legacy xfades,...
2012-05-30 Paul Davisrethink how to load legacy crossfades as new-style...
2012-05-30 Paul Davisdon't abort when loading legacy xfades if the constitue...
2012-05-30 Paul Davisdebugging legacy xfade loading, part 2
2012-05-30 Paul Davisdebugging legacy xfade loading
2012-05-29 Paul Davisdon't reset region fades to default after a playlist...
2012-05-26 Paul Davisconvert audioregion xfade stuff to properties, add...
2012-05-24 Paul Davisalways create short xfades when adding a region based...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-16 Paul Davisswitch to a RWLock for Playlist, to allow simultaneous...
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-05-01 Paul Davisremove recursive mutex from Playlist, replace with...
2012-05-01 Paul Davismostly backup-oriented commit to preserve very initial...
2012-04-27 Paul DavisCrossfades: default xfades are now constant-power,...
2012-04-26 Carl HetheringtonUse Glib::Threads::RecMutex rather than Glib::RecMutex...
2012-04-18 Carl HetheringtonAdd drawing.
2012-04-18 Carl HetheringtonRe-work fade operation to be closer to Mixbus; things
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-02-01 Carl HetheringtonMake crossfade convert-to-full and activate/deactivate...
2012-01-04 Carl HetheringtonUse a few shared_ptrs to make things slightly neater.
2011-12-30 Carl HetheringtonSet up layering_index immediately on an explicit layer...
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-20 Paul Davisremove absurd internal Crossfade constructor that confu...
2011-07-19 Carl HetheringtonRemove unused parameters to AudioRegion::read_at
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-22 Paul Davissecond half of "bomb out if playlist construction from...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davisremove unused and useless "src" argument for a number...
2011-05-30 Paul Davisadd dependents to a compound playlist before creating...
2011-05-26 Paul Davismore combine/uncombine fixes including making uncombine...
2011-05-26 Paul Davisturn off relevant fade in/out before creating peakfiles...
2011-05-25 Paul Davisrestore compound region fade, where possible, to consti...
2011-05-25 Paul Davislogic to copy audio region fade in/fade out into compou...
2011-05-17 Paul Davisrevert that last commit
2011-05-17 Paul Davisput compounded-xfades at the right place, i think
2011-05-17 Paul Davisxfades in combined regions seem to work
2011-05-17 Paul Davisnot actually working attempt to copy relevant xfades...
2011-05-17 Ben Loftisfix thinko in playlist constructor for cut and copy
2011-05-12 Paul Davisfix minor type error
2011-05-11 Carl HetheringtonFix previous patch using Ben's patch from A2 to fix...
2011-05-11 Carl HetheringtonReset fades on regions copied from time ranges in other...
2011-01-29 Paul Davisprevent formation of new xfades when two regions are...
2011-01-17 Carl HetheringtonFix build.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Carl HetheringtonA few type fixes.
2010-09-14 Carl HetheringtonFix restoration of MementoCommand<Crossfade>. Fixes...
2010-08-29 Carl Hetherington(Hopefully) clarify operator= and copy construction...
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
2010-08-25 Paul Davischeck dependents in Playlist after moving a region...
2010-07-22 Carl HetheringtonWhen a region movement is undone, prevent the resulting...
2010-06-23 Paul Davisfix some non-debug compile warnings
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-01 Carl HetheringtonFix double-delete crash.
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-24 Carl HetheringtonFreeze the audio playlist after completing the set_stat...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-03 Carl HetheringtonUse sigc::slots rather than templates + function ptrs...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-12-31 Carl HetheringtonFlip stacked regions order so that the highest layer...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-26 Nick Mainsbridgeuse filechooser widget in export dialog, selected files...
2007-10-23 Carl HetheringtonFix crash due to invalidated shared_ptr, as suggested...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-31 Paul Davisfixup botched xfade-as-audioregion; apply work from...
2007-05-30 Paul Davis(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all...
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-07 Paul Davisfix #1637 (needs merging to 2.0.1 branch); remove debug...
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-29 David RobillardMerged with trunk R1761
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
next