Remove ghost notes when actual notes are deleted, and ensure the _optimization_iterat...
[ardour.git] / gtk2_ardour / ghostregion.cc
2011-11-17 Carl HetheringtonRemove ghost notes when actual notes are deleted, and...
2011-06-01 David RobillardDelete trailing whitespace
2011-02-28 Carl HetheringtonFix a couple of memory leaks.
2011-02-28 Carl HetheringtonRemove unused code.
2011-02-28 Carl HetheringtonUpdate ghost MIDI regions in automation tracks when...
2011-02-28 Carl HetheringtonRemove unused code.
2010-12-30 Carl HetheringtonFix up midi ghost regions. Should fix #3629.
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
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-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-10-02 Paul Davisuncomment ghostregionview destructor from merge madness
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-04-29 Hans Baier* first prototype of program changes UI show up correct...
2008-02-22 David RobillardClean up weird formatting from underlays patch.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-02-02 David RobillardMerge with trunk R2978.
2007-06-29 Doug McLainMoved canvas colors and theme file selection into new...
2007-06-15 Doug McLainMajor Theme Manager changes, see ardour-dev
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-14 David RobillardMerged with trunk R1719.
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-03 Paul Davisaudun's tempo redraw fix; sort-of cache time axis view...
2005-11-27 Karsten Wieseconvert set_property("foo", bar) to property_foo()...
2005-11-27 Karsten Wieseconvert property_foo().set_value(bar) to property_foo...
2005-11-23 Nick MainsbridgeGnome::Canvas -> ArdourCanvas and some other small...
2005-11-22 Paul Davisplugin selector from doug; lots and lots of fixes from...
2005-11-13 Nick Mainsbridgesome C++-ification of GnomeCanvasBlah
2005-09-25 Taybin RutkinSwitched to use libgnomecanvas (not the C++ one).
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.