summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin 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
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-20Display hardware IO individually in the port matrices unless we are in _show_...Carl Hetherington
2011-11-18Add ArdourWindow class for non-dialog windows.David Robillard
2011-11-09Be a little bit less complainy about setting state thatCarl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-08-19Hopefully fix crash with empty IO matrix bundlesCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-02make per-track port matrix dialog into a real dialog, complete with ctrl-w ha...Paul Davis
2010-11-27rest of process lock removal, plus no GUIs for internal returnsPaul Davis
2010-11-27better fix for IOSelector::set_state()'s need to hold the process lockPaul Davis
2010-11-27move process lock taking to avoid deadlock when connecting portsPaul Davis
2010-11-26add two process lock calls where some port connecting occursPaul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-08-31fix up the port insert I/O GUIPaul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-07-27Improve resize behaviour of port matrices when their content size changes.Carl Hetherington
2010-07-27Fix route port matrix to only display the relevant port types.Carl Hetherington
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
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-02-09Center port matrix if IO selector window is too large.David Robillard
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...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-11make all use of bind/mem_fun be explicitly sigc:: 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-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-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-13permit sends to show up in processor box, by handling delete event and sendin...Paul Davis
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-07-17Various tweaks to the port matrix: open to full size; remove buttons and move...Carl Hetherington
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-20Restore configuration of click IO connections to session options dialog.Carl Hetherington
2009-05-16a gadzillion changes all over the place. nothing is finished, but all is bett...Paul Davis