summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_selector.cc
AgeCommit message (Expand)Author
2017-01-12Show plugin format in menu lists. Particularly important on Mac, where you m...Ben Loftis
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06implement LeatusPenguin's excellent idea for the plugin manager window (#6916)Paul Davis
2016-05-01fix plugin-creator display for non LADSPA pluginsRobin Gareus
2016-04-29include lua processors in plugin-selectorRobin Gareus
2016-02-23fix a -WswitchRobin Gareus
2016-01-26satisfy some pedantic compilers, #6748Robin Gareus
2015-12-28keep plugin-manager presets in syncRobin Gareus
2015-12-24use new column DnD renderer,Robin Gareus
2015-12-24allow dragging plugins directly from the managerRobin Gareus
2015-11-18use new plugin class API for filterRobin Gareus
2015-11-18relayout plugin-manager filter & related detailsRobin Gareus
2015-11-18pass release signal up to ArdourButton (_grabbed state)Robin Gareus
2015-11-18reduce clutter in Plugin Manager ListRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim 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-05-10Oops - minor spelling correctionsJohn Emmas
2014-05-10Bug fix imported from Mixbus2 (SVN r11448)John Emmas
2014-04-17account for MS version of std::isalnum() - fixes assert on UTF8Robin Gareus
2014-02-24refresh plugin list on signalRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-10compare plugin/creator/category names UTF8-awareNils Philippsen
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC (som...Paul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-03-29tweak name shown in plugin selector listview as column header for "Hide"; reb...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-07use PluginInfo::reconfigurable_io() in the plugin selector dialogPaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
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-22Patch from acolomb to display underscores in plugin namesCarl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...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-06-01Delete trailing whitespaceDavid Robillard
2011-05-14Completely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.David Robillard
2011-02-24more easily visible error message if a plugin fails to load after being selec...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-07-27Copy-edit.Carl Hetherington
2010-04-27Don't close the plugin manager when an incompatible plugin is selected. Fixe...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard