summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2014-01-26fix routing display for mono synths and midi-tracks w/o synthRobin Gareus
2014-01-13first stab at send+route panner linkRobin Gareus
2014-01-13independent panning for external sendsRobin Gareus
2014-01-13add independent panner for internal (Aux) sendsRobin Gareus
2014-01-10display info about replicated processorsRobin Gareus
2014-01-09processor routing: use small boxes (instead of circles) for portsRobin Gareus
2014-01-06fix processor-box wire-display in editor-mixer -- work around gtk_show_all()Robin Gareus
2014-01-05processor-box: remove label-cruft and properly label 'Send' & 'Return'Robin Gareus
2014-01-05processor-box: remove cruftRobin Gareus
2014-01-05more processor-routing tweaks: compact viewRobin Gareus
2014-01-05processor-box wiring - re-use colors from ingen/patchageRobin Gareus
2014-01-05update processor control toggle button styleRobin Gareus
2014-01-05update slider rendering & set style for fadersRobin Gareus
2014-01-04add padding to in-line plugin controlsRobin Gareus
2014-01-04fix tooltip on processor button widgetRobin Gareus
2014-01-04continued work on processor-routing visualizationRobin Gareus
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-12-30remove cruftRobin Gareus
2013-12-30visualize # of channels in processor-box splitting iconRobin Gareus
2013-11-22fix crash @ session-restore of plugins windowsRobin Gareus
2013-10-14use processor owner to set GUIs opened by a ProcessorBox, not current route namePaul Davis
2013-10-14changes that will help fix a crash related to plugin window visibility. some ...Paul Davis
2013-09-17more excision of "JACK" from labels, menu items, etc.Paul Davis
2013-09-04change names of actions groups that include "jack"Paul Davis
2013-07-22re-nice rendering of channel-splitting iconRobin Gareus
2013-07-19update processor-name (short|long) when mixer-strip width changesRobin Gareus
2013-07-16fix re-drawing of splitting iconRobin Gareus
2013-07-11handle aux-send processor-box actionRobin Gareus
2013-06-07fix display of external Send UIPaul Davis
2013-06-07fix crash when trying to show "controls" of processor w/o controls.Robin Gareus
2013-06-06proper plugin-UI interaction/semanticsRobin Gareus
2013-06-06fix context-menu entry sensitivity for plugins w/o custom GUIRobin Gareus
2013-05-21remember plugin-UI type (custom/basic) with session.Robin Gareus
2013-05-19Restore 'Edit with basic controls' plugin UI functionality.Robin Gareus
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...Paul Davis
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-05-02make PluginUIWindow inherit from ArdourWindow not GtkWindowPaul Davis
2013-01-25fix big fat mixer stripsPaul Davis
2013-01-24fix up rather odd sizing model for ProcessorBox that affected Pixfaders used ...Paul Davis
2013-01-21safety steps for tooltips on plugin/processor slidersPaul Davis
2013-01-18fix crash when copy-n-pasting plugins, caused by work done to allow copy-n-pa...Paul Davis
2013-01-17fix up various issues with sizing now that we have the basic idea that pixfad...Paul Davis
2013-01-15allow drag-n-drop/copy-n-paste of aux sendsPaul Davis
2013-01-11substantive changes to pixfaders and derived classes. now fully dynamically s...Paul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2012-12-14remove group button visibility option from preferences dialog; tweak font sca...Paul Davis
2012-12-12shrink height of plugin control faders (in-strip)Paul Davis
2012-12-10tweak to plugin parameter sliders in mixer stripsBen Loftis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis