summaryrefslogtreecommitdiffstats
path: root/slv2/slv2.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-176/+36
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-29/+28
2011-03-29Update library preprocessor boilerplateDavid Robillard1-20/+20
2011-03-18Add #include <stddef.h> for NULL.David Robillard1-0/+1
2011-03-17Improve documentation.David Robillard1-15/+25
2011-03-17Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest.David Robillard1-1/+9
2011-03-11Add slv2_plugin_is_replaced to allow hosts to hide old plugins.David Robillard1-0/+10
2011-03-10Fix SLV2_FOREACH to work with any iterator name (oops).David Robillard1-2/+4
2011-03-10Hide as many collection details as possible while keeping generic iterator / ...David Robillard1-134/+85
2011-03-09Add a deprecated stub for slv2_plugins_free for backwards source compatibility.David Robillard1-0/+8
2011-03-09New collections and iterator API.David Robillard1-87/+195
2011-03-08Fix UI host API.David Robillard1-2/+2
2011-03-08Tidy.David Robillard1-12/+13
2011-03-06Add a UI host descriptor to allow for a graceful transition to a more powerfu...David Robillard1-6/+56
2011-03-06Sort includes.David Robillard1-1/+1
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-03-02Clean up slv2.h.David Robillard1-629/+755
2011-02-25Recursion (n): See recursion.David Robillard1-1/+1
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-20/+66
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-0/+151
2011-02-17Make ui.h C++ compatible.David Robillard1-4/+4
2011-02-12Wrap rest of API (with a few troublesome exceptions).David Robillard1-9/+16
2011-02-12Add C++ and Python bindings.David Robillard1-1/+1
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard1-138/+3
2011-02-12Use new-style LV2 includes.David Robillard1-2/+2
2011-02-12Document entire API in a single header/page.David Robillard1-15/+1166
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard1-1/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-1/+1
2009-02-12Generic plugin query API.David Robillard1-0/+1
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-5/+2
2008-10-20Actually use installation location variables for everything.David Robillard1-15/+15
2008-08-03Minor cleanups for easier seddability.David Robillard1-1/+1
2008-01-27Packaging stuff.David Robillard1-0/+2
2008-01-21Work on generic LV2 events.David Robillard1-2/+0
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard1-7/+9
2007-09-24LV2 UI interface cleanups.David Robillard1-1/+0
2007-09-23Support for plugin UIs in separate bundles.David Robillard1-0/+2
2007-09-22LV2 UI extension updates.David Robillard1-2/+2
2007-07-03Ignore illegal plugins w/o a doap:name property.David Robillard1-0/+1
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard1-0/+1
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep...David Robillard1-0/+1
2007-05-08Exposed slv2_value_free.David Robillard1-0/+1
2007-04-28Reworked query/value system to expose data type.David Robillard1-1/+1
2007-04-21Code cleanups.David Robillard1-4/+3
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-3/+3
2007-04-20Preliminary categories support.David Robillard1-0/+1
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-1/+1