Remove use of i18n macros in headers. Prevents our gettext.h being included before...
[ardour.git] / gtk2_ardour / port_matrix.cc
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...
2008-05-21 Hans Baier* bugfix: Inputs and Outputs swapped in the Track/Bus...
2008-04-05 Hans Baier* bugfix: invisible midi ports in port matrix shown
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...