summaryrefslogtreecommitdiffstats
path: root/src/progs
AgeCommit message (Expand)AuthorFilesLines
2006-12-13GUI tweaks.David Robillard2-51/+40
2006-12-12Loading subpatches (ie not just into root).David Robillard3-8/+14
2006-12-12Connection loading.David Robillard5-59/+337
2006-12-11Serialization of patch ports.David Robillard1-8/+7
2006-12-09More loading progress (node positions restore).David Robillard2-9/+7
2006-12-09Preliminary patch loading (just loads nodes from RDF).David Robillard10-46/+62
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 Robillard3-5/+5
2006-10-04Moved generic utility stuff to new library "raul".David Robillard58-262/+262
2006-10-04Global build system, build system bugfixes.David Robillard7-11/+12
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 Robillard10-61/+72
2006-09-19Alsa MIDI fixes.David Robillard8-573/+105
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 Robillard10-26/+31
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard66-2198/+1337
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 Robillard56-588/+669
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 Robillard33-516/+325
2006-09-08More cleanupsDavid Robillard12-100/+151
2006-09-08Renamed communications classes for consistency.David Robillard4-11/+20
2006-09-08De-singleton-ified EngineDavid Robillard1-5/+7
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-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard1-4/+4
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard76-316/+302
2006-07-18Removed globals (Om.h)David Robillard5-36/+7
2006-07-14Updated name in comment headers and copyright dateDavid Robillard73-219/+219
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