summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-11-11static MonitorSection Action -- fixes #7098Robin Gareus
2016-11-07Set session dirty if tracks are reordered by user.Len Ovens
2016-11-04Fix Drifting Master hopefully for real this time.Len Ovens
2016-10-17remove unused variableRobin Gareus
2016-10-17fix typo + remove cruft.Robin Gareus
2016-10-16refine 29f604418, move selected track to left-edge (if possible)Robin Gareus
2016-10-15Mixer strip list: click to move strip into viewRobin Gareus
2016-10-14mixer left/right: snap to trackRobin Gareus
2016-09-30revert previous unintended commitBen Loftis
2016-09-30fix: using arrow-keys on selected mixer strips would recursively affect group...Ben Loftis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-08fix incorrect behaviour of mixer strip [X] (hide) buttonsPaul Davis
2016-07-06merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions t...Paul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-29consistent mixer sidebar layout (group, tracks show/hide)Robin Gareus
2016-06-23show tooltips on favorite plugins -- closes #6902Robin Gareus
2016-06-14no divider/full allocation of LHS of mixer "display" with no VCAsPaul Davis
2016-06-13use pane position mgmt on appropriate panesPaul Davis
2016-06-12hide mixer group tabs when spilling control master slavesPaul Davis
2016-06-11make RouteGroupDialog non-modal.Paul Davis
2016-06-10do not add master to Mixer_UI's TreeModel - explicitly pack it and never unpa...Paul Davis
2016-06-09avoid missing stuff after adding tracks/busses/vcas in mixerPaul Davis
2016-06-09work "hide" button on VCA stripPaul Davis
2016-06-09mixer-gui visibility management for VCAsPaul Davis
2016-06-07GUI tweaks and work on VCA mixer displayPaul Davis
2016-06-07fix missing restore of a pane position in mixerPaul Davis
2016-06-06try to keep editor+mixer treemodels in syncPaul Davis
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-05use, or mostly use PresentationInfo for selection status of Routes.Paul Davis
2016-06-05OS X specific fix, to match new mixer TreeModel structurePaul Davis
2016-06-05substantive redesign of Gtk::TreeModel used inside Mixer_UI to hold both VCAs...Paul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-02part three of using LocaleGuard with pane sizesPaul Davis
2016-06-02the second half of using LocaleGuard with pane sizesPaul Davis
2016-06-02add LocaleGuards to 2 places where we save pane sizes (which are floating poi...Paul Davis
2016-05-31handle old-version pane positions by ignoring themPaul Davis
2016-05-31set pane drag cursors in mixerPaul Davis
2016-05-31restore mixer pane sizingPaul Davis
2016-05-31remove unneeded code with new panePaul Davis
2016-05-31initial sort-of-mostly-working integration of new PanePaul Davis
2016-05-31make Escape (cancel drag or selection) work in mixer as well as editorPaul Davis
2016-05-31a start at the group/master menu related structurePaul Davis
2016-05-31allow context click on blank space in VCA packer to drive add route dialogPaul Davis
2016-05-31actual implementation of VCA spill for mixerPaul Davis
2016-05-31basics of spill control in place (actual change in mixer display, not done)Paul Davis
2016-05-31clean up debug output for OrderKeysPaul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis