summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-132/+0
2007-05-02Added svn:ignore property to everything.David Robillard1-3/+3
2007-04-21Loading plugins via class-based menu heirarchy in patch context menu.David Robillard1-5/+7
2007-04-08Fix connections directly between subpatch input/output ports.David Robillard1-0/+2
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-01-22Created Raul namespace.David Robillard1-0/+2
2006-12-08Fixed plugin type issuesDavid Robillard1-1/+1
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-26/+26
2006-09-19Alsa MIDI fixes.David Robillard1-8/+9
2006-09-18Work on loading old (deprecated) patches.David Robillard1-3/+17
2006-09-17Patch clearing.David Robillard1-0/+1
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard1-1/+10
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-1/+2
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-15/+27
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard1-0/+1
2006-09-08More cleanupsDavid Robillard1-9/+3
2006-09-06Connecting/Disconnecting/Reconnecting to the engine without restarting.David Robillard1-0/+2
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-6/+7
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-3/+3
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard1-2/+2
2006-07-03Enabled checkbox on patch windows workingDavid Robillard1-0/+2
2006-06-22More port controls fixes/cleanupsDavid Robillard1-0/+1
2006-06-21Reorganized directory tree/namesDavid Robillard1-1/+1
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard1-2/+4
2006-06-16More thorough assertion checking in CountedPtr;David Robillard1-2/+2
2006-06-12Disconnecting working in GTK clientDavid Robillard1-0/+1
2006-06-12Store memory bug fixes (multiple ref ptr's to the same object, bad),David Robillard1-3/+0
2006-06-12Connections working through Store model/signal interfaceDavid Robillard1-0/+1
2006-06-12Metadata working based on Store signals (node positions restored)David Robillard1-2/+3
2006-06-11Moved Store code to client lib directoryDavid Robillard1-0/+84