enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / lv2_plugin_ui.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-01-03 Robin GareusUI port-events are not limited to outputs.
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-10-28 Robin Gareusnotify LV2 GUIs about port-changes when loading presets
2015-10-21 Paul Davisvariable name change: make purpose of formerly named...
2015-10-20 Robin Gareusconfirm LV2 GUI changes
2015-10-20 Paul Davisdo not update LV2 output port displays unless the value...
2015-10-20 Paul Davisadd commentary
2015-10-20 Paul Davisalso update LV2 output port displays as part of periodi...
2015-10-20 Paul DavisClean up generic and LV2 plugin GUI to deal with Parame...
2015-10-20 Paul DavisRevert "rename ParameterChanged signal in Plugin to...
2015-10-20 Paul Davisrename ParameterChanged signal in Plugin to ParameterCh...
2015-09-13 Robin GareusRevert inadvertently pushed commit
2015-09-13 Robin Gareuscenter, don't expand plugin widgets
2015-09-06 Robin Gareusgracefully handle LV2 GUI instantiation failure.
2015-05-04 Robin Gareusadd plugin parameter reset button - closes #6297
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-07 David RobillardFix LV2 preset deletion and clash between plugins.
2015-02-21 Robin Gareusfix embedded plugin UI keyboard handling
2015-02-19 Robin Gareusfix memory leak in case LV2 GUI fails.
2015-02-14 David RobillardFix LV2 UIs with spacey paths (e.g. Pianoteq).
2015-01-01 Tim MayberryMove Timers/Timeouts from ARDOUR_UI into functions...
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-01 David RobillardFix spelling error.
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-11-26 Paul Davisresolve merge with master (?)
2013-11-25 Paul DavisMerge branch 'master' into cairocanvas
2013-11-05 Robin Gareuskeep processing LV2 Ringbuffer once it is allocated
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-02 Robin GareusLV2 extUI handling - amend to previous commit.
2013-09-02 Robin GareusLV2 external UI handling - revert to <= 3.3. behaviour
2013-08-29 Robin Gareusupdate external plugin UI handling
2013-08-25 Robin Gareusadd LV2 support for kx:external-ui#
2013-08-25 Robin Gareusfree memory of external plugins on GUI close (major...
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-08 Robin Gareusfix gtk "child->parent == NULL" asserts
2013-08-08 Robin Gareusupdate plugin UIs at reasonable rate (25Hz)
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-03 Robin Gareusfix gtk "child->parent == NULL" asserts
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Robin Gareusupdate plugin UIs at reasonable rate (25Hz)
2012-11-17 David RobillardSent precise transport information to LV2 plugins via...
2012-08-28 Robin GareusLV2: Send messages from one UI to all replicated instances.
2012-08-21 David RobillardCreate and realize LV2 UI container before instantiatin...
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
2012-06-19 Paul Davispatch for handling LV2 presets from colinf (#4698)
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-24 David RobillardGracefully handle LV2 UIs that fail to return a widget.
2012-04-24 David RobillardFix crashes when closing LV2 plugin UIs.
2012-04-23 David RobillardFix crash when closing LV2 UIs.
2012-04-20 David RobillardRemove support for old and/or experimental LV2 stuff.
2012-04-12 David RobillardA bit of crash proofiness for insane plugin UIs.
2012-04-11 David RobillardImplement ui:portIndex and ui:touch features.
2012-03-27 Carl HetheringtonPatch from Nick to fix crash on closing a LV2 plugin
2012-03-25 David RobillardUpdate to latest LV2 atom extension.
2012-03-04 Carl HetheringtonMake lv2ui_instantiate and lv2ui_free a little more...
2012-02-25 David RobillardSshh.
2012-02-25 David RobillardFix real-time violation, only send UI updates if explic...
2012-02-25 David RobillardUse FastScreenUpdate for UI message updating, and only...
2012-02-25 David RobillardTidy.
2012-02-25 David RobillardFull round-trip message communication between LV2 UIs...
2012-01-31 Paul Davisdo not crash if an LV2 plugin calls the UI write callba...
2011-12-18 David RobillardShow generic plugin UI toolbar (for presets etc.) on...
2011-10-03 David RobillardRemove LV2 support via SLV2 (Lilv only now).
2011-07-10 Paul Davisfix crash for slv-based build when destroying an LV2...
2011-06-14 Paul Davisremove lv2 GUI debugging, after confirming that LinuxDS...
2011-06-13 Paul Davismore debugging external LV2 GUI cleanup
2011-06-13 Paul Davisdebugging external LV2 GUI cleanup
2011-05-31 David RobillardCreate and destroy (non-external) LV2 plugin UIs as...
2011-05-15 David RobillardSupport compilation with (old) SLV2, or (new) Lilv...
2011-05-14 David RobillardCompletely localist use of SLV2 to lv2_plugin.cc and...
2011-05-14 David RobillardMake LV2World local to lv2_plugin.cc
2011-04-28 David RobillardFix external UIs (e.g. Calf git).
2011-04-28 David RobillardUpdate for new Suil API.
2011-04-24 Paul Davisreverse debugging stuff
2011-04-24 Paul Davisbetter temporary debugging for slv2/calf issue
2011-04-24 Paul Davismore temporary debugging for slv2/calf issue
2011-04-24 Paul Davistemporary debugging for slv2/calf issue
2011-04-22 David RobillardUse new Suil and SLV2 APIs for LV2 plugin UIs.
2011-04-07 Paul Davisdon't assume that there is an AutomationControl for...
2011-03-14 David RobillardFix LV2 UI related memory errors with new SLV2.
2011-03-08 David RobillardFix compilation with old SLV2.
2011-03-08 David RobillardUpdate for new SLV2 UI API.
2011-03-06 David RobillardUncrustify (no functional changes).
2011-03-06 David RobillardUpdate for new SLV2 UI API.
2011-03-04 Carl HetheringtonCall PluginControl when a LV2 GUI control changes,...
2010-12-19 Carl HetheringtonClean up plugin preset handling a bit.
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-08-22 Paul DavisLV2 external GUI fixes forward ported from 2.x
next