summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-10-04Bug fixes.David Robillard13-91/+326
2006-10-03shared_ptr bugfixes.David Robillard22-237/+329
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard25-359/+865
2006-09-19Alsa MIDI fixes.David Robillard15-623/+224
2006-09-18More store error correcting fixes.David Robillard6-26/+47
2006-09-18Work on loading old (deprecated) patches.David Robillard66-981/+1253
2006-09-17Patch clearing.David Robillard3-3/+21
2006-09-17Patch tree window fixes.David Robillard3-6/+9
2006-09-16Fixes for building w/o DSSI.David Robillard5-10/+12
2006-09-15Fix for connections to patch ports.David Robillard1-2/+5
2006-09-15Eliminated unecessary PatchPort class.David Robillard8-129/+13
2006-09-15Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix).David Robillard25-250/+179
2006-09-14Patch port and breadcrumb fixes.David Robillard8-53/+87
2006-09-14Bug fixes.David Robillard13-72/+40
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard40-480/+330
2006-09-13Added missing filesDavid Robillard3-1/+199
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard103-2526/+1623
2006-09-12Bug fixes.David Robillard7-9/+21
2006-09-11Bug fixes.David Robillard13-252/+108
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard86-949/+1109
2006-09-10Added missing files.David Robillard4-0/+300
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard12-30/+66
2006-09-10GUI redesigning.David Robillard9-343/+414
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard42-246/+210
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard102-904/+871
2006-09-08More cleanupsDavid Robillard30-732/+381
2006-09-08Removed PatchLibrarian dependency on OSCDavid Robillard4-9/+8
2006-09-08Renamed communications classes for consistency.David Robillard26-285/+263
2006-09-08De-singleton-ified EngineDavid Robillard123-840/+898
2006-09-07Patch port fixes.David Robillard32-242/+315
2006-09-06Another fix for port names (mangling for port name clashes)David Robillard2-35/+35
2006-09-06Connecting/Disconnecting/Reconnecting to the engine without restarting.David Robillard8-4/+65
2006-09-06Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces).David Robillard3-3/+78
2006-07-29Update to most recent SLV2 APIDavid Robillard1-2/+2
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard51-225/+223
2006-07-20... not much. :)David Robillard1-1/+1
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard265-823/+830
2006-07-18Removed globals (Om.h)David Robillard140-882/+656
2006-07-18Made OmApp a singletonDavid Robillard1-9/+19
2006-07-18Made a singletonDavid Robillard1-4/+9
2006-07-17Stricter warning cleanlinessDavid Robillard1-4/+0
2006-07-14Updated name in comment headers and copyright dateDavid Robillard272-652/+652
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard93-548/+546
2006-07-12Factored out Thread (and Slave, an explicitly signal-driven thread)David Robillard15-310/+392
2006-07-12Minor cleanups, removed braindead centralized singleton instance fileDavid Robillard7-34/+14
2006-07-05Control slider (etc) cleanupsDavid Robillard5-93/+84
2006-07-04Partial support for loading old patchesDavid Robillard9-103/+107
2006-07-04More fixes for connecting/disconnectingDavid Robillard3-23/+26
2006-07-04Process order traversal / connection fixes (nasty edge cases where patches ar...David Robillard5-20/+23
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard11-58/+101