Age | Commit message (Expand) | Author | Files | Lines |
2007-01-06 | Added ability to get Raul Thread for current calling context. | David Robillard | 4 | -5/+11 |
2007-01-06 | Work on Port destruction (still broken). | David Robillard | 4 | -15/+23 |
2007-01-02 | Fix building non-monolithic Ingenuity. | David Robillard | 2 | -1/+11 |
2006-12-23 | Minor GUI touch-ups. | David Robillard | 7 | -316/+275 |
2006-12-13 | Dropped port translucency a touch. | David Robillard | 1 | -4/+4 |
2006-12-13 | Path parent/child bug fixes, added unit tests. | David Robillard | 5 | -24/+40 |
2006-12-13 | Updated Quit tooltip. | David Robillard | 1 | -1/+1 |
2006-12-13 | Repeated attaching/reattaching/etc/etc with Ingenuity. | David Robillard | 6 | -74/+62 |
2006-12-13 | GUI tweaks. | David Robillard | 2 | -51/+40 |
2006-12-12 | Loading subpatches (ie not just into root). | David Robillard | 3 | -8/+14 |
2006-12-12 | Connection loading. | David Robillard | 1 | -6/+10 |
2006-12-11 | Serialization of patch ports. | David Robillard | 1 | -8/+7 |
2006-12-09 | Preliminary patch loading (just loads nodes from RDF). | David Robillard | 9 | -44/+60 |
2006-12-08 | Fixed plugin type issues | David Robillard | 2 | -5/+5 |
2006-12-02 | More serialization work | David Robillard | 1 | -1/+6 |
2006-10-28 | Added proper new loading interface to Serializer, updated everything that use... | David Robillard | 5 | -36/+42 |
2006-10-16 | Magic flashy PaneExpander(TM) 2.0. | David Robillard | 1 | -4/+2 |
2006-10-15 | Fixed feedback problems (CPU chewing) with port controls. | David Robillard | 4 | -72/+26 |
2006-10-15 | Vertical control strips in Ingen (loaded from Glade now) | David Robillard | 6 | -291/+370 |
2006-10-15 | Fixed patch ports and some bugs. | David Robillard | 4 | -12/+11 |
2006-10-05 | Added missing desktop entry files. | David Robillard | 1 | -0/+10 |
2006-10-05 | Set window icons to.. something | David Robillard | 1 | -12/+12 |
2006-10-05 | Fixed missing include in flowcanvas (uint32_t). | David Robillard | 3 | -1/+61 |
2006-10-05 | More build system fixes, everything now builds against the local copy if topl... | David Robillard | 1 | -2/+2 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 54 | -248/+248 |
2006-10-04 | Global build system, build system bugfixes. | David Robillard | 4 | -8/+9 |
2006-10-04 | Bug fixes. | David Robillard | 9 | -17/+186 |
2006-10-03 | shared_ptr bugfixes. | David Robillard | 16 | -110/+158 |
2006-09-30 | Work on RDF serialization (only (partial) saving so far). | David Robillard | 6 | -47/+58 |
2006-09-19 | Alsa MIDI fixes. | David Robillard | 1 | -7/+6 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 15 | -337/+115 |
2006-09-17 | Patch tree window fixes. | David Robillard | 3 | -6/+9 |
2006-09-15 | Eliminated unecessary PatchPort class. | David Robillard | 8 | -129/+13 |
2006-09-15 | Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix). | David Robillard | 23 | -250/+164 |
2006-09-14 | Patch port and breadcrumb fixes. | David Robillard | 8 | -53/+87 |
2006-09-14 | Bug fixes. | David Robillard | 9 | -65/+26 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 8 | -22/+27 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 65 | -2188/+1332 |
2006-09-12 | Bug fixes. | David Robillard | 1 | -2/+4 |
2006-09-11 | Bug fixes. | David Robillard | 4 | -17/+7 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 48 | -563/+645 |
2006-09-10 | Added missing files. | David Robillard | 2 | -0/+162 |
2006-09-10 | Zoom Full feature in FlowCanvas/Ingenuity. | David Robillard | 5 | -17/+47 |
2006-09-10 | GUI redesigning. | David Robillard | 8 | -343/+409 |
2006-09-09 | Canvas cleanups, bugfixes, more robustness, etc. | David Robillard | 19 | -222/+159 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 29 | -488/+295 |
2006-09-08 | More cleanups | David Robillard | 10 | -89/+138 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 3 | -5/+3 |
2006-09-07 | Patch port fixes. | David Robillard | 13 | -51/+64 |
2006-09-06 | Connecting/Disconnecting/Reconnecting to the engine without restarting. | David Robillard | 6 | -4/+54 |