Merge branch 'master' into windows
[ardour.git] / libs / ardour / playlist.cc
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-04 John Emmas'libs/ardour' - Use 'const_iterator' where appropriate...
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisremove an identical odd namespacing typo
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisremove odd namespacing typo
2013-01-04 Paul Davisallow region list selection of whole file regions to...
2012-12-13 Ben Loftiscrossfade hack and slash. removed overlap checks,...
2012-06-10 Carl HetheringtonSet up layering correctly on compound playlists so...
2012-06-01 Carl HetheringtonWhen we rename a track, only rename its playlist if it
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-23 Paul Davisstop deadlock when pasting into a playlist
2012-05-16 Paul Davisswitch to a RWLock for Playlist, to allow simultaneous...
2012-05-01 Paul Davisremove recursive mutex from Playlist, replace with...
2012-04-29 Carl HetheringtonHandle update of crossfades on explicit relayer more...
2012-04-28 Carl HetheringtonRemove unused variable.
2012-04-27 Paul DavisCrossfades: default xfades are now constant-power,...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-02 Carl HetheringtonRemove some unused stuff.
2012-02-01 Carl HetheringtonTidy up slightly.
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-04 Carl HetheringtonUse a few shared_ptrs to make things slightly neater.
2011-12-31 Carl HetheringtonEmit notify_layering_changed() more often; especially...
2011-12-30 Carl HetheringtonAnywhere that deletes regions needs to use a rdiff...
2011-12-30 Carl HetheringtonDebug code.
2011-12-30 Carl HetheringtonSet up layering_index immediately on an explicit layer...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-28 Carl HetheringtonRemove unused variable.
2011-12-27 Carl HetheringtonTry to make new layering stuff play nicely with undo.
2011-12-27 Carl HetheringtonHack around one case where satisfying all constraints...
2011-12-27 Carl HetheringtonMore debugging.
2011-12-27 Carl HetheringtonImprove debug slightly and fix raise/lower.
2011-12-27 Carl HetheringtonBasic DEBUG_TRACE for layering code.
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-20 Carl HetheringtonNow that notify_length_changed() just calls
2011-12-20 Carl HetheringtonRemove LengthChanged that no-one was listening to.
2011-12-13 Paul Davisfix up mess with unassigned Playlist::orig_track_id
2011-12-12 Carl HetheringtonSet up region BBT time when frame position changes...
2011-12-11 Carl HetheringtonKeep track of MIDI region's start positions in beats, to
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-22 Paul Davisdrobilla-spacification of playlist.cc, along with corre...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davisreverse the use of copy_dependents() when uncombining...
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-26 Paul Davismove session file storage of nested sources from playli...
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-25 Paul Daviscorrect the logic used when building a compound region...
2011-05-25 Paul Davischange region selection after a combine op
2011-05-25 Paul Davisadd back combine/uncombine debugging; fix uncombine...
2011-05-23 Paul Davisuncombine now pays attention to trims + moves done...
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
2011-05-21 Carl HetheringtonFix problems with restoration of unused playlists ...
2011-05-17 Paul Davisnot actually working attempt to copy relevant xfades...
2011-05-16 Paul Davistrack combine ops per-playlist to avoid name collisions...
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Paul Davissane naming scheme for combined regions; fix deadlock...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-02-21 Paul Davisc&p debug
2011-02-21 Paul Davisc&p debug
2010-12-20 Carl HetheringtonFix split of midi regions after tempo / meter changes.
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-11-04 Carl HetheringtonPaste regions in the right place. Fixes #3517.
2010-10-02 Carl HetheringtonSmall cleanup.
2010-09-23 Carl Hetheringtonframecnt -> framepos for extents, as I think it makes...
2010-09-21 Paul Davismissing part of lincoln's patch
2010-09-20 Paul Davisregion list displays actual playlist use count for...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-29 Carl Hetherington(Hopefully) clarify operator= and copy construction...
2010-08-29 Carl HetheringtonFix up some inconsistencies in handling of region sync...
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-08-25 Paul Davismajor chunk of the region layering editor from 2.X...
2010-08-25 Carl HetheringtonSmall cleanups.
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-25 Carl HetheringtonModify StatefulDiffCommand undo record to only contain...
2010-08-25 Carl HetheringtonMove various code up the Property / Stateful hierarchies.
2010-08-25 Carl HetheringtonRename various things in the property system.
2010-08-22 Carl HetheringtonMove some RegionListProperty methods up to SequenceProp...
2010-07-27 Carl HetheringtonFix up gain envelope handling with region split. Fixes...
2010-07-22 Carl HetheringtonDon't move automation to follow region when a region...
2010-07-22 Carl HetheringtonWhen a region movement is undone, prevent the resulting...
next