summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_body.cc
AgeCommit message (Expand)Author
2020-01-11Scale the port matrix with the GUI/font-scaling setting.Carl Hetherington
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-11-01Consider size of port matrix column labels for size of row labelsJohannes Mueller
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2011-12-07Pass whole GdkEventButton into port matrix buttonCarl Hetherington
2011-08-13Stop bundles disappearing from the port matrix when theyCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-10Fix thinko in previous commit.Carl Hetherington
2010-12-10Fix crash on mouseover.Carl Hetherington
2010-08-24Fix port matrix menu checkbox when the window is closed. Make the port matri...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-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
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-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-11-18Primary-modifier click on a node in the port matrix toggles association for e...Carl Hetherington
2009-11-18Fix dragging grid lines when you move the mouse outside of the grid during th...Carl Hetherington
2009-11-18Rework port matrix to use Gtk notebook tabs to select visible groups.Carl Hetherington
2009-11-17The matrix used to highlight connections on click-hold on a row or column lab...Carl Hetherington
2009-11-15Tidy up a bit in the case where the port matrix has nothing to display.Carl Hetherington
2009-11-14Fix some uninitialised variables in the port matrix code.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-29Modify hacks associated with initial sizing of port matrices to try and make ...Carl Hetherington
2009-07-19Port matrix tweaks: scroll wheel support; use the correct verb for disassocia...Carl Hetherington
2009-07-18Various tweaks to the port matrix.Carl Hetherington
2009-07-18Drag a line in the port matrix to connect a group of things together in one g...Carl Hetherington
2009-07-17Various tweaks to the port matrix: open to full size; remove buttons and move...Carl Hetherington
2009-07-17Use dialog background colour for the port matrix.Carl Hetherington
2009-07-17Use track colours in the port matrix.Carl Hetherington
2009-06-11Add a widget giving an overview of the editor, as (what I think is being) sug...Carl Hetherington
2009-05-03Support for the port matrix working at the bundle level and hiding details of...Carl 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-02-05Small fixes to port matrix rendering, mostly visible when using the bundle ma...Carl Hetherington
2009-02-04Reduce header dependencies.Carl Hetherington
2009-02-04Fix minor visual glitch with mouseover when a label is partially out-of-sight.Carl Hetherington
2009-02-03Click and hold button 1 over a channel name in the port matrix highlightsCarl Hetherington
2009-02-02Fix up mouseover handling in the port matrix.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-22Some small-ish port matrix rendering improvements.Carl Hetherington
2009-01-21More logical arrangement of port matrix inputs and outputs, hopefully;Carl Hetherington
2009-01-20New matrix-based editor for connections and bundles, based on thorwil's design.Carl Hetherington