Age | Commit message (Expand) | Author | Files | Lines |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 1 | -1/+1 |
2009-12-30 | Fix serialisation of subpatches. | David Robillard | 1 | -6/+6 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 2 | -63/+19 |
2009-12-18 | Install headers. | David Robillard | 1 | -0/+3 |
2009-12-03 | Clean up interface headers. | David Robillard | 1 | -1/+1 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 1 | -2/+2 |
2009-11-12 | String port support. | David Robillard | 1 | -2/+0 |
2009-10-19 | Fix saving properties of root patch ports (fix ticket #389). | David Robillard | 1 | -0/+2 |
2009-06-03 | Update bindings. | David Robillard | 1 | -2/+4 |
2009-05-29 | Make connection parsing consistent with other parse methods. | David Robillard | 2 | -9/+11 |
2009-05-29 | Node creation via HTTP. | David Robillard | 1 | -6/+12 |
2009-05-28 | Working engine->client plugin information communication via HTTP. | David Robillard | 2 | -13/+13 |
2009-05-28 | Ignore properties with blank values. | David Robillard | 1 | -1/+1 |
2009-05-28 | Remove unused code. | David Robillard | 2 | -53/+1 |
2009-05-28 | Fix loading connections inside subpatches to patch ports. | David Robillard | 1 | -3/+2 |
2009-05-28 | Create objects via SetMetadataEvent. | David Robillard | 1 | -48/+0 |
2009-05-28 | Fix property saving to/from file (e.g. module locations). | David Robillard | 1 | -3/+3 |
2009-05-28 | Make SetMetadataEvent do multiple properties at once. | David Robillard | 1 | -33/+37 |
2009-05-28 | Fix URIs. | David Robillard | 1 | -12/+9 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 2 | -35/+22 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 4 | -34/+36 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 1 | -1/+1 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 2 | -16/+35 |
2009-05-13 | Fix crash on patch load. | David Robillard | 1 | -1/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 6 | -6/+6 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 6 | -89/+89 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 3 | -81/+79 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 2 | -16/+16 |
2009-05-11 | * New ontology. | David Robillard | 4 | -499/+464 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 1 | -1/+1 |
2009-02-25 | Check USE_BLANK_NODES consistently, shut waf up. | David Robillard | 1 | -1/+1 |
2008-12-16 | Trim include dependency tree. | David Robillard | 3 | -5/+3 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -0/+1 |
2008-12-02 | Make all this *&#@%* crap work: | David Robillard | 2 | -10/+59 |
2008-12-02 | Fix loading child patches. | David Robillard | 1 | -17/+5 |
2008-12-02 | Fix loading nested patches. | David Robillard | 2 | -19/+20 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 2 | -156/+152 |
2008-11-30 | Some support for bundle saving. | David Robillard | 2 | -2/+84 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 1 | -3/+2 |
2008-11-29 | Only write index for Patches (i.e. don't even save the index of plugin ports,... | David Robillard | 1 | -2/+3 |
2008-11-28 | Store module locations on drop (fix ticket #281). | David Robillard | 2 | -9/+7 |
2008-11-28 | Cleanup. | David Robillard | 1 | -16/+12 |
2008-11-28 | Shutup. | David Robillard | 1 | -2/+2 |
2008-11-28 | Fix pasting connections. | David Robillard | 1 | -6/+5 |
2008-11-27 | Save patch document properly for loaded subpatches too. | David Robillard | 2 | -25/+32 |
2008-11-27 | Remember document name (so File->Save doesn't prompt). | David Robillard | 1 | -3/+11 |
2008-11-27 | Tolate paths with '.' elements (e.g. ingen -egl ./foo.ingen.ttl). | David Robillard | 2 | -11/+21 |
2008-11-24 | Fix loading connections in patches with subpatches (fix ticket #274). | David Robillard | 1 | -2/+4 |
2008-11-22 | Finer grained locking on RDF world lock when parsing: prevents deadlock on lo... | David Robillard | 1 | -10/+35 |
2008-11-22 | Fix subpatch loading (fix ticket #271). | David Robillard | 1 | -9/+15 |