Age | Commit message (Expand) | Author | Files | Lines |
2012-03-20 | Sshh. | David Robillard | 1 | -6/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -37/+50 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -25/+25 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -0/+1 |
2012-03-12 | Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require | David Robillard | 1 | -31/+0 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -8/+12 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -16/+16 |
2012-01-14 | Fix loading patches by relative path (fix #798). | David Robillard | 1 | -4/+15 |
2011-12-10 | Fix crash on load and subsequent save. | David Robillard | 1 | -1/+1 |
2011-10-22 | Fix serialisation. | David Robillard | 1 | -17/+20 |
2011-10-22 | Simplify Parser. | David Robillard | 1 | -104/+57 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -3/+3 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Fix running as an LV2 plugin. | David Robillard | 1 | -3/+8 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 1 | -302/+350 |
2011-05-21 | Fix patch loading. | David Robillard | 1 | -4/+26 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -1/+1 |
2011-05-18 | Update for new Serd and Sord APIs. | David Robillard | 1 | -8/+8 |
2011-05-11 | Pass environment to sord write methods for CURIE abbreviation. | David Robillard | 1 | -5/+13 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -1/+1 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -11/+11 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -1/+1 |
2011-02-19 | Partially working copy/paste. | David Robillard | 1 | -4/+3 |
2011-02-19 | Sshh. | David Robillard | 1 | -4/+0 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -151/+190 |
2011-02-18 | Trim more cruft. | David Robillard | 1 | -43/+22 |
2011-02-18 | Trim more cruft. | David Robillard | 1 | -132/+30 |
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 | 1 | -4/+1 |
2011-02-17 | Jack session support for ingen. | David Robillard | 1 | -27/+40 |
2011-02-16 | Sord::Resource => Sord::URI. | David Robillard | 1 | -18/+18 |
2011-02-16 | Tidy. | David Robillard | 1 | -109/+91 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -97/+112 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 1 | -3/+4 |
2011-02-15 | Trim more redlandmm API. | David Robillard | 1 | -15/+12 |
2011-02-15 | Remove SPARQL query stuff from Redlandmm. | David Robillard | 1 | -294/+178 |
2010-12-17 | Use an actual wrapper for query results (instead of building a Bindings and r... | David Robillard | 1 | -66/+63 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -62/+86 |
2010-03-05 | Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ... | David Robillard | 1 | -4/+6 |
2010-03-04 | Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta... | David Robillard | 1 | -2/+13 |
2010-03-04 | Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi... | David Robillard | 1 | -1/+1 |
2010-02-14 | Ssshh. | David Robillard | 1 | -1/+0 |
2010-02-14 | Fix loading of subpatches. | David Robillard | 1 | -46/+27 |
2010-02-14 | Preserve patch port indices across saves. | David Robillard | 1 | -0/+35 |
2010-02-13 | Fix node creation via HTTP (port parsing from string). | David Robillard | 1 | -1/+1 |