summaryrefslogtreecommitdiff
path: root/gtk2_ardour/group_tabs.cc
AgeCommit message (Expand)Author
2016-12-01Fix un/setting group colorsRobin Gareus
2016-08-08fix thinko that causes near duplicate menu items in group context menu when n...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-06-12remove RouteGroupDialog::do_run() and replace its use with code that doesn't ...Paul Davis
2016-06-11make RouteGroupDialog non-modal.Paul Davis
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-05use PresentationInfo color to set route colors. GUI appears to respond as exp...Paul Davis
2016-06-05use modified PresentationInfo/Stripable APIPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-05-31not quite as many magic numbers when deciding if a group color is too close t...Paul Davis
2016-05-31make create group with master actually create (and name) masterPaul Davis
2016-05-31rearrange group tabs menuPaul Davis
2016-05-31more work on presenting GUI actions to connect Route groups and control mastersPaul Davis
2016-05-31a start at the group/master menu related structurePaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-02-26fix "Collect Groups" -- closes #6794Robin Gareus
2016-02-12update signal connetion for new CairoWidget::set_dirty() APIRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-21Hide create new item from Group Tab context menuTodd Naugle
2015-09-21Create new Groups with a consistent set of default properties.Todd Naugle
2015-09-16Remove ui_config.h inclusion from ardour_ui.hTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-03-10Groups created from the (edit,mix) windows should share the same default prop...Ben Loftis
2014-06-30make inactive group tab color be themeable and update it dynamicallyPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
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