summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_plugin_ui.cc
AgeCommit message (Expand)Author
2012-08-21Create and realize LV2 UI container before instantiating (required for proper...David Robillard
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-06-19patch for handling LV2 presets from colinf (#4698)Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Gracefully handle LV2 UIs that fail to return a widget.David Robillard
2012-04-24Fix crashes when closing LV2 plugin UIs.David Robillard
2012-04-23Fix crash when closing LV2 UIs.David Robillard
2012-04-20Remove support for old and/or experimental LV2 stuff.David Robillard
2012-04-12A bit of crash proofiness for insane plugin UIs.David Robillard
2012-04-11Implement ui:portIndex and ui:touch features.David Robillard
2012-03-27Patch from Nick to fix crash on closing a LV2 pluginCarl Hetherington
2012-03-25Update to latest LV2 atom extension.David Robillard
2012-03-04Make lv2ui_instantiate and lv2ui_free a little more symmetrical, so that ther...Carl Hetherington
2012-02-25Sshh.David Robillard
2012-02-25Fix real-time violation, only send UI updates if explicitly requested by UI.David Robillard
2012-02-25Use FastScreenUpdate for UI message updating, and only if plugin has message ...David Robillard
2012-02-25Tidy.David Robillard
2012-02-25Full round-trip message communication between LV2 UIs and plugins.David Robillard
2012-01-31do not crash if an LV2 plugin calls the UI write callback with a port number ...Paul Davis
2011-12-18Show generic plugin UI toolbar (for presets etc.) on LV2 UIs (except external).David Robillard
2011-10-03Remove LV2 support via SLV2 (Lilv only now).David Robillard
2011-07-10fix crash for slv-based build when destroying an LV2 plugin GUI; assuming for...Paul Davis
2011-06-14remove lv2 GUI debugging, after confirming that LinuxDSP plugins close on plu...Paul Davis
2011-06-13more debugging external LV2 GUI cleanupPaul Davis
2011-06-13debugging external LV2 GUI cleanupPaul Davis
2011-05-31Create and destroy (non-external) LV2 plugin UIs as window is shown/hidden.David Robillard
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-14Completely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.David Robillard
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-04-28Fix external UIs (e.g. Calf git).David Robillard
2011-04-28Update for new Suil API.David Robillard
2011-04-24reverse debugging stuffPaul Davis
2011-04-24better temporary debugging for slv2/calf issuePaul Davis
2011-04-24more temporary debugging for slv2/calf issuePaul Davis
2011-04-24temporary debugging for slv2/calf issuePaul Davis
2011-04-22Use new Suil and SLV2 APIs for LV2 plugin UIs.David Robillard
2011-04-07don't assume that there is an AutomationControl for every signalled controlPaul Davis
2011-03-14Fix LV2 UI related memory errors with new SLV2.David Robillard
2011-03-08Fix compilation with old SLV2.David Robillard
2011-03-08Update for new SLV2 UI API.David Robillard
2011-03-06Uncrustify (no functional changes).David Robillard
2011-03-06Update for new SLV2 UI API.David Robillard
2011-03-04Call PluginControl when a LV2 GUI control changes, rather than calling the pl...Carl Hetherington
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-22LV2 external GUI fixes forward ported from 2.xPaul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis