summaryrefslogtreecommitdiff
path: root/gtk2_ardour/group_tabs.cc
AgeCommit message (Expand)Author
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-07Disallow black as a route group colour; force a darkCarl Hetherington
2011-09-07Update route colours when they are added to / removedCarl Hetherington
2011-08-31Another try at fixing #4301.Carl Hetherington
2011-08-31Fix thinko with dragging one of >1 tabs in the sameCarl Hetherington
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington
2011-08-30Give route groups their own colour, settable from the routeCarl Hetherington
2011-08-15Group tab fix from David Halter (#4268).Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-01-08Make Route Group dialog instant-apply. Disallow identically-named route grou...Carl Hetherington
2011-01-04Rename menu items on advice from Chris G.Carl Hetherington
2011-01-04Allow choice of direct or aux busses when subgrouping route groups. Fixes #3...Carl Hetherington
2010-12-11Fix compiler warningsSakari Bergen
2010-08-25Rename various things in the property system.Carl Hetherington
2010-08-23Be sure to update group tabs when a route group is removed. Fixes #3408.Carl Hetherington
2010-07-19Various route group menu tweaks.Carl Hetherington
2010-07-19Tweak group tabs class hierarchy and offer the same menu in both editor and m...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: 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-12-01Various tweaks to group tabs, the main upshot of which is that you can startCarl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-03Split route group list out of Editor.Carl Hetherington
2009-06-23Update mixer group tabs on strip width change. Don't display the mixer group...Carl Hetherington
2009-06-23Edit group on primary modifier click.Carl Hetherington
2009-06-22Popup the standard route group menu even when you don't right-click on a tab.Carl Hetherington
2009-06-22Maybe fix crash.Carl Hetherington
2009-06-22No-op: comments.Carl Hetherington
2009-06-22Use the same menu for the editor route group list and the editor group tabs.Carl Hetherington
2009-06-22Option to fit a route group to the editor window.Carl Hetherington
2009-06-22Fix problems with dragging route groups so that they are too small.Carl Hetherington
2009-06-22Add some more options to the route group list context menu. Fix a crash bug ...Carl Hetherington
2009-06-21Refactor group tabs code a bit. Allow dragging of group tabs to alter group ...Carl Hetherington
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington