Age | Commit message (Expand) | Author | Files | Lines |
2006-10-03 | shared_ptr bugfixes. | David Robillard | 4 | -110/+137 |
2006-09-30 | Work on RDF serialization (only (partial) saving so far). | David Robillard | 10 | -288/+681 |
2006-09-19 | Alsa MIDI fixes. | David Robillard | 6 | -49/+118 |
2006-09-18 | More store error correcting fixes. | David Robillard | 6 | -26/+47 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 43 | -659/+907 |
2006-09-17 | Patch clearing. | David Robillard | 3 | -3/+21 |
2006-09-16 | Fixes for building w/o DSSI. | David Robillard | 5 | -10/+12 |
2006-09-15 | Fix for connections to patch ports. | David Robillard | 1 | -2/+5 |
2006-09-15 | Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix). | David Robillard | 2 | -0/+15 |
2006-09-14 | Bug fixes. | David Robillard | 4 | -7/+14 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 28 | -450/+297 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 34 | -326/+279 |
2006-09-12 | Bug fixes. | David Robillard | 5 | -3/+13 |
2006-09-11 | Bug fixes. | David Robillard | 8 | -34/+80 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 26 | -319/+352 |
2006-09-10 | Added missing files. | David Robillard | 2 | -0/+138 |
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 | 22 | -22/+48 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 64 | -343/+486 |
2006-09-08 | More cleanups | David Robillard | 16 | -632/+221 |
2006-09-08 | Removed PatchLibrarian dependency on OSC | David Robillard | 4 | -9/+8 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 22 | -274/+243 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 122 | -835/+891 |
2006-09-07 | Patch port fixes. | David Robillard | 19 | -191/+251 |
2006-09-06 | Another fix for port names (mangling for port name clashes) | David Robillard | 1 | -2/+2 |
2006-09-06 | Connecting/Disconnecting/Reconnecting to the engine without restarting. | David Robillard | 2 | -0/+11 |
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 | 185 | -497/+522 |
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 | 192 | -414/+414 |
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 | 3 | -6/+5 |
2006-07-05 | Control slider (etc) cleanups | David Robillard | 1 | -18/+1 |
2006-07-04 | Partial support for loading old patches | David Robillard | 8 | -102/+106 |
2006-07-04 | More fixes for connecting/disconnecting | David Robillard | 3 | -23/+26 |
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 | 9 | -56/+99 |
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 | 5 | -3/+50 |
2006-06-22 | More port controls fixes/cleanups | David Robillard | 3 | -1/+18 |
2006-06-22 | LADSPA port default value loading (engine side) | David Robillard | 8 | -86/+23 |
2006-06-22 | Fix destroying connected nodes; | David Robillard | 5 | -44/+122 |
2006-06-21 | More renaming, fixed bugs with disconnecting patch ports internally | David Robillard | 5 | -85/+74 |