summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-12LV2 UI extension updates from larsl.David Robillard1-1/+1
2008-03-19Support plugins where lv2:binary is not in manifest.ttlDavid Robillard1-3/+27
2008-01-31Slightly more gracefully fail on broken rasqal ORDER BY, or plugins with miss...David Robillard1-4/+16
2008-01-28Remove debugging console barf.David Robillard1-3/+1
2008-01-28Add slv2_plugin_get_num_ports_of_class.David Robillard1-0/+35
2008-01-27Packaging stuff.David Robillard1-1/+1
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-134/+127
2008-01-23Remove 3 whopping LOC!!!111David Robillard1-3/+0
2008-01-21Work on generic LV2 events.David Robillard1-24/+10
2008-01-20Fix slv2_plugin_has_feature.David Robillard1-14/+6
2008-01-17Update queries for new UI extension.David Robillard1-4/+4
2008-01-16Attempt using "memory" RDF model instead of "hashes" for query performance (y...David Robillard1-3/+3
2008-01-15Move debian/changelog to ChangeLog.David Robillard1-0/+1
2008-01-15Fix RDF warning (freeing NULL query results).David Robillard1-1/+2
2008-01-15SLV2 0.4.4.David Robillard1-0/+25
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard1-11/+121
2007-12-19Update LV2 GUI URI.David Robillard1-1/+1
2007-11-13Release preparation:David Robillard1-48/+0
2007-10-04Fix librdf warnings.David Robillard1-0/+1
2007-10-03Fix Plugin class related bugs.David Robillard1-9/+12
2007-10-03Fix latency for updated LV2 spec.David Robillard1-6/+6
2007-10-03Updated LV2 spec.David Robillard1-19/+5
2007-09-24LV2 UI interface cleanups.David Robillard1-14/+5
2007-09-23Support for plugin UIs in separate bundles.David Robillard1-13/+48
2007-09-22LV2 UI extension updates.David Robillard1-15/+15
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-3/+4
2007-07-23Updated LV2 spec.David Robillard1-2/+2
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard1-2/+2
2007-07-01Fix a couple memory leaks/errors.David Robillard1-12/+44
2007-06-30Aaaalright then, made it not static and put the code in the library. Stupid ...David Robillard1-0/+9
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard1-3/+13
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep...David Robillard1-0/+39
2007-06-01Load plugin data automatically on demand.David Robillard1-1/+10
2007-05-09Ontology install path fixes.David Robillard1-9/+4
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-18/+48
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard1-15/+14
2007-04-28Reworked query/value system to expose data type.David Robillard1-42/+48
2007-04-23Incorporated patch from larsl for reading plugin manifest files for plugin data.David Robillard1-3/+6
2007-04-21Code cleanups.David Robillard1-1/+1
2007-04-21Plugin classes (categories) progress.David Robillard1-12/+6
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-10/+23
2007-04-20Preliminary categories support.David Robillard1-3/+38
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard1-4/+8
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-10/+7
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-44/+198
2007-02-20Added simple accessor for values with subjects other than the plugin itself.David Robillard1-0/+20
2007-02-19More memory error/leak fixes.David Robillard1-2/+1
2007-02-19Fixed doap:license typo in lv2.ttl.David Robillard1-22/+66
2007-02-19Header/API cleanups.David Robillard1-32/+17
2007-02-18Removed private_types.h (and all exposure of types that shouldn't have been e...David Robillard1-1/+1