summaryrefslogtreecommitdiffstats
path: root/utils/lv2_inspect.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard1-22/+27
2007-07-01Fix a couple memory leaks/errors.David Robillard1-0/+1
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard1-3/+6
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep...David Robillard1-12/+9
2007-05-30Fixed the other one.David Robillard1-1/+1
2007-05-30Fixed lv2_inspect crash bug (exposed by AZR3).David Robillard1-1/+1
2007-05-08Exposed slv2_value_free.David Robillard1-0/+3
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-1/+20
2007-04-28Compile fixes, rewrote ladspa2lv2 as plain C using Redland.David Robillard1-4/+4
2007-04-28Reworked query/value system to expose data type.David Robillard1-20/+22
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-1/+1
2007-04-20Preliminary categories support.David Robillard1-0/+3
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard1-20/+30
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-4/+4
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-17/+35
2007-02-19More memory error/leak fixes.David Robillard1-0/+1
2007-02-19Header/API cleanups.David Robillard1-3/+3
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard1-3/+3
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard1-13/+13
2007-02-18Implemented discovery of plugin extension bundles.David Robillard1-2/+6
2007-02-09Applied patch from Steve Harris, changes to work with new LV2 ontology port c...David Robillard1-0/+35
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-0/+106