enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / port_matrix.cc
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-20 Carl HetheringtonAdd a menu option and key press (F) in port matrices...
2012-06-14 Carl HetheringtonFix crash on close.
2012-05-21 Carl HetheringtonSlightly hacky improvement to embolden the labels of
2012-05-21 Carl HetheringtonFix assertion failure on some right-clicks.
2012-05-20 Carl HetheringtonRename can_add_channel slightly and add mysteriously...
2012-05-20 Carl HetheringtonDisplay hardware IO individually in the port matrices...
2012-05-02 Paul Davisa variety of mostly unused parameter errors from OS...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2011-12-07 Carl HetheringtonCheck that adding a port to an IO is ok with the processors
2011-11-02 Carl HetheringtonRe-allow adding ports to empty bundles (#4408), and...
2011-11-01 Carl HetheringtonFix out-of-whack notebook tabs wrt their contents in...
2011-10-31 Carl HetheringtonReverse the order of vertical tabs in the port matrix
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-09-27 Carl HetheringtonFix assertion failure on clicking on bundles whose...
2011-08-14 Carl HetheringtonHopefully fix follow-up bug in #4209.
2011-08-13 Carl HetheringtonStop bundles disappearing from the port matrix when...
2011-06-01 David RobillardDelete trailing whitespace
2011-02-24 Paul Davisdon't show remove port options for individual ports...
2011-01-29 Carl HetheringtonFix crash on unchecking show individual ports (#3740).
2010-12-10 Carl HetheringtonFix crash on mouseover.
2010-12-03 Carl HetheringtonOffer options to add un-natural port types to routes...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-09-06 Carl HetheringtonAnother hacky fix for deadlocks when updating the port...
2010-08-24 Carl HetheringtonSetup tab directions correctly depending on where they...
2010-08-24 Carl HetheringtonPut a bit of padding between the tabs and the window...
2010-08-24 Carl HetheringtonTweak arrangement of labels and tabs in port matrices.
2010-08-24 Carl HetheringtonFix port matrix menu checkbox when the window is closed...
2010-07-27 Carl HetheringtonImprove resize behaviour of port matrices when their...
2010-07-27 Carl HetheringtonFix route port matrix to only display the relevant...
2010-07-21 Carl HetheringtonSort tracks in the port matrix according to editor...
2010-07-01 Carl HetheringtonAllow port matrix to show both audio and midi ports...
2010-06-30 Carl HetheringtonBasic tweaks to make the bundles and the port matrix...
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2010-04-05 Carl HetheringtonMake port matrix notice when connections are changed...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-01-15 Carl HetheringtonEscape underscores in port matrix menus correctly so...
2009-12-22 Carl HetheringtonAdd remove all and disconnect all to port matrix menu...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-14 Carl HetheringtonOffer all of a bundle's ports for disconnection / remov...
2009-12-13 Carl HetheringtonRestore port group tabs.
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-07 Carl HetheringtonRedraw the matrix correctly when available ports change...
2009-12-07 Carl HetheringtonFix a couple of crashes with empty matrices. Some...
2009-12-05 Carl HetheringtonClean up and comment PortMatrix event handling a bit.
2009-12-04 Carl HetheringtonSome tweaks to fix bug with the tab handling when resca...
2009-12-04 Carl HetheringtonHide port matrix notebook tabs if there's only one.
2009-12-01 Paul Davisdon't bother doing port stuff if session is being deleted
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-25 Carl HetheringtonSeconds out, the people vs. the port matrix, round 7.
2009-11-18 Carl HetheringtonPort port group type labels in-line with the tabs.
2009-11-18 Carl HetheringtonRework port matrix to use Gtk notebook tabs to select...
2009-11-14 Carl HetheringtonSmall cleanups to port matrix context menu.
2009-11-10 Carl HetheringtonVarious adjustments to user bundle handling, with the...
2009-11-07 Carl HetheringtonVarious tweaks to the bundle manager.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-11 Carl HetheringtonSome thread safety for the previous commit.
2009-10-11 Carl HetheringtonMake the port matrix notice if JACK ports are registere...
2009-08-29 Carl HetheringtonModify hacks associated with initial sizing of port...
2009-08-02 Carl HetheringtonA couple of port matrix cleanups.
2009-07-22 Carl HetheringtonVarious fixups to bundle manager. Add a separator...
2009-07-20 Carl HetheringtonClean up handling of add/remove/rename channels in...
2009-07-19 Carl HetheringtonUse the word `port' rather than `channel' when adding...
2009-07-19 Carl HetheringtonRestore add channel option to port matrix context menu.
2009-07-19 Carl HetheringtonPort matrix tweaks: scroll wheel support; use the corre...
2009-07-18 Carl HetheringtonVarious tweaks to the port matrix.
2009-07-18 Carl HetheringtonBetter fix for non-rearrangement after open for the...
2009-07-17 Carl HetheringtonVarious tweaks to the port matrix: open to full size...
2009-07-17 Carl HetheringtonUse track colours in the port matrix.
2009-05-03 Carl HetheringtonSupport for the port matrix working at the bundle level...
2009-02-10 Carl HetheringtonBit of a hack to make the port matrix for port inserts...
2009-02-10 Carl HetheringtonFix disassociation of all from a single channel.
2009-02-10 Carl HetheringtonFix disassociate all to only disassociate if required.
2009-02-09 Carl HetheringtonFixes to bundle manager to make it vaguely usable.
2009-02-05 Carl HetheringtonSmall fixes to port matrix rendering, mostly visible...
2009-02-04 Carl HetheringtonReduce header dependencies.
2009-02-03 Carl HetheringtonClick and hold button 1 over a channel name in the...
2009-02-03 Carl HetheringtonDo not display orphaned Show: labels when they are...
2009-01-30 Carl HetheringtonMore port matrix re-working. Global matrix now has...
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-27 Carl HetheringtonA few cleanups. Also make port matrix notice when...
2009-01-25 Carl HetheringtonSome refactoring. Add port group headers to the port...
2009-01-23 Carl HetheringtonAdd global port matrix dialogs.
2009-01-22 Carl HetheringtonSome small-ish port matrix rendering improvements.
2009-01-21 Carl HetheringtonMore logical arrangement of port matrix inputs and...
2009-01-20 Carl HetheringtonNew matrix-based editor for connections and bundles...
2009-01-13 Carl HetheringtonImprovements to the port matrix (I think). Sizing...
2009-01-11 Paul Davispending changes to port_matrix code
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-14 Paul Davisbump required version of GTK, SLV2; basic fixups so...
2008-12-08 Paul Davispartial patch/partial by-hand merge of 2.X commits...
2008-10-13 Nick MainsbridgeFit tracks fix from 2.0, don't crash if some env vars...
2008-10-08 David RobillardFix mismatched types (warnings).
2008-10-07 Paul Davisrevert last fix - its not relevant to 3.0 (yet)
2008-10-01 Paul Davisnext region list fix from chris g; more tweaks to port...
2008-09-30 Paul Davismore tweaks to the IO Selector
2008-09-29 Paul Davissubtle but important changes to IO Selector widgets...
next