summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-05fix a problem creating and displaying connected status for ports not owned by...Paul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-11Change/improve enum as IN and OUT are defined via windows.hPaul Davis
2013-07-10fix port-matrix (update with session)Robin Gareus
2012-11-04a variety of fixes aimed at preventing crashes caused by the (global) port ma...Paul Davis
2012-06-20Add a menu option and key press (F) in port matrices to flip the selected row...Carl Hetherington
2012-05-20Display hardware IO individually in the port matrices unless we are in _show_...Carl Hetherington
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-08-13Stop bundles disappearing from the port matrix when theyCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-14make global connection window inherit from ArdourDialogPaul Davis
2010-11-27rest of process lock removal, plus no GUIs for internal returnsPaul Davis
2010-11-27take process lock in global port matrix' set_state() method; use namespace AR...Paul Davis
2010-07-20Fix a few dialogues which don't reset their session pointer correctly on a ne...Carl Hetherington
2010-06-30Basic tweaks to make the bundles and the port matrix accept that MIDI tracks ...Carl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2009-12-07Redraw the matrix correctly when available ports change in the currently visi...Carl Hetherington
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington
2009-11-18Rework port matrix to use Gtk notebook tabs to select visible groups.Carl Hetherington
2009-11-16Allow ardour to manipulate connections between two JACK ports that don't belo...Carl Hetherington
2009-11-14Allow multiple bundles with the same ports in the bundle editor, otherwise so...Carl Hetherington
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-29Modify hacks associated with initial sizing of port matrices to try and make ...Carl Hetherington
2009-07-22Various fixups to bundle manager. Add a separator between the benign and mor...Carl Hetherington
2009-07-18Various tweaks to the port matrix.Carl Hetherington
2009-07-17Various tweaks to the port matrix: open to full size; remove buttons and move...Carl Hetherington
2009-05-13Remove some extraneous includes. reorder some others (fixes compilation on fe...Nick Mainsbridge
2009-05-03Support for the port matrix working at the bundle level and hiding details of...Carl Hetherington
2009-02-14If a bundle's channel has no ports associated with it, you can't connectCarl Hetherington
2009-02-10Duh. Simplify previous commit.Carl Hetherington
2009-02-10Add a rescan button.Carl Hetherington
2009-02-09Fixes to bundle manager to make it vaguely usable.Carl Hetherington
2009-01-30More port matrix re-working. Global matrix now has separate visibility buttonsCarl Hetherington
2009-01-26Make global port matrix a Gtk::Window rather than an ArdourDialog.Carl Hetherington
2009-01-25Some refactoring. Add port group headers to the port matrix.Carl Hetherington
2009-01-23Add global port matrix dialogs.Carl Hetherington