summaryrefslogtreecommitdiff
path: root/libs/ardour/playlist.cc
AgeCommit message (Expand)Author
2009-06-03Remove unused method..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-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-12-31Bug fixes to find_next_region_boundary (), unless I'm missing something.Carl Hetherington
2008-12-16Implement #2425: option for automation to follow region moves.Carl Hetherington
2008-09-29still call Port::cycle_start() for output ports; remove otification calls fro...Paul Davis
2008-09-14More gracefully handle type mismatch errors when doing playlist things (just ...David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
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-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid 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-18Remove region raise() and lower(). Try to do region layering better.Carl Hetherington
2007-05-07require new JACK API; fix inheritance bug in AudioRegion::verify_*()Paul Davis
2007-04-12Merged with trunk R1705.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-28Merged with trunk R1393.David Robillard
2007-01-15Merged with trunk R1327.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R999.David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-14- MIDI "recording" - rec region creation/drawing, actual MIDI region creation...David Robillard
2006-07-23Split pretty much the entire GUI in 3. Audio and Midi "editor strips" andDavid Robillard
2006-07-14Merge big changes (mostly Controllable) from trunkDavid Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-13Merged with trunk (painfully)David Robillard
2006-03-31Splitting a region doesn't affect layering: the two remaining piecesSampo Savolainen
2006-03-31Splitting a regon now retains crossfades, even if the split happensSampo Savolainen
2006-03-20Fix for #1179. Crossfades are not lost anymore when regions are split.Sampo Savolainen
2006-03-16Completed playlist copy constructor. Also fixed issue with layering inSampo Savolainen
2006-03-14Crossfade copy-constructor + copy crossfades when creating a copy of aSampo Savolainen
2006-01-08a metric ton of changesPaul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis