summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_plugin_ui.cc
AgeCommit message (Expand)Author
2016-08-05add a "Pin Management" button to the plugin UI-headerRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-01-03UI port-events are not limited to outputs.Robin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-10-28notify LV2 GUIs about port-changes when loading presetsRobin Gareus
2015-10-21variable name change: make purpose of formerly named "_values" in LV2 plugin ...Paul Davis
2015-10-21confirm LV2 GUI changesRobin Gareus
2015-10-20do not update LV2 output port displays unless the value has changedPaul Davis
2015-10-20add commentaryPaul Davis
2015-10-20also update LV2 output port displays as part of periodic updatesPaul Davis
2015-10-20Clean up generic and LV2 plugin GUI to deal with ParameterChanged(Externally)...Paul Davis
2015-10-20Revert "rename ParameterChanged signal in Plugin to ParameterChangedExternall...Paul Davis
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-09-13Revert inadvertently pushed commitRobin Gareus
2015-09-13center, don't expand plugin widgetsRobin Gareus
2015-09-06gracefully handle LV2 GUI instantiation failure.Robin Gareus
2015-05-04add plugin parameter reset button - closes #6297Robin Gareus
2015-03-07Fix LV2 preset deletion and clash between plugins.David Robillard
2015-02-21fix embedded plugin UI keyboard handlingRobin Gareus
2015-02-19fix memory leak in case LV2 GUI fails.Robin Gareus
2015-02-13Fix LV2 UIs with spacey paths (e.g. Pianoteq).David Robillard
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-10-31Fix spelling error.David Robillard
2013-11-05keep processing LV2 Ringbuffer once it is allocatedRobin Gareus
2013-09-02LV2 extUI handling - amend to previous commit.Robin Gareus
2013-09-02LV2 external UI handling - revert to <= 3.3. behaviourRobin Gareus
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-25add LV2 support for kx:external-ui#Robin Gareus
2013-08-25free memory of external plugins on GUI close (major mem leak).Robin Gareus
2013-08-03fix gtk "child->parent == NULL" assertsRobin Gareus
2013-07-11update plugin UIs at reasonable rate (25Hz)Robin Gareus
2012-11-17Sent precise transport information to LV2 plugins via events.David Robillard
2012-08-28LV2: Send messages from one UI to all replicated instances.Robin Gareus
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