fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAME
[ardour.git] / libs / ardour / audiosource.cc
2011-11-21 Paul Davisfix a few warnings from newer versions of gcc
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-08-09 Carl HetheringtonAdd a few asserts.
2011-06-22 Paul Davissecond half of "bomb out if playlist construction from...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davisadd dependents to a compound playlist before creating...
2011-05-29 Paul Davisdon't always rebuild peakfiles for compound regions
2011-05-28 Paul Davisclean up memory leaks with nested source read buffers
2011-05-28 Paul Davisputative fix for crashes related to diskstream playback...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-04-09 Paul Davisremove all use of access(2) (this was done a bit stupid...
2010-12-09 Paul Davismake strip silence work (again?)
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-09-14 Carl HetheringtonTidy up PeaksReady locking slightly and emit it during...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-17 Paul Davisforward port 2.X various changes (not all, but i have...
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-05-14 Carl HetheringtonKeep to a quota of open files by closing least recently...
2010-04-22 Carl HetheringtonAllow more than one peaks_ready callback to be pending...
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-04-02 Paul Davisremove PBD::Connection (replace use with PBD::ScopedCon...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-01 David RobillardFix memory leak.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
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-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-10-26 Paul Davisrevert patch for 2388 (from 2.0-ongoing)
2009-10-26 Paul Davis(forward ported from 2.0-ongoing) fix for peak data...
2009-10-25 David RobillardRemove unused source file_changed methods.
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-09-09 Carl HetheringtonComment.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-04-30 Carl HetheringtonFix a couple of valgrind-spotted out-of-bounds accesses...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardClean up Region interface, remove Readable stub kludge.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
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-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-09-04 Tim MayberryRemove inclusion of unused header file
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-02 Paul Davisreintroduce use of optimized functions for gain into...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-16 Paul Davisfix errors in multi-range export (and possibly other...
2007-03-15 Paul Davisedit groups tab gets headers (carl); use sampo's SSE...
2007-03-15 Paul Davisdisgusting hack around mutex problem that has been...
2007-03-14 Paul Davisno more peak building thread; don't print config var...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-28 Jesse Chappellfixed compiler complaints from last commit
2006-12-28 Jesse Chappellfixed peak waveform issue introduced by the ftruncate...
2006-12-19 Paul Davissave keybindings to file used at startup; allow keybind...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-11 Paul Davisfix visual focus indication in IOSelector; import pays...
2006-11-02 Paul Davisfix unset timeline position for destructive sources...
2006-11-02 Paul Davisallow track selection to be toggled (ctrl-clicked)...
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 Paul Davisremove all duplicated _id members from children of...
2006-08-31 David RobillardMerged with trunk R879
2006-08-31 Paul Davismerge changes from harrison branch back into trunk...
2006-08-29 David RobillardMerged with trunk R861
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
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-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 David RobillardMerged with trunk
2006-06-20 Paul Davisfixes for libsndfile conversion issues, tape track...
2006-06-15 David RobillardMerged with trunk revision 600
2006-06-14 Paul Davismore file add/remove ops related to sndfile changes