summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
AgeCommit message (Expand)Author
2020-02-27Dialog default to cancel (#7915)Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-11make RouteGroupDialog non-modal.Paul Davis
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-05use new RouteGroup property namesPaul Davis
2016-05-31a start at the group/master menu related structurePaul Davis
2016-01-17Groups: Fix un/set hidden/show should reset RID for tracks involved.Len Ovens
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-04-05amend prev commit (SLA)Robin Gareus
2015-04-05add more contexts for SLA.Robin Gareus
2014-12-08another metric ton of color workPaul Davis
2014-11-17add some assert() messages.Robin Gareus
2014-09-11fix race-condition/segfault at exit:Robin Gareus
2014-07-10remove unused variablePaul Davis
2014-07-07remove all_group_active_button. if you want to operate on all tracks, choos...Ben Loftis
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
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-01-30Fix typo.Carl Hetherington
2011-12-29stupid hack to fix issues with OS X Carbon headersPaul Davis
2011-12-09fix reference to name cellPaul Davis
2011-12-07add "enabled" column to editor route groups list and check logicPaul Davis
2011-12-07rationalize MVC and functionality in editor route group listPaul Davis
2011-12-06correct button press detection order for editor route groupsPaul Davis
2011-12-06move color column for editor groups up frontPaul Davis
2011-12-06remove debugging outputPaul Davis
2011-12-06add color column to editor route groups listPaul Davis
2011-12-06add monitoring column to route group list; make click in blank area of route ...Paul Davis
2011-12-06tooltips for route group listPaul Davis
2011-09-19Tidy up style of a few toggle buttons (#4319).Carl Hetherington
2011-07-12Re-order route group editor list columns to match up with the order in the ro...Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ...Carl Hetherington
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ...Carl Hetherington
2011-03-31Make route group editor list reorderable (part of #3918).Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-30more improvements for range drag/track selection logic etc.Paul Davis
2010-08-30tweak track selection during range drag; "all group" button in editor is now ...Paul Davis