Age | Commit message (Expand) | Author | Files | Lines |
2011-03-17 | Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest. | David Robillard | 3 | -38/+60 |
2011-03-15 | Fix dynamic manifest error handling. | David Robillard | 1 | -5/+13 |
2011-03-11 | Leaner slv2_plugin_is_replaced implementation. | David Robillard | 1 | -17/+6 |
2011-03-11 | Add slv2_plugin_is_replaced to allow hosts to hide old plugins. | David Robillard | 3 | -1/+45 |
2011-03-10 | Hide as many collection details as possible while keeping generic iterator / ... | David Robillard | 2 | -0/+101 |
2011-03-09 | Add a deprecated stub for slv2_plugins_free for backwards source compatibility. | David Robillard | 2 | -20/+1 |
2011-03-09 | New collections and iterator API. | David Robillard | 8 | -169/+150 |
2011-03-08 | Fix UI host API. | David Robillard | 2 | -8/+5 |
2011-03-08 | Use the same data structure for all collections (fix ticket #650). | David Robillard | 3 | -58/+28 |
2011-03-07 | Fix memory leaks. | David Robillard | 4 | -41/+36 |
2011-03-07 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2011-03-07 | Tidy. | David Robillard | 1 | -10/+1 |
2011-03-07 | Suppose xsd:double numeric literals. | David Robillard | 3 | -1/+5 |
2011-03-06 | Add a UI host descriptor to allow for a graceful transition to a more powerfu... | David Robillard | 2 | -6/+43 |
2011-03-06 | Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event... | David Robillard | 13 | -222/+312 |
2011-03-05 | Warn when plugin lv2:binary is missing. | David Robillard | 1 | -0/+4 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 4 | -96/+197 |
2011-02-24 | Move UI stuff back into slv2.h (avoid breakage). | David Robillard | 3 | -13/+0 |
2011-02-22 | Remove hilariously useless code. | David Robillard | 1 | -2/+0 |
2011-02-22 | Tidy. | David Robillard | 1 | -15/+16 |
2011-02-19 | Fix return of undefined values when port range value (min, max, or default) i... | David Robillard | 1 | -10/+9 |
2011-02-17 | Error reporting. | David Robillard | 1 | -2/+6 |
2011-02-17 | Make ui.h C++ compatible. | David Robillard | 1 | -2/+2 |
2011-02-16 | Update for new Sord API. | David Robillard | 2 | -3/+2 |
2011-02-16 | Update for new Sord API. | David Robillard | 5 | -16/+23 |
2011-02-16 | Update for new Sord API. | David Robillard | 5 | -22/+20 |
2011-02-12 | Wrap rest of API (with a few troublesome exceptions). | David Robillard | 1 | -0/+11 |
2011-02-12 | Make UI support a compile-time option, and separate UI functions into slv2/ui.h. | David Robillard | 3 | -4/+15 |
2011-02-12 | Use new-style LV2 includes. | David Robillard | 1 | -1/+0 |
2011-02-12 | Document entire API in a single header/page. | David Robillard | 14 | -72/+23 |
2011-02-11 | Add support for boolean values. | David Robillard | 3 | -18/+73 |
2011-02-11 | Fix dynamic manifest support. | David Robillard | 2 | -99/+93 |
2011-02-11 | Tidy up includes. | David Robillard | 14 | -31/+53 |
2011-02-11 | Use GSequence for collections with get_by_uri search methods. | David Robillard | 9 | -146/+160 |
2011-02-11 | Reduce internal use of _by_qname variants (unnecessary overhead). | David Robillard | 4 | -17/+35 |
2011-02-11 | Remove now-redundant (old i18n) code. | David Robillard | 1 | -6/+0 |
2011-02-11 | Better, tested, i18n system. | David Robillard | 6 | -112/+145 |
2011-02-11 | Use `static' and `SLV2_API' explicitly/consistently. | David Robillard | 12 | -130/+177 |
2011-02-10 | Make directory separator (e.g. '/') and path separator (e.g. ':') compile-tim... | David Robillard | 1 | -6/+5 |
2011-02-10 | Tidy. | David Robillard | 3 | -4/+5 |
2011-02-10 | Update for new Serd API (factor out duplicated/common Serd URI code). | David Robillard | 2 | -100/+72 |
2011-02-04 | Update for Sord API. | David Robillard | 1 | -6/+2 |
2011-02-04 | SordTuple => SordQuad. | David Robillard | 3 | -6/+6 |
2011-02-04 | Fix warnings when building with --strict (but without --debug). | David Robillard | 2 | -4/+4 |
2011-02-04 | Fix "ISO C forbids initialization between function pointer and ‘void *’" ... | David Robillard | 5 | -10/+28 |
2011-02-04 | Update for uint8_t sord API. | David Robillard | 7 | -15/+15 |
2011-02-04 | Fix memory leaks. | David Robillard | 1 | -0/+1 |
2011-02-04 | Replace use of raptor (for raptor_sequence) with glib. | David Robillard | 11 | -55/+57 |
2011-02-04 | Tidy. | David Robillard | 4 | -18/+10 |
2011-02-04 | Tidy. | David Robillard | 3 | -8/+4 |