summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity
AgeCommit message (Expand)AuthorFilesLines
2006-12-08Fixed plugin type issuesDavid Robillard2-5/+5
2006-12-02More serialization workDavid Robillard1-1/+6
2006-10-28Added proper new loading interface to Serializer, updated everything that use...David Robillard5-36/+42
2006-10-16Magic flashy PaneExpander(TM) 2.0.David Robillard1-4/+2
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard4-72/+26
2006-10-15Vertical control strips in Ingen (loaded from Glade now)David Robillard6-291/+370
2006-10-15Fixed patch ports and some bugs.David Robillard4-12/+11
2006-10-05Added missing desktop entry files.David Robillard1-0/+10
2006-10-05Set window icons to.. somethingDavid Robillard1-12/+12
2006-10-05Fixed missing include in flowcanvas (uint32_t).David Robillard3-1/+61
2006-10-05More build system fixes, everything now builds against the local copy if topl...David Robillard1-2/+2
2006-10-04Moved generic utility stuff to new library "raul".David Robillard54-248/+248
2006-10-04Global build system, build system bugfixes.David Robillard4-8/+9
2006-10-04Bug fixes.David Robillard9-17/+186
2006-10-03shared_ptr bugfixes.David Robillard16-110/+158
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard6-47/+58
2006-09-19Alsa MIDI fixes.David Robillard1-7/+6
2006-09-18Work on loading old (deprecated) patches.David Robillard15-337/+115
2006-09-17Patch tree window fixes.David Robillard3-6/+9
2006-09-15Eliminated unecessary PatchPort class.David Robillard8-129/+13
2006-09-15Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix).David Robillard23-250/+164
2006-09-14Patch port and breadcrumb fixes.David Robillard8-53/+87
2006-09-14Bug fixes.David Robillard9-65/+26
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard8-22/+27
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard65-2188/+1332
2006-09-12Bug fixes.David Robillard1-2/+4
2006-09-11Bug fixes.David Robillard4-17/+7
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard48-563/+645
2006-09-10Added missing files.David Robillard2-0/+162
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard5-17/+47
2006-09-10GUI redesigning.David Robillard8-343/+409
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard19-222/+159
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard29-488/+295
2006-09-08More cleanupsDavid Robillard10-89/+138
2006-09-08Renamed communications classes for consistency.David Robillard3-5/+3
2006-09-07Patch port fixes.David Robillard13-51/+64
2006-09-06Connecting/Disconnecting/Reconnecting to the engine without restarting.David Robillard6-4/+54
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard70-295/+285
2006-07-18Removed globals (Om.h)David Robillard3-29/+0
2006-07-14Updated name in comment headers and copyright dateDavid Robillard70-210/+210
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard1-2/+2
2006-07-12Minor cleanups, removed braindead centralized singleton instance fileDavid Robillard4-28/+9
2006-07-05Control slider (etc) cleanupsDavid Robillard4-75/+83
2006-07-04Process order traversal / connection fixes (nasty edge cases where patches ar...David Robillard1-1/+0
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard2-2/+2
2006-07-03Creating of multiple patch input/output portsDavid Robillard3-6/+26
2006-07-03Enabled checkbox on patch windows workingDavid Robillard5-10/+24
2006-06-22More port controls fixes/cleanupsDavid Robillard4-35/+29
2006-06-22Fix destroying connected nodes;David Robillard1-1/+1
2006-06-21More renaming, fixed bugs with disconnecting patch ports internallyDavid Robillard9-26/+17