some (unfinished) work on incorporating Ben's rev 6919 changes regarding track select...
[ardour.git] / gtk2_ardour / editor_route_groups.cc
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-25 Carl HetheringtonRename various things in the property system.
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-23 Carl HetheringtonFix behaviour of route group list's visible checkbutton.
2010-05-10 Carl HetheringtonRemove some dead code.
2010-04-02 Carl HetheringtonFix up route group state signal handling. Make the...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
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-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-01 Carl HetheringtonVarious tweaks to group tabs, the main upshot of which...
2009-11-20 Paul Davismake strip-as-GUI-for-send work for metering too ;...
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-10 Carl HetheringtonFix route group collect option.
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 HetheringtonFix collection of route groups.
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-07-04 Carl HetheringtonAdd option to collect a route group, so that its member...
2009-07-03 Carl HetheringtonSplit route group list out of Editor.