summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.cc
AgeCommit message (Expand)Author
2009-02-14If a bundle's channel has no ports associated with it, you can't connectCarl Hetherington
2009-02-10Bit of a hack to make the port matrix for port inserts at least vaguely usable.Carl Hetherington
2009-02-09Fixes to bundle manager to make it vaguely usable.Carl Hetherington
2009-01-30More port matrix re-working. Global matrix now has separate visibility buttonsCarl Hetherington
2009-01-27First cut at mouseovers for the port matrix.Carl Hetherington
2009-01-25Some refactoring. Add port group headers to the port matrix.Carl Hetherington
2009-01-23Add global port matrix dialogs.Carl Hetherington
2009-01-21Fix some confusion about relative / non-relative port names. Add some assert...Carl Hetherington
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2009-01-20New matrix-based editor for connections and bundles, based on thorwil's design.Carl Hetherington
2009-01-13Improvements to the port matrix (I think). Sizing of the cairo section shoul...Carl Hetherington
2008-12-14bump required version of GTK, SLV2; basic fixups so that the new port-matrix ...Paul Davis
2008-10-07revert last fix - its not relevant to 3.0 (yet)Paul Davis
2008-10-01next region list fix from chris g; more tweaks to port matrix/ioselector; rem...Paul Davis
2008-09-30more tweaks to the IO SelectorPaul Davis
2008-09-29subtle but important changes to IO Selector widgets etc.Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-05-23*fix the bugfix: Input and Output Ports exchanged in Track/Bus inspectorHans Baier
2008-05-21* bugfix: Inputs and Outputs swapped in the Track/Bus InspectorHans Baier
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2007-10-31new port design, probably about 90% done (i.e it mostly works and this commit...Paul Davis
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-13Fix some bugs with visiblity of groups.Carl Hetherington
2007-10-13Put row labels on both sides of the grid.Carl Hetherington
2007-10-13Check buttons to select visibility of destination groups.Carl Hetherington
2007-10-13Considerable re-work to allow scrolling of the checkbutton area of the dialog...Carl Hetherington
2007-10-12Better support for MIDI tracks in the IO selector.Carl Hetherington
2007-10-12Group destination ports by track / buss / system etc.Carl Hetherington
2007-10-10New matrix-style IO selector dialogue. Should allow you to do the same thing...Carl Hetherington
2007-10-09Few cleanups related to signed-ness of minimum/maximum port counts.Carl Hetherington
2007-07-06show() widgets explicitly in the MixerStrip and IOSelectorDoug McLain
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-20Split PortInsert and PluginInsert into their own files.David Robillard
2007-05-10Fixed IO selector to show MIDI ports for MIDI IOs, instead of audio ports.David Robillard
2007-04-12Merged with trunk R1705.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-08-31- Fixed port adding/removing/connecting and related bugs with route signal pathDavid Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-11- Replaced integer port counts (and input/output maximum/minimum) with ChanCo...David Robillard
2006-07-28Merged with trunk R708David Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-15Merged with trunk revision 600David Robillard
2006-06-13Merged with trunk (painfully)David Robillard
2006-03-10final fix for IOSelector widget: clicking on port header will now make that p...Doug McLain
2006-03-08fixed goofy selection behavior with the notebook/treeview in IOSelectorDoug McLain
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-03-05another get_vbox() fix, this time for PortSelectorWindowDoug McLain
2006-01-01add ability to specify row colors for region treeviewDoug McLain