summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Expand)AuthorFilesLines
2007-10-03Update LV2 spec.David Robillard1-4/+4
2007-10-03Updated LV2 spec.David Robillard6-75/+56
2007-09-26Fixed return type of UI accessor.David Robillard1-1/+1
2007-09-26Remove GtkWidget forward declaration.David Robillard1-2/+0
2007-09-26Added clarification of memory management responsibilities for slv2_plugin_get...David Robillard1-0/+2
2007-09-26Updated lv2.hDavid Robillard1-1/+5
2007-09-24LV2 UI interface cleanups.David Robillard13-124/+40
2007-09-23Fix LV2 UI stuff.David Robillard3-0/+182
2007-09-23Support for plugin UIs in separate bundles.David Robillard6-42/+14
2007-09-22LV2 UI extension updates.David Robillard7-65/+65
2007-09-22Updates LV2 and LV2 UI specs.David Robillard5-260/+395
2007-09-21Tolerate plugins with run method set to NULL.David Robillard1-4/+4
2007-09-20Remove lock stuff I hereby deem not SLV2's problem.David Robillard1-25/+0
2007-08-08Update ingen for SLV2 changes.David Robillard1-5/+5
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL...David Robillard2-6/+6
2007-08-03Updated LV2 revision number.David Robillard1-170/+170
2007-07-25Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that u...David Robillard1-0/+25
2007-07-24Match LV2 specification instantiate prototype.David Robillard1-1/+1
2007-07-23Updated LV2 spec.David Robillard1-1/+1
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard2-18/+50
2007-07-04Removed documentation referring to a nonexistant function.David Robillard1-3/+0
2007-07-03Fail gracefully if redland is deeply screwed.David Robillard1-0/+2
2007-07-03Ignore illegal plugins w/o a doap:name property.David Robillard1-0/+1
2007-07-01Removed redundant GUI loading stub (I'm an idiot).David Robillard2-26/+13
2007-07-01Fix a couple memory leaks/errors.David Robillard2-1/+39
2007-07-01Fix comment typo.David Robillard1-1/+1
2007-07-01Fix tab/space mixing in lv2-gtk2gui.hDavid Robillard1-4/+4
2007-06-30Aaaalright then, made it not static and put the code in the library. Stupid ...David Robillard1-7/+2
2007-06-30Made slv2_gui_type_get_uri static.David Robillard1-1/+1
2007-06-30Added missing file.David Robillard1-0/+65
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard5-3/+39
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep...David Robillard5-0/+366
2007-06-27Added slv2_value_duplicate.David Robillard1-0/+6
2007-05-09Bumped LV2 version number to 1.0beta3.David Robillard1-1/+1
2007-05-09Ontology install path fixes.David Robillard1-2/+2
2007-05-08Exposed slv2_value_free.David Robillard2-0/+6
2007-05-08Code cleanups.David Robillard2-22/+2
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard4-11/+93
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-0/+7
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard1-2/+3
2007-04-28Fixed more outdated reference to strings.hDavid Robillard2-3/+3
2007-04-28Fixed outdated reference to strings.hDavid Robillard1-1/+1
2007-04-28Added missing files.David Robillard1-0/+130
2007-04-28Reworked query/value system to expose data type.David Robillard6-41/+47
2007-04-23Fixed outdated includes.David Robillard1-1/+1
2007-04-23Documention updates/fixes.David Robillard4-4/+4
2007-04-21Code cleanups.David Robillard9-47/+13
2007-04-21Plugin classes (categories) progress.David Robillard4-4/+33
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard10-56/+79
2007-04-20Preliminary categories support.David Robillard6-0/+163