fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / coreaudiosource.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2015-10-21 Robin GareusFix crash in new CoreaudioSource code (on invalid file)
2015-10-18 Paul Davislibs/* changes use new AppleUtility Library
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-20 Paul Davisadd a pure virtual FileSource::close() method so that...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-04-14 Paul Davismerge 5764970709f15e85ec30c9cea89c318eb8114c58 from...
2014-04-14 Paul Davismore work on linking file existence and removability
2012-03-02 Paul Davisfixes for 64 bit OS X build (c/o david robillard);...
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-07 Taybin RutkinUpdated CoreAudioSource to compile again.
2007-01-28 David RobillardMerged with trunk R1393.
2007-01-25 Paul Davisfix import/embed of multichannel audiofiles, as per...
2007-01-25 Taybin RutkinCocoa branch compiles again.
2006-11-19 David RobillardMerged with trunk R1141
2006-11-13 Paul Davisdisplay timecode from BWF etc in SF browser; accels...
2006-11-03 Taybin RutkinPlugin windows change title when route title changes.
2006-10-27 Sampo SavolainenEmbedded files / embedding files now work.
2006-10-21 David RobillardMerged with trunk R992.
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-19 David RobillardMerged with trunk R920.
2006-09-07 Taybin RutkinFixed compilation of coreaudiosource.cc
2006-09-01 Taybin RutkinSynced string array in sfdb_ui.cc with ImportMode enum.
2006-08-31 David RobillardMerged with trunk R879
2006-08-31 Taybin RutkinFixed compilation of CoreAudioSource
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-12 Hans Fugalmerge from trunk
2006-08-11 Hans Fugalmerge to trunk
2006-08-11 Hans FugalRect fix
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-10 David Robillard- Fixed a buffer size bug when ~/.ardour2 doesn't exist...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardMerged up to trunk R732
2006-07-28 Taybin RutkinUpdates to get CoreAudioSource linking again.
2006-07-05 David RobillardMerged with trunk, and a few trivial GUI updates etc.
2006-06-29 Hans Fugalmerging trunk
2006-06-27 Taybin RutkinCoreAudioSource moved to coreaudiosource.cc.