'libs/ardour' - Main body of changes required for building with MSVC
[ardour.git] / libs / ardour / ardour / lv2_plugin.h
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-06-02 Robin Gareushonor LV2 rsz:minimumSize for Atom Event buffers
2013-01-27 David RobillardSupport state:loadDefaultState feature.
2012-11-18 David RobillardDeliver MIDI events to atom ports that support it,...
2012-11-18 David RobillardBetter implementation of LV2 plugin<=>UI communication.
2012-11-17 David RobillardSent precise transport information to LV2 plugins via...
2012-08-29 David RobillardImplement latest buf-size extension via new options...
2012-08-28 Robin GareusLV2: amend previous commit, respect replicated plugin...
2012-08-28 Robin GareusLV2: allocate dedicated buffers for [non-midi] event...
2012-08-27 Robin Gareusdedicated LV2 non-MIDI atom-event-port handling
2012-08-21 David RobillardCreate and realize LV2 UI container before instantiatin...
2012-08-18 David RobillardFix some const-violating casts.
2012-08-17 David RobillardLV2 log extension support.
2012-08-08 David RobillardSupport new LV2 buf-size extension if a new enough...
2012-06-19 Paul Davis2nd half of patch for handling LV2 presets from colinf...
2012-05-27 David RobillardRe-implement URIMap to tolerate broken plugins that...
2012-04-20 David RobillardAdd "Description" pane to generic plugin UI for LV2...
2012-04-20 David RobillardSet tooltips on generic UI controls for LV2 plugin...
2012-04-11 David RobillardFix crash introduced in r11877 (oops). Add LV2Plugin...
2012-04-10 David RobillardForward port LV2 BPM and freewheeling port stuff from...
2012-04-06 David RobillardExecute plugin worker tasks immediately in the audio...
2012-04-05 David RobillardImplement LV2 worker extension.
2012-03-30 David RobillardUpdate to latest LV2 state extension.
2012-03-25 David RobillardUpdate to latest LV2 atom extension.
2012-02-29 David RobillardUpdate to latest LV2 atom extension.
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 RobillardFull round-trip message communication between LV2 UIs...
2012-02-25 David RobillardSupport LV2 atom sequence ports alongside old event...
2012-02-24 David RobillardClean up LV2 code in preparation for atom support.
2012-01-28 David RobillardFix compilation with older Glib.
2012-01-28 David RobillardUse new Lilv state API to save LV2 plugin state.
2012-01-23 Carl HetheringtonCache results of lilv_port_is_a(...) in various places.
2011-11-24 David RobillardSave references to external files in LV2 state as symbo...
2011-11-23 David RobillardImplement latest LV2 state extension (0.4).
2011-11-11 David RobillardUpdate LV2 persist extension implementation (now named...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-15 David RobillardSupport compilation with (old) SLV2, or (new) Lilv...
2011-05-14 David RobillardMove SLV2-independent LV2 persist state implementation...
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-05-14 David RobillardRemove LV2Plugin::slv2_port.
2011-05-14 David RobillardGeneric scale points API.
2011-04-22 David RobillardUse new Suil and SLV2 APIs for LV2 plugin UIs.
2011-04-06 David RobillardImplement latest LV2 files extension.
2011-04-03 David RobillardImplement LV2 files extension.
2011-03-29 David RobillardUpdate for latest LV2 Persist extension.
2011-03-29 David RobillardUpdate for latest LV2 persist extension.
2011-03-28 David RobillardImplement most recent LV2 persist extension.
2011-02-24 David RobillardTidy (no functional changes).
2010-12-19 Carl HetheringtonClean up plugin preset handling a bit.
2010-12-13 David RobillardMore complete (but still incomplete) LV2 persist implem...
2010-12-07 Carl HetheringtonMove RDF-based preset stuff into LadspaPlugin, to make...
2010-12-06 Carl HetheringtonManage attempts to save plugin presets with the same...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-30 David RobillardTidy (whitespace changes only).
2010-11-25 David RobillardStub implementation of LV2 persist extension.
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
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-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-14 David RobillardLess weak plugin preset system (maybe AU preset stuff...
2008-11-14 David RobillardApply LV2 changes from 2.0.
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-20 David RobillardSome work towards MIDI plugins (LV2 plugins with (MIDI...
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-19 David RobillardMerge with trunk R2935.