summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_selector.h
AgeCommit message (Expand)Author
2019-10-24Require all terms of space-separated plugin search filter stringRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-05-25Speed up Plugin status changesRobin Gareus
2019-03-31Remove a hack of using flags to emit a signal-change from the GUIRobin Gareus
2018-08-15Remove plugin-manager's channel-filterRobin Gareus
2018-03-19Speed up plugin-selector refill.Robin Gareus
2018-01-31Fix sensitivity of Tag-reset-button and row activationRobin Gareus
2018-01-30Plugin-Selector: Use ArdourButton instead of Gtk::CheckButtonRobin Gareus
2018-01-30Plugin-Selector replace Gtk::ComboBox with ArdourDropdownRobin Gareus
2018-01-30Use backend-API to reset tags, remove unused categoryRobin Gareus
2018-01-30Major overhaul of plugin-selector: tag-management & filterRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
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