Age | Commit message (Expand) | Author | Files | Lines |
2006-12-12 | Connection loading. | David Robillard | 10 | -123/+89 |
2006-12-11 | Serialization of patch ports. | David Robillard | 5 | -10/+19 |
2006-12-08 | Fixed plugin type issues | David Robillard | 6 | -4/+10 |
2006-11-23 | Updated for Jack MIDI API | David Robillard | 1 | -1/+1 |
2006-10-24 | Superficial (completely non-functional!) LV2 MIDI support. | David Robillard | 1 | -8/+19 |
2006-10-16 | Another alsa bug. | David Robillard | 1 | -1/+1 |
2006-10-16 | Another alsa fix | David Robillard | 1 | -2/+2 |
2006-10-16 | Alsa fix. | David Robillard | 1 | -2/+2 |
2006-10-16 | Used boost::noncopyable to eliminate undefined private copy constructors spre... | David Robillard | 33 | -167/+27 |
2006-10-15 | Fixed feedback problems (CPU chewing) with port controls. | David Robillard | 7 | -14/+87 |
2006-10-14 | Removed unecessary template parameters which broke builds on.. um.. the exact... | David Robillard | 1 | -2/+2 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 95 | -194/+194 |
2006-10-04 | Global build system, build system bugfixes. | David Robillard | 3 | -81/+66 |
2006-09-30 | Work on RDF serialization (only (partial) saving so far). | David Robillard | 1 | -0/+2 |
2006-09-19 | Alsa MIDI fixes. | David Robillard | 3 | -5/+10 |
2006-09-18 | More store error correcting fixes. | David Robillard | 1 | -1/+4 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 30 | -287/+458 |
2006-09-16 | Fixes for building w/o DSSI. | David Robillard | 4 | -9/+12 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 7 | -26/+54 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 16 | -49/+60 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 11 | -12/+11 |
2006-09-10 | Added missing files. | David Robillard | 1 | -0/+53 |
2006-09-10 | Zoom Full feature in FlowCanvas/Ingenuity. | David Robillard | 7 | -13/+19 |
2006-09-09 | Canvas cleanups, bugfixes, more robustness, etc. | David Robillard | 20 | -22/+46 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 50 | -247/+344 |
2006-09-08 | More cleanups | David Robillard | 3 | -2/+13 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 13 | -179/+157 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 122 | -835/+891 |
2006-09-07 | Patch port fixes. | David Robillard | 15 | -141/+131 |
2006-09-06 | Another fix for port names (mangling for port name clashes) | David Robillard | 1 | -2/+2 |
2006-09-06 | Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces). | David Robillard | 2 | -3/+3 |
2006-07-29 | Update to most recent SLV2 API | David Robillard | 1 | -2/+2 |
2006-07-20 | Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names... | David Robillard | 50 | -221/+219 |
2006-07-20 | ... not much. :) | David Robillard | 1 | -1/+1 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 154 | -392/+355 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 135 | -846/+649 |
2006-07-18 | Made OmApp a singleton | David Robillard | 1 | -9/+19 |
2006-07-18 | Made a singleton | David Robillard | 1 | -4/+9 |
2006-07-17 | Stricter warning cleanliness | David Robillard | 1 | -4/+0 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 162 | -324/+324 |
2006-07-14 | Enforced OSC path restrictions on Path for spec conformance (since GraphObject | David Robillard | 91 | -535/+478 |
2006-07-12 | Factored out Thread (and Slave, an explicitly signal-driven thread) | David Robillard | 14 | -309/+391 |
2006-07-12 | Minor cleanups, removed braindead centralized singleton instance file | David Robillard | 2 | -6/+0 |
2006-07-05 | Control slider (etc) cleanups | David Robillard | 1 | -18/+1 |
2006-07-04 | Partial support for loading old patches | David Robillard | 6 | -101/+104 |
2006-07-04 | More fixes for connecting/disconnecting | David Robillard | 1 | -16/+11 |
2006-07-04 | Process order traversal / connection fixes (nasty edge cases where patches ar... | David Robillard | 4 | -19/+23 |
2006-07-03 | Fixes for connecting directly from a patch input to a patch output | David Robillard | 3 | -11/+22 |
2006-07-03 | Creating of multiple patch input/output ports | David Robillard | 1 | -4/+3 |
2006-07-03 | Enabled checkbox on patch windows working | David Robillard | 1 | -1/+3 |