Age | Commit message (Expand) | Author | Files | Lines |
2011-02-12 | Document entire API in a single header/page. | David Robillard | 1 | -331/+0 |
2011-02-12 | Tidy up documentation, remove cruft. | David Robillard | 1 | -135/+20 |
2011-02-11 | Better, tested, i18n system. | David Robillard | 1 | -12/+0 |
2011-02-04 | Remove repeated blank lines. | David Robillard | 1 | -27/+0 |
2011-02-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-05 | Hide symbols by default and explicitly export API (clean ABI). | David Robillard | 1 | -0/+28 |
2009-08-12 | Fix slv2_plugin_get_name documentation (thanks to Damon Chaplin). | David Robillard | 1 | -3/+4 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -9/+9 |
2009-02-14 | Remove dead code. | David Robillard | 1 | -3/+3 |
2009-02-12 | Merge various collections into single files, reduce rampant code duplication. | David Robillard | 1 | -1/+1 |
2008-11-08 | Support i18n literals via LANG environment variable. | David Robillard | 1 | -1/+13 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 1 | -3/+3 |
2008-08-03 | Minor cleanups for easier seddability. | David Robillard | 1 | -1/+1 |
2008-07-06 | Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid... | David Robillard | 1 | -11/+15 |
2008-05-03 | Add slv2_plugin_get_port_ranges. | David Robillard | 1 | -0/+16 |
2008-01-28 | Add slv2_plugin_get_num_ports_of_class. | David Robillard | 1 | -0/+12 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -39/+39 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 1 | -12/+0 |
2008-01-15 | SLV2 0.4.4. | David Robillard | 1 | -0/+12 |
2008-01-12 | Add plugin template interface (fast discovery of plugins with certain I/O | David Robillard | 1 | -1/+59 |
2007-11-30 | Build/install man pages. | David Robillard | 1 | -3/+3 |
2007-10-03 | Updated LV2 spec. | David Robillard | 1 | -43/+30 |
2007-09-26 | Added clarification of memory management responsibilities for slv2_plugin_get... | David Robillard | 1 | -0/+2 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 1 | -4/+3 |
2007-09-23 | Support for plugin UIs in separate bundles. | David Robillard | 1 | -15/+3 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 1 | -10/+10 |
2007-07-04 | Removed documentation referring to a nonexistant function. | David Robillard | 1 | -3/+0 |
2007-07-01 | Removed redundant GUI loading stub (I'm an idiot). | David Robillard | 1 | -14/+0 |
2007-07-01 | Fix a couple memory leaks/errors. | David Robillard | 1 | -0/+38 |
2007-06-30 | Reworked GUI access in a safer way, anticipating various GUI specs (w/o break... | David Robillard | 1 | -2/+2 |
2007-06-30 | Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep... | David Robillard | 1 | -0/+26 |
2007-05-09 | Ontology install path fixes. | David Robillard | 1 | -2/+2 |
2007-05-08 | Reworked simple query API to allow passing either QName or URI predicates. | David Robillard | 1 | -1/+9 |
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 | 1 | -1/+1 |
2007-04-28 | Reworked query/value system to expose data type. | David Robillard | 1 | -13/+13 |
2007-04-21 | Code cleanups. | David Robillard | 1 | -14/+0 |
2007-04-21 | Changed "categories" to "plugin classes" to better match RDF. | David Robillard | 1 | -4/+4 |
2007-04-20 | Preliminary categories support. | David Robillard | 1 | -0/+6 |
2007-04-20 | Clean up API, hide more methods that should not be exposed to user. | David Robillard | 1 | -16/+44 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 1 | -4/+4 |
2007-04-19 | Added Redland dependency, using in-memory RDF models. | David Robillard | 1 | -7/+33 |
2007-04-18 | Documentation fixes. | David Robillard | 1 | -4/+9 |
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 | 1 | -1/+11 |
2007-02-19 | Header/API cleanups. | David Robillard | 1 | -19/+35 |
2007-02-18 | Fixed index types of Strings and Plugins for consistency. | David Robillard | 1 | -1/+2 |
2007-02-18 | API updates (removed SLV2Value (binary compatibility nightmare waiting to hap... | David Robillard | 1 | -9/+9 |