bind() call involving shared_ptr<Crossfade> fixed
[ardour.git] / gtk2_ardour / audio_streamview.cc
2007-04-24 Paul Davisbind() call involving shared_ptr<Crossfade> fixed
2007-03-19 Paul Davismake rec-regions insensitive to events; fix up diskrate...
2007-03-12 Paul Davisfix errors in prior fix for excessive CPU when drawing...
2007-03-12 Paul Davisadd GPROFILE scons option; fix spectacular CPU usage...
2007-01-17 Paul Davismerge by hand changes from mtaht to fix up export behav...
2007-01-10 Paul Davisfix xfade logic and use shared_ptr for xfades
2006-12-18 Jesse Chappellfixed waveform shape and scale issue to maintain the...
2006-12-16 Jesse Chappelladded logarithmic option for waveform scaling. added...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-10-25 Paul Davisfixes for endemic (compiler?) issues with virtual inher...
2006-10-20 Paul Davismove BWF header options into Configuration option,...
2006-10-20 Paul Davisfixes for crossfade views, crossfades and undo/redo...
2006-10-19 Paul Davismajor changes to Region, AudioRegion, Playlist, AudioPl...
2006-10-17 Paul Davisreduce calls to fit_to_pixels(); flip back to old fix...
2006-10-16 Paul Davisfix (?) handling of fake regions; use int cast before...
2006-10-12 Paul Davisfixes for meter thread using free'd member of AudioEngi...
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-18 Paul Davisbetter fix for duplicate regions, fix nasty side-effect...
2006-09-16 David RobillardFix for the persistent rec-region problem.
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-16 Paul DavisRCU-ification of AudioEngine port list, and DiskStreams...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardFixed random track background problem
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...