Merge branch 'master' into windows
[ardour.git] / libs / ardour / region_factory.cc
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-17 Paul DavisMerge branch 'master' into windows
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
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...
2010-03-06 Paul Davisremove the session region list; GUI now represents...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-20 Paul Davisensure that imported regions have names based on the...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisfix up reload of existing session by avoiding stupid...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-10-15 Paul Davismore set_state() tweaks to get a 2.X session to load...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-02-22 David RobillardClean up weird formatting from underlays patch.
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2008-02-02 David RobillardMerge with trunk R2978.
2007-05-31 Paul Davisfixup botched xfade-as-audioregion; apply work from...
2007-05-30 Paul Davis(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-10-21 David RobillardMerged with trunk R992.
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-29 David RobillardMerged with trunk R861
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
2006-08-25 Paul Davisnew file