summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
AgeCommit message (Expand)Author
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-05-02remove unused virtual event handlers from PluginUIWindowPaul Davis
2013-05-02make PluginUIWindow inherit from ArdourWindow not GtkWindowPaul Davis
2012-06-06kludgy hack/fix for plugin windows reappearing at (0,0) after re-activating a...Paul Davis
2012-04-20Add "Description" pane to generic plugin UI for LV2 plugins with documentatio...David Robillard
2012-03-25Update to latest LV2 atom extension.David Robillard
2012-03-21Use a AutoSpin rather than a combo box for inputCarl Hetherington
2012-03-21Rename combo_map variable to scale_points.Carl Hetherington
2011-11-23Don't fix size of preset combo any more. Comment whatCarl Hetherington
2011-11-23Merge some linux/windows VST GUI code.Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-09-07Set up ControlUI::combo_map correctly to fix drop-down boxesCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-05-14Generic scale points API.David Robillard
2011-04-19fixes to avoid dreadfull thread races and deletion crashes related to the plu...Paul Davis
2011-04-04Slightly grubby fix to restore plugin output meters (#3926).Carl Hetherington
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2011-02-13No-op; whitespace.Carl Hetherington
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-15Give VSTPluginUI its own header.Carl Hetherington
2010-12-15Make VST preset files pre-preset rather than global. Clean up VST preset han...Carl Hetherington
2010-12-15Save and Delete buttons for plugin presets, remove largely useless edit plugi...Carl Hetherington
2010-12-07Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil ...Carl Hetherington
2010-12-06Fix double-display of VST preset names (#3576)Carl Hetherington
2010-12-06Add dialog to allow removal of plugin presets. Should fix #2662.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-202.X commits up to and including 7519Paul Davis
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-02-03Stop crash on deleting a plugin when its generic UI window is open.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-19some plugin preset handling fixes from 2.XPaul Davis
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-06Fix some compiler warnings.Carl Hetherington
2009-10-01LV2 external UI patch from nedko via 2.X and a couple of .rej'sPaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-08Use an expander properly to control the visibility of plugin analysis.Sampo Savolainen
2009-05-04clean up that godawful ugly latency GUI in plugin UIsPaul Davis
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis