summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2011-01-11Dear oh dear. Re-fix main fader double click and internal send edit.Carl Hetherington
2011-01-10Show send UI window on edit (#3696)Carl Hetherington
2011-01-10Add route group property to share route active state (#3703)Carl Hetherington
2011-01-10Revert to fader-is-for-route on double-clicking a mixer strip's fader. Fixes...Carl Hetherington
2011-01-10Remove erroneous handling of input IO for sends, which don't have them. Fixe...Carl Hetherington
2011-01-09patch from lincoln to fix failure to leave loop play mode at transort stopPaul Davis
2011-01-09Put add route/bus button at the bottom of the mixer window track display (#3688)Carl Hetherington
2011-01-09Factor out track display setup code into its own method.Carl Hetherington
2011-01-09Fix setup of route meter point on load, and fix intermittent left-channel-onl...Carl Hetherington
2011-01-09Replace RouteGroup's collection of apply() methods with a single one.Carl Hetherington
2011-01-09Remove unused methods.Carl Hetherington
2011-01-08Fix cancel button in route group dialogue, as per #3689.Carl Hetherington
2011-01-08Make Route Group dialog instant-apply. Disallow identically-named route grou...Carl Hetherington
2011-01-08Watch for route colour changes and update the summary accordingly. Fixes #3692.Carl Hetherington
2011-01-07add gesture control for position+width controls of a 2in/2out panner - not us...Paul Davis
2011-01-07more cleanups of PannerUI, add start/end gesture support to mono pannerPaul Davis
2011-01-07rip more useless junk out of PannerUI, and check that automation playback wor...Paul Davis
2011-01-07polygon and marker line for mono pannerPaul Davis
2011-01-07remove a bunch of junk from panner_ui (at least, it seems like junk)Paul Davis
2011-01-07new mono panner widget; make stereo panner respond to changes in colors immed...Paul Davis
2011-01-07forward port EPA changes from 2.XPaul Davis
2011-01-06Set up send fader default position correctly. Fixes #3680.Carl Hetherington
2011-01-06Remove "import from session" from the menu for now...Sakari Bergen
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2011-01-06Patch from Chris G. for processor box colours.Carl Hetherington
2011-01-06Update name_label as well as name_entry when the route name changes. Fixes #...Carl Hetherington
2011-01-06Make processor box frames configurable colour-wise.Carl Hetherington
2011-01-06Comment.Carl Hetherington
2011-01-06Fix crash on selecting no route group in a mixer strip.Carl Hetherington
2011-01-06backport from 2.X: arm (and thus save) global environment before messing it w...Paul Davis
2011-01-06Another try at prettifying the processor list with different colours pre- and...Carl Hetherington
2011-01-06Trim unnecessary includes.Carl Hetherington
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2011-01-05Disable follow-playhead during drags. Fixes #3647.Carl Hetherington
2011-01-05Make editor list notebook shrink or expand when the tab is double-clicked, as...Carl Hetherington
2011-01-05Light mono button up when it is active, and make it bindable. Fixes #3665.Carl Hetherington
2011-01-05Toggle the shown state of send gain on double click.Carl Hetherington
2011-01-04Highlight a send processor entry differently when it the mixer strip's fader ...Carl Hetherington
2011-01-04Disable solo-controls-are-listen-controls if we don't have a monitor bus. Sh...Carl Hetherington
2011-01-04Fix size of DSP label.Carl Hetherington
2011-01-04Rename menu items on advice from Chris G.Carl Hetherington
2011-01-04Allow choice of direct or aux busses when subgrouping route groups. Fixes #3...Carl Hetherington
2011-01-04Restore context menu to session markers. Fixes #3655.Carl Hetherington
2011-01-04Unselect regions on tracks when the tracks are hidden. Fixes #3653.Carl Hetherington
2011-01-04First attempt at highlighting the fader processor to make it more obvious whe...Carl Hetherington
2011-01-03Stop QF messages when transport speed is out of range, and re-start them prop...Carl Hetherington
2011-01-03Give the locations editor tab a horizontal scrollbar if needs be. Fixes #3643.Carl Hetherington
2011-01-03Substantially simpler fix for editor window jumping.Carl Hetherington
2011-01-03fix keybindings for align ops, which moved from Editor to Region "group"Paul Davis
2011-01-03remove tooltip from stereo pannerPaul Davis