summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-04-14Simplify port add/remove error messages.Robin Gareus
2016-04-03Prevent deletion of last port using the PortMatrix.Robin Gareus
2015-10-15rework 8b80fe0, use std::string, not char*Robin Gareus
2015-10-14Avoid calls to Glib::ustring << operator at all cost.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-04-05Port matrix useability fix.nick_m
2015-03-08Bundle API user update 2/2Robin Gareus
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-27fix potential crash at session close (when port-matrix is visible)Robin Gareus
2014-10-19OS 10.10 compile fixesRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-03fix gtk "child->parent == NULL" assertsRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-08-02Merge branch 'master' into windowsPaul Davis
2013-08-02keep port-matrix in sync when deleting ports. and fix segfault on session clo...Robin Gareus
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2013-07-10amend to 212d2ac5d and 8becd4413 - fix port connection matrix crash on closeRobin Gareus
2012-10-23escape markup text that may contain non-legal characters (for GMarkup). this ...Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-20Add a menu option and key press (F) in port matrices to flip the selected row...Carl Hetherington
2012-06-14Fix crash on close.Carl Hetherington
2012-05-21Slightly hacky improvement to embolden the labels ofCarl Hetherington
2012-05-21Fix assertion failure on some right-clicks.Carl Hetherington
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-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
2011-12-07Check that adding a port to an IO is ok with the processorsCarl Hetherington
2011-11-02Re-allow adding ports to empty bundles (#4408), and fix disassociation (disco...Carl Hetherington
2011-11-01Fix out-of-whack notebook tabs wrt their contents in certain port matrices, b...Carl Hetherington
2011-10-31Reverse the order of vertical tabs in the port matrixCarl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-09-27Fix assertion failure on clicking on bundles whose channels are all of the wr...Carl Hetherington
2011-08-14Hopefully fix follow-up bug in #4209.Carl Hetherington
2011-08-13Stop bundles disappearing from the port matrix when theyCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-24don't show remove port options for individual ports if there is only one (por...Paul Davis
2011-01-29Fix crash on unchecking show individual ports (#3740).Carl Hetherington
2010-12-10Fix crash on mouseover.Carl Hetherington
2010-12-03Offer options to add un-natural port types to routes. Sort of helps with #3578.Carl Hetherington
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-09-06Another hacky fix for deadlocks when updating the port matrix.Carl Hetherington
2010-08-24Setup tab directions correctly depending on where they are located.Carl Hetherington