summaryrefslogtreecommitdiffstats
path: root/src/libs/client
AgeCommit message (Expand)AuthorFilesLines
2007-01-22Created Raul namespace.David Robillard12-17/+29
2007-01-22Added atomic int/pointer classes to Raul.David Robillard2-5/+6
2007-01-20Added Machina.David Robillard7-244/+11
2007-01-16Deprecated patch loading.David Robillard3-46/+73
2007-01-12Fix RDF saving to use namespace prefixes.David Robillard3-0/+11
2007-01-12Control value persistence/serialization.David Robillard3-45/+99
2007-01-10Moved RDFWriter to RAUL.David Robillard4-285/+1
2007-01-08Alsa MIDI fixed.David Robillard3-1/+6
2007-01-08Fix for building against local raul.David Robillard1-4/+4
2007-01-08Fix lingering connections after node destruction (if disconnectionDavid Robillard1-6/+6
2007-01-08Fix destruction of nodes with connections to parent patch ports.David Robillard3-10/+26
2007-01-02Fix building non-monolithic Ingenuity.David Robillard1-2/+2
2006-12-13Path parent/child bug fixes, added unit tests.David Robillard2-13/+16
2006-12-13Simpler/Faster/Prettier/Saner connection curves.David Robillard1-8/+0
2006-12-12Loading subpatches (ie not just into root).David Robillard4-41/+104
2006-12-12Connection loading.David Robillard2-4/+48
2006-12-11Serialization of patch ports.David Robillard7-43/+80
2006-12-09More loading progress (node positions restore).David Robillard7-11/+136
2006-12-09Preliminary patch loading (just loads nodes from RDF).David Robillard9-37/+282
2006-12-08Fixed plugin type issuesDavid Robillard7-24/+46
2006-12-02More serialization workDavid Robillard5-294/+370
2006-12-01Serialization workDavid Robillard2-20/+97
2006-11-23Updated for Jack MIDI APIDavid Robillard1-2/+2
2006-11-06Fixed serialization of connections (or anything using RDF blank nodes).David Robillard2-49/+29
2006-10-28Added proper new loading interface to Serializer, updated everything that use...David Robillard2-35/+43
2006-10-16Used boost::noncopyable to eliminate undefined private copy constructors spre...David Robillard6-30/+5
2006-10-16Minor flowcanvas visual touchups.David Robillard1-23/+28
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard5-2/+18
2006-10-04Moved generic utility stuff to new library "raul".David Robillard22-214/+214
2006-10-04Global build system, build system bugfixes.David Robillard1-2/+0
2006-10-04Bug fixes.David Robillard3-63/+130
2006-10-03shared_ptr bugfixes.David Robillard4-110/+137
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard9-288/+679
2006-09-19Alsa MIDI fixes.David Robillard3-44/+108
2006-09-18More store error correcting fixes.David Robillard5-25/+43
2006-09-18Work on loading old (deprecated) patches.David Robillard13-372/+449
2006-09-17Patch clearing.David Robillard3-3/+21
2006-09-16Fixes for building w/o DSSI.David Robillard1-1/+0
2006-09-15Fix for connections to patch ports.David Robillard1-2/+5
2006-09-15Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix).David Robillard2-0/+15
2006-09-14Bug fixes.David Robillard4-7/+14
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard21-424/+243
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard18-277/+219
2006-09-12Bug fixes.David Robillard5-3/+13
2006-09-11Bug fixes.David Robillard8-34/+80
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard15-307/+341
2006-09-10Added missing files.David Robillard1-0/+85
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard2-0/+2
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard14-96/+142
2006-09-08More cleanupsDavid Robillard13-630/+208