Age | Commit message (Expand) | Author | Files | Lines |
2006-10-28 | Added proper new loading interface to Serializer, updated everything that use... | David Robillard | 7 | -71/+85 |
2006-10-24 | Superficial (completely non-functional!) LV2 MIDI support. | David Robillard | 4 | -9/+190 |
2006-10-16 | Another alsa bug. | David Robillard | 1 | -1/+1 |
2006-10-16 | Another alsa fix | David Robillard | 1 | -2/+2 |
2006-10-16 | Alsa fix. | David Robillard | 1 | -2/+2 |
2006-10-16 | Used boost::noncopyable to eliminate undefined private copy constructors spre... | David Robillard | 39 | -197/+32 |
2006-10-16 | Magic flashy PaneExpander(TM) 2.0. | David Robillard | 1 | -4/+2 |
2006-10-16 | Minor flowcanvas visual touchups. | David Robillard | 1 | -23/+28 |
2006-10-15 | Fixed feedback problems (CPU chewing) with port controls. | David Robillard | 17 | -88/+138 |
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-14 | Removed unecessary template parameters which broke builds on.. um.. the exact... | David Robillard | 1 | -2/+2 |
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 | 190 | -1751/+674 |
2006-10-04 | Global build system, build system bugfixes. | David Robillard | 12 | -95/+80 |
2006-10-04 | Bug fixes. | David Robillard | 13 | -91/+326 |
2006-10-03 | shared_ptr bugfixes. | David Robillard | 22 | -237/+329 |
2006-09-30 | Work on RDF serialization (only (partial) saving so far). | David Robillard | 25 | -359/+865 |
2006-09-19 | Alsa MIDI fixes. | David Robillard | 15 | -623/+224 |
2006-09-18 | More store error correcting fixes. | David Robillard | 6 | -26/+47 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 66 | -981/+1253 |
2006-09-17 | Patch clearing. | David Robillard | 3 | -3/+21 |
2006-09-17 | Patch tree window fixes. | David Robillard | 3 | -6/+9 |
2006-09-16 | Fixes for building w/o DSSI. | David Robillard | 5 | -10/+12 |
2006-09-15 | Fix for connections to patch ports. | David Robillard | 1 | -2/+5 |
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 | 25 | -250/+179 |
2006-09-14 | Patch port and breadcrumb fixes. | David Robillard | 8 | -53/+87 |
2006-09-14 | Bug fixes. | David Robillard | 13 | -72/+40 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 40 | -480/+330 |
2006-09-13 | Added missing files | David Robillard | 3 | -1/+199 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 103 | -2526/+1623 |
2006-09-12 | Bug fixes. | David Robillard | 7 | -9/+21 |
2006-09-11 | Bug fixes. | David Robillard | 13 | -252/+108 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 86 | -949/+1109 |
2006-09-10 | Added missing files. | David Robillard | 4 | -0/+300 |
2006-09-10 | Zoom Full feature in FlowCanvas/Ingenuity. | David Robillard | 12 | -30/+66 |
2006-09-10 | GUI redesigning. | David Robillard | 9 | -343/+414 |
2006-09-09 | Canvas cleanups, bugfixes, more robustness, etc. | David Robillard | 42 | -246/+210 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 102 | -904/+871 |
2006-09-08 | More cleanups | David Robillard | 30 | -732/+381 |
2006-09-08 | Removed PatchLibrarian dependency on OSC | David Robillard | 4 | -9/+8 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 26 | -285/+263 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 123 | -840/+898 |
2006-09-07 | Patch port fixes. | David Robillard | 32 | -242/+315 |
2006-09-06 | Another fix for port names (mangling for port name clashes) | David Robillard | 2 | -35/+35 |
2006-09-06 | Connecting/Disconnecting/Reconnecting to the engine without restarting. | David Robillard | 8 | -4/+65 |