Age | Commit message (Expand) | Author | Files | Lines |
2011-04-22 | Fix incorrect function pointer typedef syntax (and broken SWIG build). | David Robillard | 1 | -2/+2 |
2011-04-22 | Remove doxygen comment for private implementation. | David Robillard | 1 | -1/+1 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 1 | -20/+11 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 1 | -176/+36 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -29/+28 |
2011-03-29 | Update library preprocessor boilerplate | David Robillard | 1 | -20/+20 |
2011-03-18 | Add #include <stddef.h> for NULL. | David Robillard | 1 | -0/+1 |
2011-03-17 | Improve documentation. | David Robillard | 1 | -15/+25 |
2011-03-17 | Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest. | David Robillard | 1 | -1/+9 |
2011-03-11 | Add slv2_plugin_is_replaced to allow hosts to hide old plugins. | David Robillard | 1 | -0/+10 |
2011-03-10 | Fix SLV2_FOREACH to work with any iterator name (oops). | David Robillard | 1 | -2/+4 |
2011-03-10 | Hide as many collection details as possible while keeping generic iterator / ... | David Robillard | 1 | -134/+85 |
2011-03-09 | Add a deprecated stub for slv2_plugins_free for backwards source compatibility. | David Robillard | 1 | -0/+8 |
2011-03-09 | New collections and iterator API. | David Robillard | 1 | -87/+195 |
2011-03-08 | Fix UI host API. | David Robillard | 1 | -2/+2 |
2011-03-08 | Tidy. | David Robillard | 1 | -12/+13 |
2011-03-06 | Add a UI host descriptor to allow for a graceful transition to a more powerfu... | David Robillard | 1 | -6/+56 |
2011-03-06 | Sort includes. | David Robillard | 1 | -1/+1 |
2011-03-06 | Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event... | David Robillard | 1 | -17/+24 |
2011-03-02 | Clean up slv2.h. | David Robillard | 1 | -629/+755 |
2011-02-25 | Recursion (n): See recursion. | David Robillard | 1 | -1/+1 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 1 | -20/+66 |
2011-02-24 | Move UI stuff back into slv2.h (avoid breakage). | David Robillard | 1 | -0/+151 |
2011-02-17 | Make ui.h C++ compatible. | David Robillard | 1 | -4/+4 |
2011-02-12 | Wrap rest of API (with a few troublesome exceptions). | David Robillard | 1 | -9/+16 |
2011-02-12 | Add C++ and Python bindings. | David Robillard | 1 | -1/+1 |
2011-02-12 | Make UI support a compile-time option, and separate UI functions into slv2/ui.h. | David Robillard | 1 | -138/+3 |
2011-02-12 | Use new-style LV2 includes. | David Robillard | 1 | -2/+2 |
2011-02-12 | Document entire API in a single header/page. | David Robillard | 1 | -15/+1166 |
2011-02-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2011-01-30 | Remove all use of, and API support for, SPARQL. | David Robillard | 1 | -1/+0 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -1/+1 |
2009-02-12 | Generic plugin query API. | David Robillard | 1 | -0/+1 |
2009-02-12 | Merge various collections into single files, reduce rampant code duplication. | David Robillard | 1 | -5/+2 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 1 | -15/+15 |
2008-08-03 | Minor cleanups for easier seddability. | David Robillard | 1 | -1/+1 |
2008-01-27 | Packaging stuff. | David Robillard | 1 | -0/+2 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 1 | -2/+0 |
2008-01-12 | Add plugin template interface (fast discovery of plugins with certain I/O | David Robillard | 1 | -7/+9 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 1 | -1/+0 |
2007-09-23 | Support for plugin UIs in separate bundles. | David Robillard | 1 | -0/+2 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 1 | -2/+2 |
2007-07-03 | Ignore illegal plugins w/o a doap:name property. | David Robillard | 1 | -0/+1 |
2007-06-30 | Reworked GUI access in a safer way, anticipating various GUI specs (w/o break... | David Robillard | 1 | -0/+1 |
2007-06-30 | Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep... | David Robillard | 1 | -0/+1 |
2007-05-08 | Exposed slv2_value_free. | David Robillard | 1 | -0/+1 |
2007-04-28 | Reworked query/value system to expose data type. | David Robillard | 1 | -1/+1 |
2007-04-21 | Code cleanups. | David Robillard | 1 | -4/+3 |