fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / region_factory.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-10 Robin Gareusremove reference "const int32_t&" -> const int32_t"
2016-07-09 nick_mFix missing note divisor when creating regions, ensure...
2016-07-09 nick_mExact beat - provide audio->music mapping for region...
2016-06-28 Paul Davischanges in logic used by source cleanup to avoid endles...
2016-06-06 nick_mEnsure correct lock style before setting position.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2014-11-15 David RobillardFix crash when copying MIDI regions with midi-copy...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2013-12-04 Paul DavisMerge branch 'master' into windows
2013-12-03 Paul DavisMerge branch 'master' into windows
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-16 John EmmasMerge remote-tracking branch 'remotes/origin/master...
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-09-25 John EmmasMerge branch 'cairocanvas' into windows+cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
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-04 John Emmas'libs/ardour' - Use 'std::vector' instead of dynamicall...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-06-18 Carl HetheringtonUse a map of region names to speed up
2012-05-30 Paul Davisrethink how to load legacy crossfades as new-style...
2012-05-30 Paul Davisdebugging legacy xfade loading, part 2
2012-05-27 Paul Davisdon't add regions created with announce=false to the...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-15 Paul Davisremove two instances of static/global ScopedConnectionL...
2012-05-15 Carl HetheringtonRemove unused method.
2012-05-15 Carl HetheringtonRemove bind to shared_ptr.
2012-04-11 Carl HetheringtonFix use of invalidated iterator (#4822).
2011-12-05 Paul Daviswhen doing a pure copy of a region, which resets the...
2011-11-24 Carl HetheringtonAdd option to glue new regions to bars and beats (...
2011-10-29 Paul Davistweaks to boost debug related code, from a boost debugg...
2011-10-19 David RobillardTrim include tree.
2011-10-13 Paul Davisadd new per-session MIDI-region-copy-is-fork: if set...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-25 Paul Daviscorrect the logic used when building a compound region...
2011-05-22 Paul Davisrationalize and improve region naming conventions to...
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-02-10 Paul Davis#ifdef-ize all/most uses of the boost debug hooks API
2010-12-22 David RobillardRemove lying comment.
2010-12-22 David RobillardLess code.
2010-12-21 David RobillardConsistently mark all regions "interesting".
2010-12-21 David RobillardRemove confuzzling offset_relative stuff from region...
2010-12-20 David RobillardFix more broken whitespace.
2010-11-05 Paul Davistry to sensibly handle repeated imports of the same...
2010-09-21 Paul Davismissing part of lincoln's patch
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-25 Carl HetheringtonRename various things in the property system.
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-01 Paul Davisdebug output
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
next