summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.cc
AgeCommit message (Expand)Author
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
2010-08-24Put a bit of padding between the tabs and the window edge.Carl Hetherington
2010-08-24Tweak arrangement of labels and tabs in port matrices.Carl Hetherington
2010-08-24Fix port matrix menu checkbox when the window is closed. Make the port matri...Carl Hetherington
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-21Sort tracks in the port matrix according to editor order. Fixes #2966.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-04-05Make port matrix notice when connections are changed outside of ardour.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-01-15Escape underscores in port matrix menus correctly so that track names etc. wi...Carl Hetherington
2009-12-22Add remove all and disconnect all to port matrix menu. Hide bundles whose ch...Carl Hetherington
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-14Offer all of a bundle's ports for disconnection / removal when opening a menu...Carl Hetherington
2009-12-13Restore port group tabs.Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-07Redraw the matrix correctly when available ports change in the currently visi...Carl Hetherington
2009-12-07Fix a couple of crashes with empty matrices. Some small optimisations.Carl Hetherington
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington