Age | Commit message (Expand) | Author | Files | Lines |
2006-09-08 | De-singleton-ified Engine | David Robillard | 66 | -332/+360 |
2006-09-07 | Patch port fixes. | David Robillard | 1 | -1/+1 |
2006-09-06 | Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces). | David Robillard | 1 | -2/+2 |
2006-07-20 | Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names... | David Robillard | 32 | -113/+113 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 66 | -134/+134 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 66 | -304/+268 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 66 | -132/+132 |
2006-07-14 | Enforced OSC path restrictions on Path for spec conformance (since GraphObject | David Robillard | 66 | -211/+218 |
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 | 2 | -3/+8 |
2006-07-03 | Fixes for connecting directly from a patch input to a patch output | David Robillard | 1 | -5/+9 |
2006-07-03 | Creating of multiple patch input/output ports | David Robillard | 1 | -4/+3 |
2006-06-22 | Fix destroying connected nodes; | David Robillard | 1 | -37/+38 |
2006-06-21 | More renaming, fixed bugs with disconnecting patch ports internally | David Robillard | 4 | -71/+60 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 66 | -132/+132 |
2006-06-21 | Got the audio flowing | David Robillard | 3 | -28/+37 |
2006-06-20 | Renamed OmObject GraphObject; | David Robillard | 7 | -13/+13 |
2006-06-19 | Added AddPortEvent | David Robillard | 2 | -0/+192 |
2006-06-19 | Connecting of patch ports internally (seemingly anyway, data not flowing yet) | David Robillard | 6 | -26/+42 |
2006-06-19 | Renamed PortBase to TypedPort | David Robillard | 3 | -9/+9 |
2006-06-19 | Ditched ghetto homebrew RTTI in favour of the real deal; | David Robillard | 5 | -15/+12 |
2006-06-18 | Fixed missing file/broken includes for types.h | David Robillard | 10 | -10/+10 |
2006-06-18 | Reworked use of Plugin class in engine slightly (more RAII-ey) | David Robillard | 8 | -24/+24 |
2006-06-18 | More work on new ports implementation; | David Robillard | 5 | -25/+20 |
2006-06-14 | Removed unused cruft from GTK client | David Robillard | 1 | -2/+4 |
2006-06-12 | Fixed engine-side node destruction bug | David Robillard | 2 | -3/+4 |
2006-06-10 | More juggling | David Robillard | 65 | -0/+5083 |