change the implementation of lower_region_to_bottom() and raise_region_to_top() to...
[ardour.git] / libs / ardour / playlist.cc
2009-11-02 Paul Davischange the implementation of lower_region_to_bottom...
2009-11-02 Paul Davisprovide new cut_{front,end} region methods whose semant...
2009-10-02 Paul Davisreplace all instances of prop->value() == "yes" with...
2009-06-26 Paul Davisplaylist sort patch from nick_m, improves ordering...
2009-03-23 Paul Davisuse region sync points correctly for grid and PH motion...
2008-04-01 Paul Davisinsert time operation
2008-03-24 Paul Davisstop crash occuring when carrying out playlist partitio...
2008-02-27 Paul Davisfix up BWF creation; make CoreAudioSource work; add...
2008-02-23 Paul Davisfix up meter thread management when JACK client starts...
2008-02-21 Paul Davisfix deadlock in playlist::partition(); new first idle...
2008-02-10 Sampo SavolainenFix small issue with the playlist unique name patch.
2008-02-10 Sampo SavolainenMake sure playlists have unique names
2008-02-09 Sampo SavolainenMake sure buses and tracks have unique names.
2008-02-01 Paul Davislarge chunks of code to deal with pre-analysis of audio...
2007-11-30 Paul Davisnew shuffle-splice mode; fix editormode selectors lacki...
2007-11-28 Paul Davisminor fixes from OS X land
2007-11-28 Paul Davisprovide support for playhead-to-next/previous-region...
2007-11-19 Paul Davistrim at edit point added, keybindings altered (in progr...
2007-11-19 Paul Davismassively better splice mode for all you tape freaks...
2007-11-19 Paul Davisa ton of changes based on discussions at SAE; to be...
2007-11-16 Paul Davisfixes for "optimized" read reads
2007-11-15 Paul Davisfirst pass (and hopefully correct) attempt at reading...
2007-09-07 Paul Davisautoplay mode and other tweaks to the import dialog...
2007-08-27 Paul Davisopaque xfade patch + a version of the editor ruler...
2007-04-06 Paul Davisfix nasty logic error that leads to crashing bugs when...
2007-03-21 Paul Davisprobably fix cleanup issues, but testing required
2007-03-15 Paul Davisedit groups tab gets headers (carl); use sampo's SSE...
2007-03-04 Sampo SavolainenMake playlist name bumping work for names where the...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-24 Paul Davismore region selection tweaks
2007-01-14 Paul Davismo' better fixins fer xfades, plus reinstate hiding...
2007-01-11 Paul Davisvarious fixes to named selection mgmt and display,...
2006-12-21 Paul Davisfix crashing bug on cut operation; panner noodling
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-12-04 Nick Mainsbridgefix incorrect region opacity after move + undo
2006-11-30 Nick Mainsbridgealways check_dependents() after a relayer() (useful...
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-11-06 Paul Davisbetter error message if VST SDK is not installed and...
2006-11-02 Paul Davisallow track selection to be toggled (ctrl-clicked)...
2006-11-01 Paul Davisfix bug in find_next_region() when starting frame match...
2006-10-26 Paul Davisremove StateManager code entirely and more debugging...
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-20 Paul Davisfixes for crossfade views, crossfades and undo/redo...
2006-10-19 Paul Davismajor changes to Region, AudioRegion, Playlist, AudioPl...
2006-10-18 Paul Davismore object lifetime management fixes, plus a couple...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
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-25 Paul Davisthe BIG CONFIG patch
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-14 Hans Fugalpulling trunk
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-03-31 Sampo SavolainenSplitting a region doesn't affect layering: the two...
2006-03-31 Sampo SavolainenSplitting a regon now retains crossfades, even if the...
2006-03-20 Sampo SavolainenFix for #1179. Crossfades are not lost anymore when...
2006-03-16 Sampo SavolainenCompleted playlist copy constructor. Also fixed issue...
2006-03-14 Sampo SavolainenCrossfade copy-constructor + copy crossfades when creat...
2006-01-08 Paul Davisa metric ton of changes
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-24 Taybin Rutkinlibardour added.