Age | Commit message (Expand) | Author | Files | Lines |
2006-09-14 | Bug fixes. | David Robillard | 9 | -65/+26 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 10 | -26/+31 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 66 | -2198/+1337 |
2006-09-12 | Bug fixes. | David Robillard | 1 | -2/+4 |
2006-09-11 | Bug fixes. | David Robillard | 4 | -17/+7 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 56 | -588/+669 |
2006-09-10 | Added missing files. | David Robillard | 2 | -0/+162 |
2006-09-10 | Zoom Full feature in FlowCanvas/Ingenuity. | David Robillard | 5 | -17/+47 |
2006-09-10 | GUI redesigning. | David Robillard | 8 | -343/+409 |
2006-09-09 | Canvas cleanups, bugfixes, more robustness, etc. | David Robillard | 19 | -222/+159 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 33 | -516/+325 |
2006-09-08 | More cleanups | David Robillard | 12 | -100/+151 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 4 | -11/+20 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -5/+7 |
2006-09-07 | Patch port fixes. | David Robillard | 13 | -51/+64 |
2006-09-06 | Connecting/Disconnecting/Reconnecting to the engine without restarting. | David Robillard | 6 | -4/+54 |
2006-07-20 | Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names... | David Robillard | 1 | -4/+4 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 76 | -316/+302 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 5 | -36/+7 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 73 | -219/+219 |
2006-07-14 | Enforced OSC path restrictions on Path for spec conformance (since GraphObject | David Robillard | 1 | -2/+2 |
2006-07-12 | Minor cleanups, removed braindead centralized singleton instance file | David Robillard | 4 | -28/+9 |
2006-07-05 | Control slider (etc) cleanups | David Robillard | 4 | -75/+83 |
2006-07-04 | Process order traversal / connection fixes (nasty edge cases where patches ar... | David Robillard | 1 | -1/+0 |
2006-07-03 | Fixes for connecting directly from a patch input to a patch output | David Robillard | 2 | -2/+2 |
2006-07-03 | Creating of multiple patch input/output ports | David Robillard | 3 | -6/+26 |
2006-07-03 | Enabled checkbox on patch windows working | David Robillard | 5 | -10/+24 |
2006-06-22 | More port controls fixes/cleanups | David Robillard | 4 | -35/+29 |
2006-06-22 | Fix destroying connected nodes; | David Robillard | 1 | -1/+1 |
2006-06-21 | More renaming, fixed bugs with disconnecting patch ports internally | David Robillard | 13 | -34/+25 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 100 | -3813/+156 |
2006-06-20 | Fixed invisible menu separator on patch window | David Robillard | 2 | -24/+18 |
2006-06-20 | Added missing patch port files | David Robillard | 4 | -0/+264 |
2006-06-19 | Connecting of patch ports internally (seemingly anyway, data not flowing yet) | David Robillard | 1 | -2/+11 |
2006-06-19 | Ditched ghetto homebrew RTTI in favour of the real deal; | David Robillard | 1 | -1/+1 |
2006-06-18 | More work on new ports implementation; | David Robillard | 4 | -9/+118 |
2006-06-17 | New patch ports interface | David Robillard | 5 | -45/+124 |
2006-06-16 | More thorough assertion checking in CountedPtr; | David Robillard | 1 | -1/+4 |
2006-06-16 | Connect window revamp | David Robillard | 4 | -761/+289 |
2006-06-16 | Removed Add menu from patch window (in favour of context menu only), other | David Robillard | 6 | -158/+459 |
2006-06-16 | Connect window improvements | David Robillard | 4 | -240/+926 |
2006-06-16 | GUI polishing | David Robillard | 8 | -373/+216 |
2006-06-15 | Switched patch "description" window into a properties window (hopefully to ex... | David Robillard | 12 | -64/+76 |
2006-06-15 | Subpatches working | David Robillard | 3 | -52/+48 |
2006-06-14 | Removed ancient console client that did nothing | David Robillard | 13 | -476/+0 |
2006-06-14 | Removed unused cruft from GTK client | David Robillard | 16 | -709/+8 |
2006-06-12 | Fixed engine-side node destruction bug | David Robillard | 1 | -2/+2 |
2006-06-12 | Disconnecting working in GTK client | David Robillard | 1 | -1/+2 |
2006-06-12 | Store memory bug fixes (multiple ref ptr's to the same object, bad), | David Robillard | 10 | -24/+30 |
2006-06-12 | Control windows working | David Robillard | 2 | -37/+1 |