Age | Commit message (Expand) | Author | Files | Lines |
2007-08-03 | Updated LV2 revision number. | David Robillard | 1 | -170/+170 |
2007-07-25 | Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that u... | David Robillard | 1 | -0/+25 |
2007-07-24 | Match LV2 specification instantiate prototype. | David Robillard | 1 | -1/+1 |
2007-07-23 | Updated LV2 spec. | David Robillard | 1 | -1/+1 |
2007-07-23 | Broke API to separate input/output from type (less code repetition and SLV2 i... | David Robillard | 2 | -18/+50 |
2007-07-04 | Removed documentation referring to a nonexistant function. | David Robillard | 1 | -3/+0 |
2007-07-03 | Fail gracefully if redland is deeply screwed. | David Robillard | 1 | -0/+2 |
2007-07-03 | Ignore illegal plugins w/o a doap:name property. | David Robillard | 1 | -0/+1 |
2007-07-01 | Removed redundant GUI loading stub (I'm an idiot). | David Robillard | 2 | -26/+13 |
2007-07-01 | Fix a couple memory leaks/errors. | David Robillard | 2 | -1/+39 |
2007-07-01 | Fix comment typo. | David Robillard | 1 | -1/+1 |
2007-07-01 | Fix tab/space mixing in lv2-gtk2gui.h | David Robillard | 1 | -4/+4 |
2007-06-30 | Aaaalright then, made it not static and put the code in the library. Stupid ... | David Robillard | 1 | -7/+2 |
2007-06-30 | Made slv2_gui_type_get_uri static. | David Robillard | 1 | -1/+1 |
2007-06-30 | Added missing file. | David Robillard | 1 | -0/+65 |
2007-06-30 | Reworked GUI access in a safer way, anticipating various GUI specs (w/o break... | David Robillard | 5 | -3/+39 |
2007-06-30 | Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep... | David Robillard | 5 | -0/+366 |
2007-06-27 | Added slv2_value_duplicate. | David Robillard | 1 | -0/+6 |
2007-05-09 | Bumped LV2 version number to 1.0beta3. | David Robillard | 1 | -1/+1 |
2007-05-09 | Ontology install path fixes. | David Robillard | 1 | -2/+2 |
2007-05-08 | Exposed slv2_value_free. | David Robillard | 2 | -0/+6 |
2007-05-08 | Code cleanups. | David Robillard | 2 | -22/+2 |
2007-05-08 | Reworked simple query API to allow passing either QName or URI predicates. | David Robillard | 4 | -11/+93 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 1 | -0/+7 |
2007-04-28 | Use index instead of variable name for selecting query variables (performance... | David Robillard | 1 | -2/+3 |
2007-04-28 | Fixed more outdated reference to strings.h | David Robillard | 2 | -3/+3 |
2007-04-28 | Fixed outdated reference to strings.h | David Robillard | 1 | -1/+1 |
2007-04-28 | Added missing files. | David Robillard | 1 | -0/+130 |
2007-04-28 | Reworked query/value system to expose data type. | David Robillard | 6 | -41/+47 |
2007-04-23 | Fixed outdated includes. | David Robillard | 1 | -1/+1 |
2007-04-23 | Documention updates/fixes. | David Robillard | 4 | -4/+4 |
2007-04-21 | Code cleanups. | David Robillard | 9 | -47/+13 |
2007-04-21 | Plugin classes (categories) progress. | David Robillard | 4 | -4/+33 |
2007-04-21 | Changed "categories" to "plugin classes" to better match RDF. | David Robillard | 10 | -56/+79 |
2007-04-20 | Preliminary categories support. | David Robillard | 6 | -0/+163 |
2007-04-20 | Clean up API, hide more methods that should not be exposed to user. | David Robillard | 7 | -81/+128 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 6 | -37/+37 |
2007-04-19 | Added random autoconf macro the warning said to. | David Robillard | 1 | -0/+166 |
2007-04-19 | Added Redland dependency, using in-memory RDF models. | David Robillard | 7 | -164/+69 |
2007-04-18 | Documentation fixes. | David Robillard | 5 | -15/+20 |
2007-02-22 | Updated lv2.h | David Robillard | 1 | -2/+4 |
2007-02-20 | Added simple accessor for values with subjects other than the plugin itself. | David Robillard | 1 | -9/+27 |
2007-02-19 | Fixed doap:license typo in lv2.ttl. | David Robillard | 2 | -16/+36 |
2007-02-19 | Header/API cleanups. | David Robillard | 11 | -206/+82 |
2007-02-18 | Removed private_types.h (and all exposure of types that shouldn't have been e... | David Robillard | 4 | -109/+31 |
2007-02-18 | Fixed index types of Strings and Plugins for consistency. | David Robillard | 5 | -15/+24 |
2007-02-18 | API updates (removed SLV2Value (binary compatibility nightmare waiting to hap... | David Robillard | 11 | -80/+128 |
2007-02-18 | Implemented discovery of plugin extension bundles. | David Robillard | 5 | -34/+123 |
2007-02-09 | Removed data type stuff from SLV2. | David Robillard | 1 | -13/+1 |
2007-02-09 | LV2 spec updates. | David Robillard | 1 | -9/+10 |