summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
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
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31show/hide VCA assign buttons depending on VCA existencePaul Davis
2016-05-31improve clean-up of GUI VCA-related objectsPaul Davis
2016-05-31restore right-click in track/bus scroller to drive add routePaul Davis
2016-05-31no-op: commentPaul Davis
2016-05-31move new fractional pane utility functions into libs/gtkmm2extPaul Davis
2016-05-31a big fat commentPaul Davis
2016-05-31redesign pane-sizing mechanism for mixerPaul Davis
2016-05-31fix incorrect selection of all strips/tracks at opening.Paul Davis
2016-05-31GUI modifications to improve VCA strips and their placement in the mixerPaul Davis
2016-05-31change sort ordering model in mixer and editorPaul Davis
2016-05-31start shaping up VCA assign processPaul Davis
2016-05-31mostly restore VCA state on session loading.Paul Davis
2016-05-31initial part of vca assignment via context menuPaul Davis
2016-05-31first pass at making the GUI for a VCA visiblePaul Davis
2016-05-31add a new packer to the mixer, to hold vca master faders (if any)Paul Davis
2016-05-06Create new track by dragging an instrument from the favorites sidebarRobin Gareus
2016-05-06separate Preset + Favorite DnD TargetsRobin Gareus
2016-05-06re-introduce "add track/bus" from mixer windowRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-02remove a stray semicolonRobin Gareus
2016-05-01fix adding favorite plugins post-faderRobin Gareus
2016-04-29save custom favorite plugin order (revert when merging VCA2)Robin Gareus
2016-04-29include lua processors in plugin-selectorRobin Gareus
2016-02-27Implements review commentsMathias Buhr
2016-02-27Adds an assert to fail explicitelyMathias Buhr
2016-02-25fix packing of "outpacker" in mixer viewPaul Davis