summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_playlist.cc
AgeCommit message (Expand)Author
2011-05-17fix thinko in playlist constructor for cut and copyBen Loftis
2011-05-12fix minor type errorPaul Davis
2011-05-11Fix previous patch using Ben's patch from A2 to fix #4035 properly.Carl Hetherington
2011-05-11Reset fades on regions copied from time ranges in other regions (#4035).Carl Hetherington
2011-01-29prevent formation of new xfades when two regions are precisely co-terminal, a...Paul Davis
2011-01-17Fix build.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02A few type fixes.Carl Hetherington
2010-09-14Fix restoration of MementoCommand<Crossfade>. Fixes #3418.Carl Hetherington
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the Property...Carl Hetherington
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ...Paul Davis
2010-07-22When a region movement is undone, prevent the resulting movement from trigger...Carl Hetherington
2010-06-23fix some non-debug compile warningsPaul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-01Fix double-delete crash.Carl Hetherington
2009-11-28tracing and small fixes to improve object destruction pathwaysPaul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-24Freeze the audio playlist after completing the set_state on the parent playli...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-03Use sigc::slots rather than templates + function ptrs for a foreach_region an...Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-31Flip stacked regions order so that the highest layer is at the top of the pil...Carl Hetherington
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge
2007-10-23Fix crash due to invalidated shared_ptr, as suggested by PaulCarl Hetherington
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-05-31Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes...David Robillard
2007-05-31fixup botched xfade-as-audioregion; apply work from 2.0-ongoingPaul Davis
2007-05-30(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all? not likely) problems wit...Paul Davis
2007-05-21virtualize audioregion, make crossfade IS-A audioregionPaul Davis
2007-05-07fix #1637 (needs merging to 2.0.1 branch); remove debug printfPaul Davis
2007-04-29Merged with trunk R1761David Robillard
2007-03-18Merged with trunk R1612.David Robillard