summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
AgeCommit message (Expand)Author
2012-10-18change input/output button context menus for mixer strip to be non-additive: ...Paul Davis
2012-07-11force I/O selector windows to stay-on-top (experimental)Paul Davis
2012-06-19Fix logic for setting mixer strip name button widths (#4448).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2012-01-24Remove some never-seen tooltips (overridden by otherCarl Hetherington
2012-01-24don't offer to save master bus as a route templatePaul Davis
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2011-12-01cleanup vertical spacing a bit in mixer strip; rename new send options to be ...Paul Davis
2011-12-01expose Pango::Layout member of ArdourButton; set ellipsizing behaviour for mi...Paul Davis
2011-11-30tweak spacings in the mixer strip, tweak tooltip text for input and output bu...Paul Davis
2011-11-28Control-shift-click rather than just Shift-click toCarl Hetherington
2011-11-28convert all mixer strip buttons to ArdourButton; not entirely finished becaus...Paul Davis
2011-11-24Shift-click on a mixer width button toggles width of allCarl Hetherington
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-18Remove panner altogether, if necessary, when setting up PannerUI. Also reset...Carl Hetherington
2011-11-16Use capital L for solo safe button in narrow strips andCarl Hetherington
2011-11-16Tooltips for mixer strip width and hide buttons (#4477).Carl Hetherington
2011-11-16Label solo iso / solo lock buttons even on narrow stripsCarl Hetherington
2011-11-15Remove ambiguous checkbutton from Comments... menu itemCarl Hetherington
2011-11-14Fix and de-hackify removal of unnecessary separators inCarl Hetherington
2011-11-13Popup menu over meters in mixer strips to select meteringCarl Hetherington
2011-11-09make mute button span entire strip width if no solo button is shown (i.e. mas...Paul Davis
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key eve...Paul Davis
2011-11-03Update mixer strip colours when route active state changesCarl Hetherington
2011-11-03force all "core" mixer strip buttons to be the same widthPaul Davis
2011-11-03Don't offer inputs to things as possible output connections, and vice versa (...Carl Hetherington
2011-11-03Add options to add ports to input/output menus on mixer strips.Carl Hetherington
2011-11-03Allow overrides of the user-set visibility stuff and use it to make sure the ...Carl Hetherington
2011-11-03Tidy up send-to button handling a bit, should fix #4426 and #4427.Carl Hetherington
2011-11-02rec-enable buttons are now ArdourButtons, but with a minor graphical glitch t...Paul Davis
2011-11-02solo buttons are now ArdourButtonsPaul Davis
2011-11-02mute and send-alert buttons are now ArdourButtonsPaul Davis
2011-11-01Fix thinko in recent commit causing mixer strip buttons to not update on conn...Carl Hetherington
2011-11-01Give group and meter point buttons controllable visibility.Carl Hetherington
2011-11-01Reclaim space when hiding only one of solo-isolate or solo-lock (#4417).Carl Hetherington
2011-10-29Restore comments button, but optionally visible.Carl Hetherington
2011-10-29Some limited control of mixer strip componentCarl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-27provide control over precisely what aspects of an ArdourButton are rendered, ...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2011-10-22fix mis-sized middle_button_table in mixer stripsPaul Davis
2011-10-21tweak monitor button colors; move buttons to just below pannersPaul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-26Update Mackie surface state when something is connected to its output port (#...Carl Hetherington
2011-09-19Connect mixer strip to panner shell even if there is currently no panner. Sh...Carl Hetherington
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington