first vaguely working version using PresentationInfo
[ardour.git] / gtk2_ardour / port_group.cc
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-04-28 Robin Gareusfor mixed-i/o show HW ports of both types in the matrix
2015-12-04 Paul Davisdo not show control surface bundles in non-MIDI port...
2015-12-03 Paul Davisfurther improvements to port grouping for the port...
2015-12-03 Paul Davisfix mis-assignment of various Ports when constructing...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-08 Robin Gareususe pretty names in port-matrix
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-23 Paul Davisfix redrawing of canvas with an optimized build
2013-12-21 Paul Davislonger text description
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-22 Paul Davismerge from master
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-20 nick_mUnify editor / mixer ordering.
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Robin Gareusfix "other" port-group tab
2013-08-08 Paul Davisremove reference to non-existent header
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-03 Robin Gareusfix "other" port-group tab
2013-07-31 Paul Daviseven more stuff compiles
2013-07-31 Paul Davisremove compile errors (still will not link and JACKPort...
2012-10-26 Robin Gareusadd LTC ports to Ardour-Misc group
2012-10-12 Robin Gareusskeleton framework for LTC-slave
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-20 Carl HetheringtonDisplay hardware IO individually in the port matrices...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2011-11-08 Carl HetheringtonAttempt to fix some confusions caused by bundles containing
2011-10-31 Carl HetheringtonDon't show busses tab in MIDI connection managers,...
2011-08-13 Carl HetheringtonStop bundles disappearing from the port matrix when...
2011-06-01 David RobillardDelete trailing whitespace
2011-03-27 Paul Davisrevert recent change to cleaner names for MIDI ports...
2011-03-23 Paul Davisremove "alsa_pcm:" prefix from MIDI port names in the...
2010-12-30 Carl HetheringtonFurther i18n fix.
2010-12-10 Paul Davisprevent the monitor inputs from showing up in the port...
2010-12-10 Paul Davisdon't show monitor bus inputs in matrix(es); relabel...
2010-08-28 Carl HetheringtonUse weak_ptr for IOs in the bundle list to avoid holdin...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-08-01 Carl HetheringtonPut MIDI sync ports in the Ardour tab of the port matrix.
2010-08-01 Carl HetheringtonFixes to MIDI ports in the matrix.
2010-08-01 Carl HetheringtonFix port matrix crash.
2010-07-30 Carl HetheringtonPut Mackie surface ports into the Ardour tab of the...
2010-07-29 Carl HetheringtonDon't display empty tabs in the port matrix.
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-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-01-05 Paul Davismake system tab show up as default (most of the time...
2009-12-22 Carl HetheringtonFix compile.
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-13 Carl HetheringtonRestore port group tabs.
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-07 Carl HetheringtonRedraw the matrix correctly when available ports change...
2009-12-07 Carl HetheringtonGive just one system tab rather than mono / stereo...
2009-12-05 Carl HetheringtonClean up and comment PortMatrix event handling a bit.
2009-11-25 Carl HetheringtonSeconds out, the people vs. the port matrix, round 7.
2009-11-18 Carl HetheringtonRework port matrix to use Gtk notebook tabs to select...
2009-11-15 Carl HetheringtonTidy up a bit in the case where the port matrix has...
2009-11-14 Carl HetheringtonAllow multiple bundles with the same ports in the bundl...
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-08-04 Carl HetheringtonDon't add auditioner and click to MIDI connection port...
2009-07-20 Carl HetheringtonClean up handling of add/remove/rename channels in...
2009-07-18 Carl HetheringtonVarious tweaks to the port matrix.
2009-07-18 Carl HetheringtonOops from previous commit.
2009-07-18 Carl HetheringtonPull auditioner and click into an ardour group in the...
2009-07-18 Carl HetheringtonBetter fix for non-rearrangement after open for the...
2009-07-17 Carl HetheringtonWhoops. That optimisation breaks things. Revert it.
2009-07-17 Carl HetheringtonSmall optimisation. Fix mouseover highlighting in...
2009-07-17 Carl HetheringtonUse track colours in the port matrix.
2009-06-09 Carl HetheringtonFix up port matrix for new Route / IO arrangements.
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
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-03 Hans Baier* typo buss -> bus
2009-02-02 Carl HetheringtonRe-enable creation of stereo bundles for system IO...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
next