summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity
AgeCommit message (Expand)AuthorFilesLines
2007-01-07Fix crash when clicking currently active breadcrumb.David Robillard2-3/+2
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard4-5/+11
2007-01-06Work on Port destruction (still broken).David Robillard4-15/+23
2007-01-02Fix building non-monolithic Ingenuity.David Robillard2-1/+11
2006-12-23Minor GUI touch-ups.David Robillard7-316/+275
2006-12-13Dropped port translucency a touch.David Robillard1-4/+4
2006-12-13Path parent/child bug fixes, added unit tests.David Robillard5-24/+40
2006-12-13Updated Quit tooltip.David Robillard1-1/+1
2006-12-13Repeated attaching/reattaching/etc/etc with Ingenuity.David Robillard6-74/+62
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 Robillard1-6/+10
2006-12-11Serialization of patch ports.David Robillard1-8/+7
2006-12-09Preliminary patch loading (just loads nodes from RDF).David Robillard9-44/+60
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