Age | Commit message (Expand) | Author | Files | Lines |
2008-11-16 | Track connecting over HTTP. | David Robillard | 2 | -19/+32 |
2008-11-16 | Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi... | David Robillard | 5 | -12/+53 |
2008-11-16 | Follow new object creation via HTTP (serialising/parsing RDF to communicate b... | David Robillard | 28 | -33/+255 |
2008-11-16 | TCP notification stream support (not fully implemented yet, but transport stu... | David Robillard | 23 | -109/+252 |
2008-11-15 | Stubs for HTTP streaming. | David Robillard | 10 | -10/+553 |
2008-11-10 | Turn off OSC debug dumping in engine. | David Robillard | 23 | -38/+38 |
2008-11-10 | Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ... | David Robillard | 3 | -24/+12 |
2008-11-09 | Add concept of 'Resource' and make plugins a resource (as well as graph objec... | David Robillard | 22 | -120/+229 |
2008-11-09 | Move patch to /patch via HTTP to give a place for RESTful access to other thi... | David Robillard | 18 | -180/+205 |
2008-11-08 | Don't die if serialisation returns a NULL string. | David Robillard | 1 | -2/+4 |
2008-10-20 | Add missing files. | David Robillard | 3 | -0/+129 |
2008-10-20 | Make Ingen and Patchage relocatable binaries when built as a bundle. | David Robillard | 8 | -18/+22 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 8 | -15/+14 |
2008-10-19 | Make ingen actually run again :) | David Robillard | 10 | -27/+30 |
2008-10-18 | Lower glib/glibmm dependency to 2.14. | David Robillard | 10 | -45/+62 |
2008-10-18 | Remove mandatory libjack dependency (just for typedefs). | David Robillard | 1 | -5/+4 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 163 | -293/+286 |
2008-10-16 | Don't install experimental ingen LV2 stuff. | David Robillard | 1 | -1/+2 |
2008-10-13 | Fix off-by-1 memory error. | David Robillard | 1 | -1/+1 |
2008-10-13 | Fix various problems with subpatch connecting/disconnecting (and probably int... | David Robillard | 6 | -32/+49 |
2008-10-12 | Resize portless modules properly (e.g. new subpatch creation). | David Robillard | 1 | -2/+2 |
2008-10-12 | Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction. | David Robillard | 9 | -559/+499 |
2008-10-12 | More tidy. | David Robillard | 1 | -23/+16 |
2008-10-12 | Fix blank port names for plugins without human names (ie all LADSPA and inter... | David Robillard | 1 | -6/+9 |
2008-10-12 | Build LV2 wrapper in correct location. | David Robillard | 1 | -1/+1 |
2008-10-12 | Build LV2 wrapper (still non-functional). | David Robillard | 1 | -4/+21 |
2008-10-12 | Tidy. | David Robillard | 2 | -5/+3 |
2008-10-12 | Fix crash on loading .om subpatches with names that aren't legal symbols. | David Robillard | 1 | -2/+2 |
2008-10-12 | Fix Om patch loading (import and load as child). | David Robillard | 3 | -27/+34 |
2008-10-12 | Vomit less on the console when loading deprecated patches. | David Robillard | 2 | -15/+4 |
2008-10-12 | Add --jack-name command line option (implement feature request #176). | David Robillard | 10 | -140/+207 |
2008-10-12 | Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine... | David Robillard | 22 | -117/+426 |
2008-10-12 | Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c... | David Robillard | 20 | -78/+145 |
2008-10-11 | Remove duplicated code for getting various hints, add generic hint accessor. | David Robillard | 4 | -37/+14 |
2008-10-11 | Add control randomize feature (node context menu). | David Robillard | 7 | -516/+524 |
2008-10-11 | Run ldconfig after install for individual projects, as well as top level. | David Robillard | 1 | -2/+2 |
2008-10-11 | Fix crash when importing .om patches. | David Robillard | 1 | -1/+1 |
2008-10-11 | Tolerate illegal paths in create_patch events. | David Robillard | 1 | -7/+7 |
2008-10-11 | Fix crash in some connection scenario or another. Control->control mixing. ... | David Robillard | 1 | -1/+1 |
2008-10-11 | Fix warning. | David Robillard | 1 | -1/+0 |
2008-10-11 | Fix 'extending' logic (control->audio connections) to deal with varying poly ... | David Robillard | 1 | -8/+8 |
2008-10-11 | Fix last fix. :) | David Robillard | 1 | -4/+4 |
2008-10-11 | Fix yet another missing lock on RDF stuff (moderately likely crash on patch i... | David Robillard | 1 | -0/+2 |
2008-10-11 | Fix crash when copying from a large buffer to a smaller one (just copy the fi... | David Robillard | 1 | -2/+2 |
2008-10-09 | Remove cruft. | David Robillard | 2 | -15/+0 |
2008-10-09 | Don't add copies of every plugin each time menu is shown (testing FTW) (fix t... | David Robillard | 1 | -1/+1 |
2008-10-07 | Add support for plugin class multiple inheritance (multiple menu entires for ... | David Robillard | 2 | -14/+19 |
2008-10-07 | Separate building skeleton plugin menu from adding plugins, and add plugins o... | David Robillard | 2 | -51/+89 |
2008-10-06 | Fix ticket #224 | David Robillard | 1 | -0/+1 |
2008-10-06 | Specify absolute include paths to fix waf dependency tracking. | David Robillard | 7 | -10/+11 |