make generic MIDI control track remote control ID changes; fixup messes in the editor...
[ardour.git] / gtk2_ardour / editor_routes.cc
2009-12-30 Paul Davismake generic MIDI control track remote control ID chang...
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-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 Davisadd solo isolate indicator in editor route list
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
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-11-30 Carl HetheringtonSpeed up some track state operations (e.g. mute etc...
2009-11-29 Carl HetheringtonImplement 2532: option to show tracks with regions...
2009-11-26 Carl HetheringtonFix #2926 and #2927; presence and behaviour of solo...
2009-11-25 Paul Davisdon't resort routelists during session destruction
2009-11-24 Carl HetheringtonFix for routes being renamed if you start editing their...
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-16 Paul Davislincoln's patch to show mute/solo in editor RHS track...
2009-11-12 Carl HetheringtonAllow route name edit from the right-hand-side editor...
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-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-08-02 Carl HetheringtonFix sync of editor and mixer route ordering.
2009-07-23 Sampo SavolainenMake editor route list rec button respect group settings.
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-07-04 Carl HetheringtonAdd option to collect a route group, so that its member...
2009-07-04 Carl HetheringtonUse std::string for order key map.
2009-07-03 Carl HetheringtonSplit route group list out of Editor.