Age | Commit message (Expand) | Author | Files | Lines |
2009-06-02 | Fix crash on copy/paste. | David Robillard | 1 | -0/+1 |
2009-05-28 | Generic plugin property mechanism. | David Robillard | 2 | -5/+15 |
2009-05-28 | Make SetMetadataEvent do multiple properties at once. | David Robillard | 2 | -4/+16 |
2009-05-28 | Fix URIs. | David Robillard | 1 | -2/+4 |
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 | 5 | -31/+22 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 2 | -8/+8 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 5 | -50/+119 |
2009-05-13 | Update copyright dates. | David Robillard | 18 | -18/+18 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 18 | -109/+109 |
2009-05-13 | Use new query system to get LADSPA plugin names from the engine. | David Robillard | 2 | -0/+4 |
2009-05-13 | Generic simple query system for both objects and plugins. | David Robillard | 2 | -7/+17 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 1 | -2/+0 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 5 | -76/+72 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 2 | -0/+20 |
2009-05-11 | * New ontology. | David Robillard | 2 | -5/+2 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 5 | -10/+8 |
2009-01-05 | Include <sstream> where missing. | David Robillard | 2 | -0/+2 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 3 | -3/+3 |
2008-12-16 | Trim include dependency tree. | David Robillard | 8 | -19/+56 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -0/+1 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 4 | -48/+60 |
2008-11-29 | Fix path name offsetting when pasting to start at 2, not 0. | David Robillard | 1 | -0/+3 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 1 | -9/+8 |
2008-11-16 | Fix GUI tracking of property changes (e.g. polyphonic for stacked modules, fi... | David Robillard | 1 | -1/+1 |
2008-11-16 | More HTTP. | David Robillard | 2 | -5/+3 |
2008-11-16 | Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi... | David Robillard | 1 | -1/+1 |
2008-11-16 | Follow new object creation via HTTP (serialising/parsing RDF to communicate b... | David Robillard | 3 | -8/+18 |
2008-11-16 | TCP notification stream support (not fully implemented yet, but transport stu... | David Robillard | 2 | -22/+110 |
2008-11-15 | Stubs for HTTP streaming. | David Robillard | 3 | -1/+142 |
2008-11-10 | Turn off OSC debug dumping in engine. | David Robillard | 3 | -4/+4 |
2008-11-09 | Add concept of 'Resource' and make plugins a resource (as well as graph objec... | David Robillard | 1 | -0/+63 |
2008-10-20 | Add missing files. | David Robillard | 2 | -0/+127 |
2008-10-20 | Make Ingen and Patchage relocatable binaries when built as a bundle. | David Robillard | 1 | -0/+1 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 1 | -0/+1 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 7 | -14/+10 |
2008-10-06 | Specify absolute include paths to fix waf dependency tracking. | David Robillard | 1 | -1/+1 |
2008-10-03 | Fix missing include (resolve ticket #206). | David Robillard | 1 | -0/+1 |
2008-10-03 | Make liblo optional for building ingen. | David Robillard | 1 | -1/+2 |
2008-10-03 | Good riddance. | David Robillard | 1 | -22/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 2 | -2/+2 |
2008-10-02 | Build against local libraries with uselib_local instead of CFLAGS kludges. | David Robillard | 1 | -1/+2 |
2008-10-01 | Fix compilation. | David Robillard | 1 | -1/+1 |
2008-09-30 | Install modules (mostly) the same place as autohell. | David Robillard | 1 | -1/+1 |
2008-09-30 | Fix building (both autohell and waf) with simpler ingen tree layout. | David Robillard | 1 | -1/+1 |
2008-09-30 | Flatten ingen source directory heirarchy a bit. | David Robillard | 14 | -0/+1138 |