summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.cc
AgeCommit message (Expand)Author
2015-04-02Window focus handling fixes.nick_m
2015-03-23consolidate plugin freebie messages, fix #6151Robin Gareus
2015-03-07Use Ardour widgets consistently in plugin UI.David Robillard
2015-02-21fix embedded plugin UI keyboard handlingRobin Gareus
2015-02-21hook up focus_button for LV2 GUIsRobin Gareus
2014-08-28fix plugin bypass button actionBen Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-04-18fix VST GUI swallowing for windowsRobin Gareus
2014-02-04merge (w/fix) with masterPaul Davis
2014-02-03fix typo ndef, NDEBUGRobin Gareus
2014-02-03don't display debug message in no-debug buildsRobin Gareus
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14changes that will help fix a crash related to plugin window visibility. some ...Paul Davis
2013-10-12do not use delete_when_idle() to delete a plugin UI because an entirely separ...Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-06-13Generalize no-plugin-state from AudioUnits to all pluginsPaul Davis
2013-05-02remove unused virtual event handlers from PluginUIWindowPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-05-02make PluginUIWindow inherit from ArdourWindow not GtkWindowPaul Davis
2013-04-30cleanup AU GUI support, which was broken because prefheight and prefwidth wer...Paul Davis
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAM...Paul Davis
2013-01-05another plural fix from Mr Prokoudine.Robin Gareus
2012-11-18fix compiler warningRobin Gareus
2012-11-18Disable vulgar keep-above for plugin UIs.David Robillard
2012-06-22keep latency dialog for plugins above the plugin GUIPaul Davis
2012-06-21sshhhPaul Davis
2012-06-19patch from colinf that adds an 'empty' preset to the preset drop-down list, s...Paul Davis
2012-06-06kludgy hack/fix for plugin windows reappearing at (0,0) after re-activating a...Paul Davis
2012-05-16no need for an explicit disconnectPaul Davis
2012-04-20Add "Description" pane to generic plugin UI for LV2 plugins with documentatio...David Robillard
2012-03-25Update to latest LV2 atom extension.David Robillard
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-01-31patch from colinf to fix the width of generic plugin editorsPaul Davis
2011-12-02build changes from robin gareus for OS X, changing AU support to be used appr...Paul Davis
2011-11-23Fix warning.Carl Hetherington
2011-11-23Don't fix size of preset combo any more. Comment whatCarl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-10-03Remove LV2 support via SLV2 (Lilv only now).David Robillard
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-04-19remove some debugging outputPaul Davis
2011-04-19fixes to avoid dreadfull thread races and deletion crashes related to the plu...Paul Davis