summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events
AgeCommit message (Expand)AuthorFilesLines
2006-10-04Moved generic utility stuff to new library "raul".David Robillard70-125/+125
2006-10-04Global build system, build system bugfixes.David Robillard1-59/+59
2006-09-18Work on loading old (deprecated) patches.David Robillard11-28/+353
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard2-9/+29
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard5-12/+12
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard4-5/+4
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard4-9/+9
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard18-20/+36
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard28-73/+66
2006-09-08De-singleton-ified EngineDavid Robillard66-332/+360
2006-09-07Patch port fixes.David Robillard1-1/+1
2006-09-06Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces).David Robillard1-2/+2
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard32-113/+113
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard66-134/+134
2006-07-18Removed globals (Om.h)David Robillard66-304/+268
2006-07-14Updated name in comment headers and copyright dateDavid Robillard66-132/+132
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard66-211/+218
2006-07-04More fixes for connecting/disconnectingDavid Robillard1-16/+11
2006-07-04Process order traversal / connection fixes (nasty edge cases where patches ar...David Robillard2-3/+8
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard1-5/+9
2006-07-03Creating of multiple patch input/output portsDavid Robillard1-4/+3
2006-06-22Fix destroying connected nodes;David Robillard1-37/+38
2006-06-21More renaming, fixed bugs with disconnecting patch ports internallyDavid Robillard4-71/+60
2006-06-21Reorganized directory tree/namesDavid Robillard66-132/+132
2006-06-21Got the audio flowingDavid Robillard3-28/+37
2006-06-20Renamed OmObject GraphObject;David Robillard7-13/+13
2006-06-19Added AddPortEventDavid Robillard2-0/+192
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard6-26/+42
2006-06-19Renamed PortBase to TypedPortDavid Robillard3-9/+9
2006-06-19Ditched ghetto homebrew RTTI in favour of the real deal;David Robillard5-15/+12
2006-06-18Fixed missing file/broken includes for types.hDavid Robillard10-10/+10
2006-06-18Reworked use of Plugin class in engine slightly (more RAII-ey)David Robillard8-24/+24
2006-06-18More work on new ports implementation;David Robillard5-25/+20
2006-06-14Removed unused cruft from GTK clientDavid Robillard1-2/+4
2006-06-12Fixed engine-side node destruction bugDavid Robillard2-3/+4
2006-06-10More jugglingDavid Robillard65-0/+5083