summaryrefslogtreecommitdiffstats
path: root/src/libs/client
AgeCommit message (Expand)AuthorFilesLines
2006-10-04Moved generic utility stuff to new library "raul".David Robillard22-214/+214
2006-10-04Global build system, build system bugfixes.David Robillard1-2/+0
2006-10-04Bug fixes.David Robillard3-63/+130
2006-10-03shared_ptr bugfixes.David Robillard4-110/+137
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard9-288/+679
2006-09-19Alsa MIDI fixes.David Robillard3-44/+108
2006-09-18More store error correcting fixes.David Robillard5-25/+43
2006-09-18Work on loading old (deprecated) patches.David Robillard13-372/+449
2006-09-17Patch clearing.David Robillard3-3/+21
2006-09-16Fixes for building w/o DSSI.David Robillard1-1/+0
2006-09-15Fix for connections to patch ports.David Robillard1-2/+5
2006-09-15Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix).David Robillard2-0/+15
2006-09-14Bug fixes.David Robillard4-7/+14
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard21-424/+243
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard18-277/+219
2006-09-12Bug fixes.David Robillard5-3/+13
2006-09-11Bug fixes.David Robillard8-34/+80
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard15-307/+341
2006-09-10Added missing files.David Robillard1-0/+85
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard2-0/+2
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard14-96/+142
2006-09-08More cleanupsDavid Robillard13-630/+208
2006-09-08Removed PatchLibrarian dependency on OSCDavid Robillard4-9/+8
2006-09-08Renamed communications classes for consistency.David Robillard9-95/+86
2006-09-07Patch port fixes.David Robillard4-50/+120
2006-09-06Connecting/Disconnecting/Reconnecting to the engine without restarting.David Robillard2-0/+11
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard31-105/+167
2006-07-14Updated name in comment headers and copyright dateDavid Robillard30-90/+90
2006-07-12Minor cleanups, removed braindead centralized singleton instance fileDavid Robillard1-0/+5
2006-07-04Partial support for loading old patchesDavid Robillard2-1/+2
2006-07-04More fixes for connecting/disconnectingDavid Robillard2-7/+15
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard6-45/+77
2006-07-03Enabled checkbox on patch windows workingDavid Robillard4-2/+47
2006-06-22More port controls fixes/cleanupsDavid Robillard3-1/+18
2006-06-21Reorganized directory tree/namesDavid Robillard31-31/+31
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard5-18/+42
2006-06-18More work on new ports implementation;David Robillard2-0/+18
2006-06-17New patch ports interfaceDavid Robillard1-16/+17
2006-06-16More thorough assertion checking in CountedPtr;David Robillard2-24/+24
2006-06-14Removed unused cruft from GTK clientDavid Robillard3-19/+29
2006-06-14Node destruction workingDavid Robillard1-1/+25
2006-06-12Fixed engine-side node destruction bugDavid Robillard2-0/+2
2006-06-12Disconnecting working in GTK clientDavid Robillard4-3/+23
2006-06-12Store memory bug fixes (multiple ref ptr's to the same object, bad),David Robillard7-28/+24
2006-06-12Connections working through Store model/signal interfaceDavid Robillard5-28/+47
2006-06-12Metadata working based on Store signals (node positions restored)David Robillard3-3/+19
2006-06-11Moved Store code to client lib directoryDavid Robillard3-0/+349
2006-06-11New nodes in gtk client working through Store signal interfaceDavid Robillard9-46/+68
2006-06-11Got store working directly through SigClientInterfaceDavid Robillard1-19/+25
2006-06-10Actually got all this stuff building againDavid Robillard1-13/+5