Age | Commit message (Expand) | Author | Files | Lines |
2006-09-16 | Fixes for building w/o DSSI. | David Robillard | 1 | -1/+0 |
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 | 21 | -424/+243 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 18 | -277/+219 |
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 | 15 | -307/+341 |
2006-09-10 | Added missing files. | David Robillard | 1 | -0/+85 |
2006-09-09 | Canvas cleanups, bugfixes, more robustness, etc. | David Robillard | 2 | -0/+2 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 14 | -96/+142 |
2006-09-08 | More cleanups | David Robillard | 13 | -630/+208 |
2006-09-08 | Removed PatchLibrarian dependency on OSC | David Robillard | 4 | -9/+8 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 9 | -95/+86 |
2006-09-07 | Patch port fixes. | David Robillard | 4 | -50/+120 |
2006-09-06 | Connecting/Disconnecting/Reconnecting to the engine without restarting. | David Robillard | 2 | -0/+11 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 31 | -105/+167 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 30 | -90/+90 |
2006-07-12 | Minor cleanups, removed braindead centralized singleton instance file | David Robillard | 1 | -0/+5 |
2006-07-04 | Partial support for loading old patches | David Robillard | 2 | -1/+2 |
2006-07-04 | More fixes for connecting/disconnecting | David Robillard | 2 | -7/+15 |
2006-07-03 | Fixes for connecting directly from a patch input to a patch output | David Robillard | 6 | -45/+77 |
2006-07-03 | Enabled checkbox on patch windows working | David Robillard | 4 | -2/+47 |
2006-06-22 | More port controls fixes/cleanups | David Robillard | 3 | -1/+18 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 31 | -31/+31 |
2006-06-19 | Connecting of patch ports internally (seemingly anyway, data not flowing yet) | David Robillard | 5 | -18/+42 |
2006-06-18 | More work on new ports implementation; | David Robillard | 2 | -0/+18 |
2006-06-17 | New patch ports interface | David Robillard | 1 | -16/+17 |
2006-06-16 | More thorough assertion checking in CountedPtr; | David Robillard | 2 | -24/+24 |
2006-06-14 | Removed unused cruft from GTK client | David Robillard | 3 | -19/+29 |
2006-06-14 | Node destruction working | David Robillard | 1 | -1/+25 |
2006-06-12 | Fixed engine-side node destruction bug | David Robillard | 2 | -0/+2 |
2006-06-12 | Disconnecting working in GTK client | David Robillard | 4 | -3/+23 |
2006-06-12 | Store memory bug fixes (multiple ref ptr's to the same object, bad), | David Robillard | 7 | -28/+24 |
2006-06-12 | Connections working through Store model/signal interface | David Robillard | 5 | -28/+47 |
2006-06-12 | Metadata working based on Store signals (node positions restored) | David Robillard | 3 | -3/+19 |
2006-06-11 | Moved Store code to client lib directory | David Robillard | 3 | -0/+349 |
2006-06-11 | New nodes in gtk client working through Store signal interface | David Robillard | 9 | -46/+68 |
2006-06-11 | Got store working directly through SigClientInterface | David Robillard | 1 | -19/+25 |
2006-06-10 | Actually got all this stuff building again | David Robillard | 1 | -13/+5 |
2006-06-10 | More juggling | David Robillard | 30 | -0/+5218 |