Age | Commit message (Expand) | Author | Files | Lines |
2011-03-07 | Update for new SLV2 UI API. | David Robillard | 1 | -2/+6 |
2011-03-06 | Python 2/3: Use print('') instead of print() to print empty lines. | David Robillard | 1 | -1/+1 |
2011-03-03 | Fix Python3 compatibility. | David Robillard | 2 | -2/+3 |
2011-03-02 | Update Raul dependency to 0.8.0. | David Robillard | 1 | -1/+1 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 5 | -39/+15 |
2011-02-24 | Move UI stuff back into slv2.h (avoid breakage). | David Robillard | 2 | -4/+1 |
2011-02-22 | Implement sane UI selection logic and separate it from instantiation. | David Robillard | 1 | -10/+14 |
2011-02-22 | Implement LV2 plugin UIs via Suil. | David Robillard | 6 | -60/+58 |
2011-02-22 | Tidy. | David Robillard | 1 | -26/+19 |
2011-02-22 | Tidy. | David Robillard | 1 | -16/+30 |
2011-02-22 | Better PluginUI abstraction. | David Robillard | 3 | -17/+35 |
2011-02-19 | Remove cruft, clean up Jack shutdown stuff. | David Robillard | 2 | -8/+3 |
2011-02-19 | Tidy. | David Robillard | 3 | -93/+91 |
2011-02-19 | Partially working copy/paste. | David Robillard | 4 | -25/+26 |
2011-02-19 | Show human name instead of symbol in node control window (fix ticket #637). | David Robillard | 1 | -1/+1 |
2011-02-19 | Sshh. | David Robillard | 1 | -4/+0 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 50 | -491/+571 |
2011-02-18 | Use port name from SLV2 for labels where possible (fix ticket #636). | David Robillard | 4 | -8/+37 |
2011-02-18 | Tidy. | David Robillard | 1 | -8/+12 |
2011-02-18 | Trim more cruft. | David Robillard | 2 | -48/+30 |
2011-02-18 | Trim more cruft. | David Robillard | 11 | -175/+48 |
2011-02-18 | Save (patch ingen:node subpatch) for subpatch nodes. | David Robillard | 1 | -0/+3 |
2011-02-17 | Remember document patches were loaded from (fix ticket #603). | David Robillard | 1 | -2/+2 |
2011-02-17 | Remove deprecated Om patch loading code (resolve ticket #32). | David Robillard | 12 | -858/+26 |
2011-02-17 | Jack session support for ingen. | David Robillard | 13 | -53/+185 |
2011-02-17 | Fix ingen --load/-l. | David Robillard | 1 | -3/+4 |
2011-02-17 | Tidy. | David Robillard | 1 | -56/+59 |
2011-02-17 | Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins. | David Robillard | 10 | -151/+103 |
2011-02-17 | Consistent log output. | David Robillard | 2 | -4/+8 |
2011-02-17 | Map "Draw" to C-d (don't clash with C-p for "Properties"). | David Robillard | 1 | -1/+1 |
2011-02-17 | Connect to JACK_DEFAULT_SERVER by default. | David Robillard | 1 | -1/+1 |
2011-02-16 | Save subpatches to recursive bundles. | David Robillard | 2 | -44/+52 |
2011-02-16 | Tidy. | David Robillard | 2 | -6/+4 |
2011-02-16 | Tidy up serialiser interface. | David Robillard | 4 | -75/+60 |
2011-02-16 | Sord::Resource => Sord::URI. | David Robillard | 5 | -197/+163 |
2011-02-16 | Use simpler, single, file extensions. | David Robillard | 3 | -5/+6 |
2011-02-16 | Tidy. | David Robillard | 4 | -242/+211 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 30 | -278/+261 |
2011-02-16 | Remove Jack buffer size kludge (fixed in jack r4127). | David Robillard | 1 | -2/+0 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 6 | -59/+132 |
2011-02-15 | Sshh. | David Robillard | 1 | -1/+0 |
2011-02-15 | Trim more redlandmm API. | David Robillard | 4 | -22/+14 |
2011-02-15 | Remove SPARQL query stuff from Redlandmm. | David Robillard | 2 | -294/+181 |
2011-02-15 | Ignore jack buffer size callbacks, since svn jack is broken and reports buffe... | David Robillard | 1 | -0/+2 |
2011-02-12 | Update for new SLV2 #include structure. | David Robillard | 1 | -1/+3 |
2011-02-11 | Remove LADSPA support from Ingen (LADSPA can be used via NASPRO). | David Robillard | 11 | -835/+7 |
2011-02-04 | Fix warnings when building with --strict (but without --debug). | David Robillard | 1 | -1/+1 |
2011-02-04 | Update to current librdf-free slv2. | David Robillard | 1 | -1/+1 |
2011-01-31 | Non-SPARQL LV2 presets implementation (compile against new slv2). | David Robillard | 1 | -27/+58 |
2011-01-31 | Fix broken loop. | David Robillard | 1 | -1/+1 |