Merge branch 'master' into windows
[ardour.git] / gtk2_ardour / plugin_ui.cc
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-14 Paul Davischanges that will help fix a crash related to plugin...
2013-10-12 Paul Davisdo not use delete_when_idle() to delete a plugin UI...
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisDon't require liblrdf on windows
2013-07-07 Robin Gareuswindow delete/hide is managed by WMProxy (amend to...
2013-06-14 Paul DavisGeneralize no-plugin-state from AudioUnits to all plugins
2013-05-03 Paul Davisremove unused virtual event handlers from PluginUIWindow
2013-05-02 Paul Davisremove all of Gtk::Window::set_position (WIN_POS_MOUSE...
2013-05-02 Paul Davismake PluginUIWindow inherit from ArdourWindow not GtkWindow
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-30 Paul Daviscleanup AU GUI support, which was broken because prefhe...
2013-02-05 Paul Davisreplace final(?) incidences of program name (ardour...
2013-01-05 Robin Gareusanother plural fix from Mr Prokoudine.
2012-11-18 Robin Gareusfix compiler warning
2012-11-18 David RobillardDisable vulgar keep-above for plugin UIs.
2012-06-22 Paul Daviskeep latency dialog for plugins above the plugin GUI
2012-06-21 Paul Davissshhh
2012-06-19 Paul Davispatch from colinf that adds an 'empty' preset to the...
2012-06-06 Paul Daviskludgy hack/fix for plugin windows reappearing at ...
2012-05-16 Paul Davisno need for an explicit disconnect
2012-04-20 David RobillardAdd "Description" pane to generic plugin UI for LV2...
2012-03-25 David RobillardUpdate to latest LV2 atom extension.
2012-02-07 Paul Davisremove additional "mid" color from ArdourButton; replac...
2012-01-31 Paul Davispatch from colinf to fix the width of generic plugin...
2011-12-02 Paul Davisbuild changes from robin gareus for OS X, changing...
2011-11-23 Carl HetheringtonFix warning.
2011-11-23 Carl HetheringtonDon't fix size of preset combo any more. Comment what
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-19 David RobillardOnly use ArdourDialog (and thus Gtk::Dialog) for actual...
2011-11-10 Paul Davismore ardour-button-ization; fix transparency of selecti...
2011-10-03 David RobillardRemove LV2 support via SLV2 (Lilv only now).
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-06-01 David RobillardDelete trailing whitespace
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu to...
2011-05-15 David RobillardSupport compilation with (old) SLV2, or (new) Lilv...
2011-05-14 David RobillardUse LV2_SUPPORT define instead of HAVE_SLV2.
2011-04-19 Paul Davisremove some debugging output
2011-04-19 Paul Davisfixes to avoid dreadfull thread races and deletion...
2010-12-30 Carl Hetheringtoni18n fixes.
2010-12-22 Carl HetheringtonFix some i18n problems.
2010-12-19 Carl HetheringtonClean up plugin preset handling a bit.
2010-12-15 Carl HetheringtonGive VSTPluginUI its own header.
2010-12-15 Carl HetheringtonMake VST preset files pre-preset rather than global...
2010-12-15 Carl HetheringtonSave and Delete buttons for plugin presets, remove...
2010-12-14 Paul Davisminor safety check for symmetry
2010-12-06 Carl HetheringtonAdd dialog to allow removal of plugin presets. Should...
2010-12-06 Carl HetheringtonManage attempts to save plugin presets with the same...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-15 Paul Davisfix missing symbol errors on OS X
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-10-10 Carl HetheringtonAdd missing dialogue box title.
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-08-20 Paul Davis2.X commits up to and including 7519
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-15 Paul Davisfinalize PROGRAM_NAME change for ardour3
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-11-19 Paul Davissome plugin preset handling fixes from 2.X
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-01 Paul DavisLV2 external UI patch from nedko via 2.X and a couple...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
next