Age | Commit message (Expand) | Author | Files | Lines |
2011-04-28 | Tidy (rearrange prototypes in sane order). | David Robillard | 1 | -1/+0 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 6 | -21/+48 |
2011-04-28 | Update for new Sord API. | David Robillard | 3 | -38/+38 |
2011-04-28 | Compile with older versions of glib. | David Robillard | 1 | -2/+2 |
2011-04-28 | Update for new Sord API. | David Robillard | 3 | -16/+16 |
2011-04-27 | Fix memory leaks. | David Robillard | 5 | -68/+85 |
2011-04-27 | Update for new Serd API. | David Robillard | 1 | -2/+2 |
2011-04-23 | Improve node struct alignment | David Robillard | 1 | -2/+3 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 12 | -240/+138 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 4 | -283/+18 |
2011-04-22 | Don't print warning when directory in LV2_PATH is nonexistent. | David Robillard | 1 | -2/+0 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 8 | -26/+13 |
2011-03-29 | Tidy expand(). | David Robillard | 1 | -3/+1 |
2011-03-28 | Implement variable expansion on Windows and use standard LV2_PATH | David Robillard | 1 | -0/+4 |
2011-03-28 | Fix LV2_PATH parsing. | David Robillard | 1 | -9/+8 |
2011-03-28 | Fix Windows build | David Robillard | 6 | -28/+83 |
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 |