Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-03-07 | Fix memory leaks. | David Robillard | 4 | -41/+36 |
2011-03-07 | Don't run plugin test twice. | David Robillard | 1 | -1/+0 |
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 | 3 | -12/+99 |
2011-03-06 | Sort includes. | David Robillard | 1 | -1/+1 |
2011-03-06 | Python 2/3: Use print('') instead of print() to print empty lines. | David Robillard | 1 | -2/+1 |
2011-03-06 | Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event... | David Robillard | 20 | -651/+459 |
2011-03-05 | Warn when plugin lv2:binary is missing. | David Robillard | 2 | -2/+12 |
2011-03-03 | Fix Python3 compatibility. | David Robillard | 1 | -1/+1 |
2011-03-03 | Use custom Doxygen stylesheet. | David Robillard | 2 | -1/+562 |
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-25 | Fix stand-alone compilation. | David Robillard | 1 | -1/+1 |
2011-02-24 | Fix documentation generation. | David Robillard | 1 | -2/+1 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 7 | -120/+272 |
2011-02-24 | Move UI stuff back into slv2.h (avoid breakage). | David Robillard | 8 | -216/+155 |
2011-02-22 | Remove hilariously useless code. | David Robillard | 1 | -2/+0 |
2011-02-22 | Fix documentation parameter reference. | David Robillard | 1 | -1/+1 |
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-19 | Remove bogus noisy test case. | David Robillard | 1 | -2/+0 |
2011-02-17 | Enable dyn-manifest by default. | David Robillard | 1 | -4/+4 |
2011-02-17 | Error reporting. | David Robillard | 1 | -2/+6 |
2011-02-17 | Jack session support for lv2_jack_host. | David Robillard | 2 | -10/+116 |
2011-02-17 | Fix UI support. | David Robillard | 1 | -2/+2 |
2011-02-17 | Make ui.h C++ compatible. | David Robillard | 4 | -7/+18 |
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 | Tidy. | David Robillard | 1 | -34/+41 |
2011-02-12 | Add --no-swig configuration option. | David Robillard | 1 | -10/+9 |
2011-02-12 | Remove more cruft. | David Robillard | 1 | -3/+0 |
2011-02-12 | Remove cruft. | David Robillard | 1 | -19/+3 |
2011-02-12 | Add lv2_apply.py experiment to repository (not working yet). | David Robillard | 1 | -0/+114 |
2011-02-12 | Use unsigned instead of uint32_t in slv2mm (so swig automatically marshals th... | David Robillard | 1 | -6/+10 |
2011-02-12 | Wrap rest of API (with a few troublesome exceptions). | David Robillard | 5 | -100/+229 |
2011-02-12 | Install python bindings. | David Robillard | 3 | -2/+12 |
2011-02-12 | Add C++ and Python bindings. | David Robillard | 5 | -123/+213 |
2011-02-12 | Install Bash completion script by default. | David Robillard | 1 | -2/+3 |
2011-02-12 | Move lv2_jack_host to utils directory. | David Robillard | 2 | -10/+8 |
2011-02-12 | Remove useless enum PortDirection. | David Robillard | 1 | -12/+8 |
2011-02-12 | Remove bitrotten LADSPA stuff. | David Robillard | 2 | -981/+0 |
2011-02-12 | Fix MIDI output delivery. | David Robillard | 1 | -13/+11 |
2011-02-12 | Sshhhh. | David Robillard | 1 | -1/+0 |
2011-02-12 | Tidy up programs. | David Robillard | 3 | -264/+220 |
2011-02-12 | Add UI stuff to documentation. | David Robillard | 1 | -1/+2 |
2011-02-12 | Make UI support a compile-time option, and separate UI functions into slv2/ui.h. | David Robillard | 8 | -145/+210 |
2011-02-12 | Improve default LV2_PATH code. | David Robillard | 1 | -11/+24 |