Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / source.cc
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-01-31 Paul Davisdo not try to open sources with write-permission if...
2010-09-28 Carl HetheringtonDon't mark reloaded MIDI sources as non-writable. ...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-15 Paul Davislincoln's patch to stop a3 from nuking bounced files...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
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-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-01-06 Paul Davisscrew up MIDI control "automation" tracks quite a bit...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-10-28 David RobillardRemove unused source reference count.
2009-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-18 David RobillardFix ardour2 -> ardour3 issues.
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-05-17 Tim MayberryRemove bogus assertion from ardour/source.cc as the...
2007-05-10 David RobillardGot rid of (possibly?) false assertion (not present...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-21 Paul Davisprobably fix cleanup issues, but testing required
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
2006-09-19 David RobillardMerged with trunk R920.
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-29 David RobillardMerged with trunk R861
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
2006-08-21 David RobillardRecording to SMF. Playback not quite working yet,...
2006-08-14 David RobillardMore solid "fake" recording and serialization
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-22 Hans FugalMerging from trunk
2006-06-15 David RobillardMerged with trunk revision 600
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-06-14 Hans Fugalpulling trunk
2006-06-13 David RobillardMerged with trunk (painfully)
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-03-17 Paul Davislots of fidgety work to get track renaming to work...
2006-03-14 Paul Davisimprovements (!) to waveform display for destructive...
2006-03-10 Taybin RutkinExternalSource refactoring.
2006-03-02 Paul Davisremove debugging for peaks ready signal, plus add new...
2006-02-21 Paul Davishook up tape region views to peaks ready signal
2006-02-10 Jesse Chappellcommitted INCOMPLETE 24bit filesource support
2005-11-29 Jesse Chappellcommitted fix for cross-endian native wave files
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-24 Taybin Rutkinlibardour added.