Close polygon borders (fix partially drawn hits).
[ardour.git] / gtk2_ardour / lv2_plugin_ui.cc
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
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-01 Paul Davisi/o button naming patch and imported file BWF timecode...
2009-10-01 Paul DavisLV2 external UI patch from nedko via 2.X and a couple...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-12 Sampo SavolainenChanges missing from previous commit
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-14 David RobillardApply LV2 GUI parameter update patch from kfoltman.
2008-11-14 David RobillardApply LV2 changes from 2.0.
2008-09-11 David RobillardFix compilation w/ LV2.
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710