summaryrefslogtreecommitdiffstats
path: root/src/libs/client/PatchModel.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-04-08Fix connections directly between subpatch input/output ports.David Robillard1-1/+0
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard1-2/+2
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-39/+39
2007-01-08Fix lingering connections after node destruction (if disconnectionDavid Robillard1-6/+6
2007-01-08Fix destruction of nodes with connections to parent patch ports.David Robillard1-6/+22
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-21/+21
2006-09-18More store error correcting fixes.David Robillard1-8/+11
2006-09-18Work on loading old (deprecated) patches.David Robillard1-12/+12
2006-09-15Fix for connections to patch ports.David Robillard1-2/+5
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard1-37/+11
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-16/+16
2006-09-12Bug fixes.David Robillard1-0/+2
2006-09-11Bug fixes.David Robillard1-0/+39
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-13/+37
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-1/+1
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+4
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-3/+3
2006-07-04Partial support for loading old patchesDavid Robillard1-1/+1
2006-07-04More fixes for connecting/disconnectingDavid Robillard1-0/+2
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard1-9/+9
2006-07-03Enabled checkbox on patch windows workingDavid Robillard1-0/+20
2006-06-21Reorganized directory tree/namesDavid Robillard1-1/+1
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard1-4/+8
2006-06-14Removed unused cruft from GTK clientDavid Robillard1-4/+4
2006-06-12Fixed engine-side node destruction bugDavid Robillard1-0/+1
2006-06-12Disconnecting working in GTK clientDavid Robillard1-1/+1
2006-06-12Store memory bug fixes (multiple ref ptr's to the same object, bad),David Robillard1-5/+4
2006-06-12Connections working through Store model/signal interfaceDavid Robillard1-18/+18
2006-06-11New nodes in gtk client working through Store signal interfaceDavid Robillard1-9/+11
2006-06-10More jugglingDavid Robillard1-0/+229