Age | Commit message (Expand) | Author | Files | Lines |
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 incorrect display of jack support in summary. | David Robillard | 1 | -1/+1 |
2008-10-11 | Always check for compiler_cc in addition to compiler_cxx. | David Robillard | 1 | -0/+1 |
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 |
2008-10-06 | Add option to avoid use of liblo, even if present. | David Robillard | 1 | -1/+4 |
2008-10-06 | LV2 and polyphony fixes from kfoltman. | David Robillard | 8 | -50/+142 |
2008-10-06 | Fix voice number (display, and use, 0 based voice numbers). | David Robillard | 1 | -1/+1 |
2008-10-05 | Remove cruft. | David Robillard | 4 | -16/+0 |
2008-10-05 | More case sensitive fixing (duh). | David Robillard | 2 | -1/+1 |
2008-10-05 | Move engine.cpp to ingen_engine.cpp to avoid case insensitive name clashes. | David Robillard | 2 | -1/+1 |
2008-10-05 | Initialize _prepared_buffers. | David Robillard | 1 | -0/+3 |
2008-10-05 | Set port values for message context ports (from kfoltman). | David Robillard | 2 | -4/+14 |
2008-10-04 | Apply context extension fixes from kfoltman. | David Robillard | 2 | -12/+19 |
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 | 9 | -21/+21 |
2008-10-03 | Update build documentation for waf. | David Robillard | 1 | -0/+1 |
2008-10-03 | Good riddance. | David Robillard | 23 | -1263/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 38 | -38/+38 |
2008-10-02 | Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts.... | David Robillard | 1 | -32/+18 |
2008-10-02 | Depend on Jack 109 and the ever presence of Jack MIDI. | David Robillard | 1 | -1/+3 |
2008-10-02 | Fix loading plugins with garbage extension_data pointers (tsk tsk, swh). | David Robillard | 2 | -1/+7 |
2008-10-02 | Trim Ingen documentation a bit. | David Robillard | 2 | -7/+4 |
2008-10-02 | Make --build-docs at configure time trigger documentation building at build t... | David Robillard | 7 | -21/+7 |
2008-10-02 | Build against local libraries with uselib_local instead of CFLAGS kludges. | David Robillard | 7 | -8/+15 |
2008-10-02 | Fix loading of LADSPA and LV2 plugins, and HTTP support (actually build optio... | David Robillard | 1 | -5/+11 |
2008-10-02 | Build Ingen with LADSPA if possible. | David Robillard | 1 | -1/+4 |
2008-10-02 | Factor out header printing... | David Robillard | 1 | -1/+1 |
2008-10-02 | Factor more things into autowaf. | David Robillard | 1 | -2/+11 |
2008-10-01 | Update ingen doxygen file to be all new and modern and updatey and such. | David Robillard | 1 | -89/+353 |
2008-10-01 | Ingen documentation building. | David Robillard | 3 | -4/+13 |
2008-10-01 | Fix building without libsoup. | David Robillard | 6 | -14/+19 |