summaryrefslogtreecommitdiff
path: root/gtk2_ardour/group_tabs.cc
AgeCommit message (Expand)Author
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2013-10-21Unify editor / mixer ordering.nick_m
2013-07-17work around sparse motion notification events when tooltips are disabledRobin Gareus
2013-01-03expose operation to remove subgroupPaul Davis
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-03-17group tabs background/base color taken from the theme base. in the dark theme...Paul Davis
2011-12-07tweak menu item names in group context menu to make purpose more clear to new...Paul Davis
2011-12-07clarify meaning of route group tab context menu itemsPaul Davis
2011-12-06notify when route group/group tab color changesPaul Davis
2011-11-21Sort session routes before trying to do the group tabsCarl Hetherington
2011-11-18don't cache width & height for CairoWidget; provide option for all CairoWidge...Paul Davis
2011-11-16Open route group dialogue on Ctrl-right-click rather than Ctrl-left-click on ...Carl Hetherington
2011-11-03Set group tabs dirty when their membership changes. Carl Hetherington
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