Add active toggle to editor route list (#4236).
[ardour.git] / gtk2_ardour / editor_routes.h
2011-09-19 Carl HetheringtonAdd active toggle to editor route list (#4236).
2011-07-01 Paul Davisadd MIDI input control column to editor route list...
2011-06-01 David RobillardDelete trailing whitespace
2010-09-29 Paul Davis(1) awful grungy code to make tab/shift-tab correctly...
2010-09-28 Paul Davisuse select next/prev stuff on editor track+bus list
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-08-15 Carl HetheringtonMake route list tab LEDs follow record state correctly.
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-06-06 Carl HetheringtonLincoln's patch from #3223 to add show/hide midi track...
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-05 Carl HetheringtonAdd solo safe control to editor route list, as per...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
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-12-10 Paul Davisadd solo isolate indicator in editor route list
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-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-14 David RobillardStrip trailing whitespace and fix other whitespace...
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.