summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
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-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-09-17more excision of "JACK" from labels, menu items, etc.Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-04change names of actions groups that include "jack"Paul Davis
2013-07-31fix merge conflict from masterPaul 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-17Merge branch 'master' into windowsPaul Davis
2013-07-16fix re-drawing of splitting iconRobin Gareus
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
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
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-11Remove old line.Carl Hetherington
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-06-08Remove erroneous refusal to create aux sends on MIDI tracks, which may have a...Carl Hetherington
2012-06-03Don't allow aux sends from MIDI tracks for the timeCarl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-03-21Add tooltips to plugin controls in the processor boxCarl Hetherington
2012-03-15use improved copying send/return/port insert fix in GUIPaul Davis
2012-03-13use new design for processor drag-n-dropPaul Davis
2012-03-07Remove a few unused methods from ProcessorBox.Carl Hetherington