Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-06-12 | Connections working through Store model/signal interface | David Robillard | 2 | -7/+8 |
2006-06-12 | Metadata working based on Store signals (node positions restored) | David Robillard | 3 | -19/+14 |
2006-06-11 | Moved Store code to client lib directory | David Robillard | 2 | -347/+0 |
2006-06-11 | Moved Store into LibOmClient namespace | David Robillard | 3 | -16/+9 |
2006-06-11 | New nodes in gtk client working through Store signal interface | David Robillard | 19 | -132/+207 |
2006-06-11 | Got store working directly through SigClientInterface | David Robillard | 27 | -171/+281 |
2006-06-10 | Actually got all this stuff building again | David Robillard | 6 | -12/+15 |
2006-06-10 | Cleanups | David Robillard | 1 | -1/+2 |
2006-06-10 | More juggling | David Robillard | 1 | -0/+12 |