summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_plugin_ui.cc
AgeCommit message (Expand)Author
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
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-10-01LV2 external UI patch from nedko via 2.X and a couple of .rej'sPaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-12Changes missing from previous commitSampo Savolainen
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-14Apply LV2 GUI parameter update patch from kfoltman.David Robillard
2008-11-14Apply LV2 changes from 2.0.David Robillard
2008-09-11Fix compilation w/ LV2.David Robillard
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis