summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vst_pluginui.cc
AgeCommit message (Expand)Author
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-29Clean up VST plugin key handling slightly.Carl Hetherington
2010-12-29Extremely hacky but somewhat functional passing of keys to VST plugin UIs. S...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-07Add preset edit button to VST plugin UI.Carl Hetherington
2010-12-07Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil ...Carl Hetherington
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-14Make sure the plugin analysis will appear in the VST gui when VST's compile i...Sampo Savolainen
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-03-07Improvements to the plugin eq gui:Sampo Savolainen
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-08-05shraed_ptr<> etc. fixes for VST's. VST support now compiles, but doesn't Sampo Savolainen
2006-06-22correctly forward configure events to plugin windows, and cleanup FST codePaul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-02Remove needless hbox in panner, get rid of some warnings in editor_rulers.cc,...Nick Mainsbridge
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25It begins.Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin