summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_manager.cc
AgeCommit message (Expand)Author
2016-08-21remove close buttons from Bundle Manager (rely on WM provided button)Robin Gareus
2016-08-21even more consistent labels in the mundle managerRobin Gareus
2016-08-21Resolve Bundle Manager Input/Output label ambiguityRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2014-11-25Remove dead code.David Robillard
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-07-11Work around DELETE defined via windows.hPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2012-06-20Add a menu option and key press (F) in port matrices to flip the selected row...Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-20Rename can_add_channel slightly and add mysteriously-missing calls to it so t...Carl Hetherington
2012-05-20Display hardware IO individually in the port matrices unless we are in _show_...Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-08-19Hopefully fix crash with empty IO matrix bundlesCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-07-01Allow port matrix to show both audio and midi ports at the same time, and use...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
2010-05-02A little copy-editing.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-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-14Allow multiple bundles with the same ports in the bundle editor, otherwise so...Carl Hetherington
2009-11-07Various tweaks to the bundle manager.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-21Fix some unused parameter warnings.Carl Hetherington
2009-07-20Clean up handling of add/remove/rename channels in the port matrix. Hence ma...Carl Hetherington
2009-07-19Restore add channel option to port matrix context menu.Carl Hetherington
2009-05-03Support for the port matrix working at the bundle level and hiding details of...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-27First cut at mouseovers for the port matrix.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
2009-01-20New matrix-based editor for connections and bundles, based on thorwil's design.Carl Hetherington
2009-01-14Make Bundles work a bit better. A few include optimisations.Carl Hetherington
2009-01-13Improvements to the port matrix (I think). Sizing of the cairo section shoul...Carl Hetherington
2008-10-07revert last fix - its not relevant to 3.0 (yet)Paul Davis
2008-09-30more tweaks to the IO SelectorPaul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington