remove debug output from last commit
[ardour.git] / gtk2_ardour / streamview.cc
2006-11-11 Paul Davisfix visual focus indication in IOSelector; import pays...
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-16 David RobillardFix for the persistent rec-region problem.
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-02 David RobillardFix for all regions having a "speed mismatch" (showing...
2006-08-01 David RobillardFixed random track background problem
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-20 Paul Davisfixes for libsndfile conversion issues, tape track...
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-04-24 Paul Davisa) completely refactor abstract UI code
2006-03-17 Paul Davischange rec box drawing for destructive tracks
2006-03-14 Paul Davisimprovements (!) to waveform display for destructive...
2006-03-08 Paul Davisfix for deferred saves by StateManager-derivatives...
2006-02-14 Paul Davisnew color management design starts to take shape (canva...
2006-02-11 Paul Davismiscellaneous fixes post-jesse's 24 bit file format...
2006-01-19 Jesse Chappellfixed various xfade and undo and updating issues. ...
2006-01-19 Paul Davislatched rec-enable
2006-01-08 Paul Davisa metric ton of changes
2005-11-28 Paul Davismega commit to remove gtk_object cruft, and much other...
2005-11-27 Karsten Wieseconvert set_property("foo", bar) to property_foo()...
2005-11-26 Paul Daviscompiles and runs, but crashes ... duh
2005-11-23 Nick MainsbridgeGnome::Canvas -> ArdourCanvas and some other small...
2005-11-15 Paul Davislatest work
2005-11-13 Nick Mainsbridgesome C++-ification of GnomeCanvasBlah
2005-10-06 Paul Davisa few more header files fixes, plus cleanup from nick_m...
2005-09-25 Taybin RutkinSwitched to use libgnomecanvas (not the C++ one).
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.