summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
AgeCommit message (Expand)Author
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-10add solo isolate indicator in editor route listPaul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-11-30Speed up some track state operations (e.g. mute etc.) that affect the editor ...Carl Hetherington
2009-11-29Implement 2532: option to show tracks with regions under the playhead.Carl Hetherington
2009-11-26Fix #2926 and #2927; presence and behaviour of solo/mute icons in the editor ...Carl Hetherington
2009-11-25don't resort routelists during session destructionPaul Davis
2009-11-24Fix for routes being renamed if you start editing their names but then change...Carl Hetherington
2009-11-21some provisional support for "real" solo-isolate behaviour, subject to more d...Paul Davis
2009-11-16lincoln's patch to show mute/solo in editor RHS track/bus listPaul Davis
2009-11-12Allow route name edit from the right-hand-side editor list.Carl Hetherington
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-10Fix route group collect option.Carl Hetherington
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-08-02Fix sync of editor and mixer route ordering.Carl Hetherington
2009-07-23Make editor route list rec button respect group settings.Sampo Savolainen
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-07-04Add option to collect a route group, so that its member routes are reordered ...Carl Hetherington
2009-07-04Use std::string for order key map.Carl Hetherington
2009-07-03Split route group list out of Editor.Carl Hetherington