Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 1 | -2/+4 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -7/+7 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -33/+40 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -7/+8 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 1 | -1/+1 |
2010-01-28 | Don't load ingen:node and lv2:port as properties (so they don't show up in pr... | David Robillard | 1 | -0/+12 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -25/+25 |
2009-05-29 | Make connection parsing consistent with other parse methods. | David Robillard | 1 | -8/+10 |
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 | 1 | -12/+12 |
2009-05-28 | Ignore properties with blank values. | David Robillard | 1 | -1/+1 |
2009-05-28 | Remove unused code. | David Robillard | 1 | -45/+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 | 1 | -1/+1 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -21/+19 |
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 | 1 | -13/+27 |
2009-05-13 | Fix crash on patch load. | David Robillard | 1 | -1/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -40/+40 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -6/+6 |
2009-05-11 | * New ontology. | David Robillard | 1 | -276/+320 |
2008-12-02 | Make all this *&#@%* crap work: | David Robillard | 1 | -7/+59 |
2008-12-02 | Fix loading child patches. | David Robillard | 1 | -17/+5 |
2008-12-02 | Fix loading nested patches. | David Robillard | 1 | -18/+19 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 1 | -131/+131 |
2008-11-28 | Store module locations on drop (fix ticket #281). | David Robillard | 1 | -8/+6 |
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 | 1 | -21/+28 |
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 | 1 | -10/+20 |
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 |
2008-11-17 | Barf less to the console. | David Robillard | 1 | -3/+1 |
2008-11-17 | Fix recursive connection loading (fix ticket #250). | David Robillard | 1 | -1/+4 |
2008-11-16 | Remember patch save file location in client (fix ticket #239). | David Robillard | 1 | -4/+3 |
2008-11-16 | Fix loading errors. | David Robillard | 1 | -15/+27 |
2008-11-16 | More HTTP. | David Robillard | 1 | -7/+8 |
2008-11-16 | Control port value tracking via HTTP. | David Robillard | 1 | -1/+22 |