summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Collapse)AuthorFilesLines
2007-07-03Fail gracefully if redland is deeply screwed.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@562 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Ignore illegal plugins w/o a doap:name property.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@556 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Removed redundant GUI loading stub (I'm an idiot).David Robillard2-26/+13
Cleaned up messy GUI code. Added _gtk2 to gtk2 specific GUI function names (is a nicer more abstract way than this possible?). Fixed instantiation bugs caused by last commit's bundle URI stuff. git-svn-id: http://svn.drobilla.net/lad/slv2@554 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Fix a couple memory leaks/errors.David Robillard2-1/+39
Add proper bundle path finding (support plugins with binaries not immediately under their bundle paths, though none exist). Add slv2_plugin_get_bundle_uri. Add stub for loading plugin GUIs. git-svn-id: http://svn.drobilla.net/lad/slv2@553 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Fix comment typo.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@552 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Fix tab/space mixing in lv2-gtk2gui.hDavid Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@551 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Aaaalright then, made it not static and put the code in the library. Stupid ↵David Robillard1-7/+2
warnings. git-svn-id: http://svn.drobilla.net/lad/slv2@550 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Made slv2_gui_type_get_uri static.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@549 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Added missing file.David Robillard1-0/+65
git-svn-id: http://svn.drobilla.net/lad/slv2@548 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o ↵David Robillard5-3/+39
breaking binary compatibility). Increment libtool library version number accordingly (new methods added, still backwards compatible). git-svn-id: http://svn.drobilla.net/lad/slv2@547 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT ↵David Robillard5-0/+366
depend on GTK!). git-svn-id: http://svn.drobilla.net/lad/slv2@546 a436a847-0d15-0410-975c-d299462d15a1
2007-06-27Added slv2_value_duplicate.David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/lad/slv2@545 a436a847-0d15-0410-975c-d299462d15a1
2007-05-09Bumped LV2 version number to 1.0beta3.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@522 a436a847-0d15-0410-975c-d299462d15a1
2007-05-09Ontology install path fixes.David Robillard1-2/+2
0.0.1 versioning stuff. Removed GNU 'standard' files I don't maintain anyway and make automake shutup about it. git-svn-id: http://svn.drobilla.net/lad/slv2@521 a436a847-0d15-0410-975c-d299462d15a1
2007-05-08Exposed slv2_value_free.David Robillard2-0/+6
Fixed memory leak in lv2_inspect. Included ladspa.h for ladspa2lv2. git-svn-id: http://svn.drobilla.net/lad/slv2@519 a436a847-0d15-0410-975c-d299462d15a1
2007-05-08Code cleanups.David Robillard2-22/+2
Updated lv2.ttl. git-svn-id: http://svn.drobilla.net/lad/slv2@518 a436a847-0d15-0410-975c-d299462d15a1
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard4-11/+93
Hack around a Rasqal bug for the above (URI predicates). Clean up exposed names for greppability and to not violate user namespace. Fixed slv2_plugin_get_value and slv2_plugin_get_value_for_resource. git-svn-id: http://svn.drobilla.net/lad/slv2@517 a436a847-0d15-0410-975c-d299462d15a1
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over ↵David Robillard1-0/+7
Raptor/Rasqal independently. Fixed patch loading for Ingen (local only, still something wrong with remote...). git-svn-id: http://svn.drobilla.net/lad/slv2@486 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Use index instead of variable name for selecting query variables ↵David Robillard1-2/+3
(performance enhancement). Improved ladspa2lv2, converting port hints and min/max/default values. git-svn-id: http://svn.drobilla.net/lad/slv2@481 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Fixed more outdated reference to strings.hDavid Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/lad/slv2@478 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Fixed outdated reference to strings.hDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@477 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Added missing files.David Robillard1-0/+130
git-svn-id: http://svn.drobilla.net/lad/slv2@476 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Reworked query/value system to expose data type.David Robillard6-41/+47
git-svn-id: http://svn.drobilla.net/lad/slv2@475 a436a847-0d15-0410-975c-d299462d15a1
2007-04-23Fixed outdated includes.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@473 a436a847-0d15-0410-975c-d299462d15a1
2007-04-23Documention updates/fixes.David Robillard4-4/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@471 a436a847-0d15-0410-975c-d299462d15a1
2007-04-21Code cleanups.David Robillard9-47/+13
git-svn-id: http://svn.drobilla.net/lad/slv2@470 a436a847-0d15-0410-975c-d299462d15a1
2007-04-21Plugin classes (categories) progress.David Robillard4-4/+33
git-svn-id: http://svn.drobilla.net/lad/slv2@467 a436a847-0d15-0410-975c-d299462d15a1
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard10-56/+79
Renamed files to match API. git-svn-id: http://svn.drobilla.net/lad/slv2@466 a436a847-0d15-0410-975c-d299462d15a1
2007-04-20Preliminary categories support.David Robillard6-0/+163
git-svn-id: http://svn.drobilla.net/lad/slv2@465 a436a847-0d15-0410-975c-d299462d15a1
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard7-81/+128
Document performance of most methods. Clean up and clarify documentation. git-svn-id: http://svn.drobilla.net/lad/slv2@460 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Renamed SLV2Model SLV2World.David Robillard6-37/+37
Updated Ingen for SLV2 API changes. git-svn-id: http://svn.drobilla.net/lad/slv2@459 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Added random autoconf macro the warning said to.David Robillard1-0/+166
Added missing files. git-svn-id: http://svn.drobilla.net/lad/slv2@458 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard7-164/+69
Numerous significant performance improvements. git-svn-id: http://svn.drobilla.net/lad/slv2@457 a436a847-0d15-0410-975c-d299462d15a1
2007-04-18Documentation fixes.David Robillard5-15/+20
git-svn-id: http://svn.drobilla.net/lad/slv2@454 a436a847-0d15-0410-975c-d299462d15a1
2007-02-22Updated lv2.hDavid Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@327 a436a847-0d15-0410-975c-d299462d15a1
2007-02-20Added simple accessor for values with subjects other than the plugin itself.David Robillard1-9/+27
git-svn-id: http://svn.drobilla.net/lad/slv2@321 a436a847-0d15-0410-975c-d299462d15a1
2007-02-19Fixed doap:license typo in lv2.ttl.David Robillard2-16/+36
Added stronger plugin validation. Plugged memory leaks. Aded list filtering by arbitrary function pointer. git-svn-id: http://svn.drobilla.net/lad/slv2@318 a436a847-0d15-0410-975c-d299462d15a1
2007-02-19Header/API cleanups.David Robillard11-206/+82
Removed public exposure of raptor/rasqal. Redefined opaque types properly. git-svn-id: http://svn.drobilla.net/lad/slv2@317 a436a847-0d15-0410-975c-d299462d15a1
2007-02-18Removed private_types.h (and all exposure of types that shouldn't have been ↵David Robillard4-109/+31
exposed). git-svn-id: http://svn.drobilla.net/lad/slv2@316 a436a847-0d15-0410-975c-d299462d15a1
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard5-15/+24
git-svn-id: http://svn.drobilla.net/lad/slv2@315 a436a847-0d15-0410-975c-d299462d15a1
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to ↵David Robillard11-80/+128
happen) and added consistent SLV2Plugins and SLV2Strings). Documentation cleanups. git-svn-id: http://svn.drobilla.net/lad/slv2@314 a436a847-0d15-0410-975c-d299462d15a1
2007-02-18Implemented discovery of plugin extension bundles.David Robillard5-34/+123
git-svn-id: http://svn.drobilla.net/lad/slv2@309 a436a847-0d15-0410-975c-d299462d15a1
2007-02-09Removed data type stuff from SLV2.David Robillard1-13/+1
Reworked event system in FlowCanvas to use signals. Added straight connections and arrowheads to FlowCanvas, Ellipse fixes. git-svn-id: http://svn.drobilla.net/lad/slv2@293 a436a847-0d15-0410-975c-d299462d15a1
2007-02-09LV2 spec updates.David Robillard1-9/+10
git-svn-id: http://svn.drobilla.net/lad/slv2@292 a436a847-0d15-0410-975c-d299462d15a1
2007-02-09Applied patch from Steve Harris, changes to work with new LV2 ontology port ↵David Robillard2-19/+17
classes. git-svn-id: http://svn.drobilla.net/lad/slv2@291 a436a847-0d15-0410-975c-d299462d15a1
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes ↵David Robillard1-12/+12
for API update. Beginnings of a Machina GUI. git-svn-id: http://svn.drobilla.net/lad/slv2@290 a436a847-0d15-0410-975c-d299462d15a1
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard7-57/+185
Changed port API to work by referring to either index or symbol. Plugged some leaks. Added access to plugin/port hints/properties. Updated lv2.ttl. git-svn-id: http://svn.drobilla.net/lad/slv2@285 a436a847-0d15-0410-975c-d299462d15a1
2007-02-05Documentation fixes.David Robillard2-4/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@283 a436a847-0d15-0410-975c-d299462d15a1
2007-02-05Copyright/Documentation/etc cleanups.David Robillard8-17/+17
git-svn-id: http://svn.drobilla.net/lad/slv2@280 a436a847-0d15-0410-975c-d299462d15a1
2007-02-04Bug fixes, LV2 spec updates.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@273 a436a847-0d15-0410-975c-d299462d15a1