summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_selector.h
AgeCommit message (Expand)Author
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-04-29include lua processors in plugin-selectorRobin Gareus
2015-12-24allow dragging plugins directly from the managerRobin Gareus
2015-11-18reduce clutter in Plugin Manager ListRobin Gareus
2015-09-16Add missing header include in plugin_selector.hTim Mayberry
2015-07-16remove “Refresh” button in Plugin managerRobin Gareus
2014-07-23double-click a plugin to remove it from the pending add listBen Loftis
2014-02-24refresh plugin list on signalRobin Gareus
2012-04-20Oops. Turns out activate handles both keyboard and double click. Let Gtk do...David Robillard
2012-04-20Support adding plugins via keyboard (Enter).David Robillard
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul 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-16Build plugin menu only when plugins change, and build the first version of it...Carl Hetherington
2009-11-15Fix some memory leaks in the plugin menu.Carl Hetherington
2009-11-08plugin menu/manager patch from J. Abelardo GutierrezPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-20Some work towards MIDI plugins (LV2 plugins with (MIDI supporting) event port...David Robillard
2008-01-19Merge with trunk R2935.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-07-31extend filtering to VST + AU, tweak details, add filter-by-creator and by lib...Paul Davis
2007-07-30add filtering to plugin selection dialogPaul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-10Plugin selector keyboard focus should now stay in the plugin list. More Sampo Savolainen
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on AudioUnit...Taybin Rutkin
2006-08-01Added LADSPA_PATH to ardev_common.shTaybin Rutkin
2006-08-01AudioUnits are selectable in PluginSelector. Will crash if someone clicksTaybin Rutkin
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-04-26Fix vst typoNick Mainsbridge
2006-04-26Plugin selector useability changes, fix mouse grab bug in plugin barcontrolle...Nick Mainsbridge
2006-01-11Fixed broken vst code in PluginSelectorDoug McLain
2005-12-06some finishing touches to PluginSelectorDoug McLain
2005-12-02the usual blob of fixes. note the requirement for ComboBoxText::set_active_te...Paul Davis
2005-11-27ripping, tearing, shreddingPaul Davis
2005-11-25advance compilation to include plugin_ui.ccPaul Davis
2005-11-22plugin selector from doug; lots and lots of fixes from karstenPaul Davis
2005-10-01slightly less incomplete work on mixer window treeview portPaul Davis
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin