Age | Commit message (Expand) | Author | Files | Lines |
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 | 3 | -5/+5 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 58 | -262/+262 |
2006-10-04 | Global build system, build system bugfixes. | David Robillard | 7 | -11/+12 |
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 | 10 | -61/+72 |
2006-09-19 | Alsa MIDI fixes. | David Robillard | 8 | -573/+105 |
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 | 10 | -26/+31 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 66 | -2198/+1337 |
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 | 56 | -588/+669 |
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 | 33 | -516/+325 |
2006-09-08 | More cleanups | David Robillard | 12 | -100/+151 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 4 | -11/+20 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -5/+7 |
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 |
2006-07-20 | Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names... | David Robillard | 1 | -4/+4 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 76 | -316/+302 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 5 | -36/+7 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 73 | -219/+219 |
2006-07-14 | Enforced OSC path restrictions on Path for spec conformance (since GraphObject | David Robillard | 1 | -2/+2 |
2006-07-12 | Minor cleanups, removed braindead centralized singleton instance file | David Robillard | 4 | -28/+9 |
2006-07-05 | Control slider (etc) cleanups | David Robillard | 4 | -75/+83 |
2006-07-04 | Process order traversal / connection fixes (nasty edge cases where patches ar... | David Robillard | 1 | -1/+0 |
2006-07-03 | Fixes for connecting directly from a patch input to a patch output | David Robillard | 2 | -2/+2 |
2006-07-03 | Creating of multiple patch input/output ports | David Robillard | 3 | -6/+26 |
2006-07-03 | Enabled checkbox on patch windows working | David Robillard | 5 | -10/+24 |
2006-06-22 | More port controls fixes/cleanups | David Robillard | 4 | -35/+29 |
2006-06-22 | Fix destroying connected nodes; | David Robillard | 1 | -1/+1 |
2006-06-21 | More renaming, fixed bugs with disconnecting patch ports internally | David Robillard | 13 | -34/+25 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 100 | -3813/+156 |
2006-06-20 | Fixed invisible menu separator on patch window | David Robillard | 2 | -24/+18 |
2006-06-20 | Added missing patch port files | David Robillard | 4 | -0/+264 |