Age | Commit message (Expand) | Author | Files | Lines |
2007-11-30 | Revert redland check to ancient crapppy non-pkg-config way. | David Robillard | 1 | -1/+12 |
2007-11-29 | Fix instantiate parameters to match lv2.h | David Robillard | 2 | -14/+14 |
2007-11-22 | Added missing Makefile.am | David Robillard | 1 | -0/+11 |
2007-11-15 | 0.3.1 release. | David Robillard | 6 | -14/+31 |
2007-11-15 | Add Debian packaging stuff. | David Robillard | 19 | -4/+191 |
2007-11-15 | Added DOAP description. | David Robillard | 2 | -1/+27 |
2007-11-14 | Updated lv2.h documentation. | David Robillard | 2 | -14/+14 |
2007-11-14 | Check for Redland with pkg-config. | David Robillard | 1 | -13/+4 |
2007-11-13 | Adhere to GNU standards (add necessary files, support --help and --version). | David Robillard | 6 | -3/+640 |
2007-11-13 | Release preparation: | David Robillard | 6 | -69/+14 |
2007-11-05 | make distcheck fixes | David Robillard | 1 | -0/+1 |
2007-11-05 | Fix versioning when building slv2 stand-alone. | David Robillard | 1 | -12/+15 |
2007-11-05 | Fix configure script bug. | David Robillard | 1 | -1/+1 |
2007-11-05 | Fix library versioning. | David Robillard | 3 | -5/+7 |
2007-10-13 | Switch AC_PROG_CC_C_0 to AM_PROG_CC_C_0 for ancient autohell compatibility. | David Robillard | 1 | -1/+1 |
2007-10-11 | Update ladspa2lv2 slightly... | David Robillard | 1 | -4/+4 |
2007-10-04 | Stripped some old useless #if 0'd out code. | David Robillard | 2 | -206/+2 |
2007-10-04 | Fix librdf warnings. | David Robillard | 8 | -20/+29 |
2007-10-03 | Line things up better. | David Robillard | 1 | -9/+9 |
2007-10-03 | Do proper slv2 library versioning with top-level configure script as well. | David Robillard | 2 | -4/+8 |
2007-10-03 | Look for user-installed plugins in ~/.lv2/bundles | David Robillard | 1 | -1/+1 |
2007-10-03 | Fix Plugin class related bugs. | David Robillard | 7 | -34/+34 |
2007-10-03 | Fix latency for updated LV2 spec. | David Robillard | 1 | -6/+6 |
2007-10-03 | Update LV2 spec. | David Robillard | 1 | -4/+4 |
2007-10-03 | Updated LV2 spec. | David Robillard | 12 | -284/+173 |
2007-09-30 | Be more tolerant of NULL collections (appear as if they're empty instead of d... | David Robillard | 4 | -7/+10 |
2007-09-26 | Fixed return type of UI accessor. | David Robillard | 2 | -2/+2 |
2007-09-26 | Remove GtkWidget forward declaration. | David Robillard | 1 | -2/+0 |
2007-09-26 | Added clarification of memory management responsibilities for slv2_plugin_get... | David Robillard | 1 | -0/+2 |
2007-09-26 | Bump version number to 0.3.0 | David Robillard | 1 | -1/+2 |
2007-09-26 | Updated lv2.h | David Robillard | 1 | -1/+5 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 22 | -210/+164 |
2007-09-23 | Fix LV2 UI stuff. | David Robillard | 7 | -15/+401 |
2007-09-23 | Support for plugin UIs in separate bundles. | David Robillard | 13 | -97/+105 |
2007-09-22 | pluginguiinstance -> pluginuiinstance | David Robillard | 2 | -1/+1 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 13 | -141/+141 |
2007-09-22 | Updates LV2 and LV2 UI specs. | David Robillard | 7 | -272/+413 |
2007-09-21 | Fix uninstall of lv2core.ttl | David Robillard | 1 | -0/+3 |
2007-09-21 | Tolerate plugins with run method set to NULL. | David Robillard | 1 | -4/+4 |
2007-09-20 | Remove lock stuff I hereby deem not SLV2's problem. | David Robillard | 3 | -103/+0 |
2007-09-14 | Updated lv2.ttl | David Robillard | 1 | -3/+14 |
2007-08-21 | Link with -lm for ladspa2lv2. | David Robillard | 1 | -1/+1 |
2007-08-08 | Update ingen for SLV2 changes. | David Robillard | 6 | -32/+32 |
2007-08-08 | Added individial building stuff for flowcanvas, raul, patchage. | David Robillard | 1 | -1/+0 |
2007-08-07 | Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL... | David Robillard | 7 | -15/+16 |
2007-08-07 | SLV2 0.1.0... maybe. | David Robillard | 6 | -16/+30 |
2007-08-03 | Updated LV2 revision number. | David Robillard | 4 | -182/+285 |
2007-07-31 | Functional engine Python bindings (e.g. ingen -e -r patchomatic.py). | David Robillard | 1 | -0/+1 |
2007-07-31 | SWIG building fixes. | David Robillard | 1 | -4/+4 |
2007-07-31 | First steps towards Ingen SWIG bindings. | David Robillard | 1 | -1/+1 |