summaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2007-05-02Added svn:ignore property to everything.David Robillard3-2/+3
2007-04-09MIDI patching. wooo!David Robillard1-1/+1
2007-04-08Added missing lv2-midiport.hDavid Robillard1-0/+179
2007-04-08LV2 MIDI fixes.David Robillard3-202/+37
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard3-25/+189
2007-02-07Updated Copyright notices.David Robillard3-3/+6
2007-01-22Created Raul namespace.David Robillard2-4/+4
2006-12-08Fixed plugin type issuesDavid Robillard1-0/+1
2006-12-01Serialization workDavid Robillard1-1/+1
2006-10-24Superficial (completely non-functional!) LV2 MIDI support.David Robillard3-1/+171
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard1-0/+7
2006-10-04Moved generic utility stuff to new library "raul".David Robillard15-1081/+4
2006-10-04Bug fixes.David Robillard1-11/+10
2006-10-03shared_ptr bugfixes.David Robillard2-17/+34
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard5-10/+112
2006-09-19Alsa MIDI fixes.David Robillard1-1/+1
2006-09-18Work on loading old (deprecated) patches.David Robillard8-6/+252
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard2-4/+2
2006-09-13Added missing filesDavid Robillard3-1/+199
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard3-2/+7
2006-09-12Bug fixes.David Robillard1-4/+4
2006-09-11Bug fixes.David Robillard1-201/+21
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard4-42/+88
2006-09-10GUI redesigning.David Robillard1-0/+5
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard1-2/+3
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard5-45/+60
2006-09-08More cleanupsDavid Robillard2-0/+9
2006-09-06Another fix for port names (mangling for port name clashes)David Robillard1-33/+33
2006-09-06Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces).David Robillard1-0/+75
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard4-10/+6
2006-07-14Updated name in comment headers and copyright dateDavid Robillard7-19/+19
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard1-11/+66
2006-07-12Factored out Thread (and Slave, an explicitly signal-driven thread)David Robillard1-1/+1
2006-07-04Partial support for loading old patchesDavid Robillard1-1/+1
2006-06-21Reorganized directory tree/namesDavid Robillard7-7/+7
2006-06-18More work on new ports implementation;David Robillard3-38/+5
2006-06-18Added DataTypeDavid Robillard1-0/+4
2006-06-16More thorough assertion checking in CountedPtr;David Robillard1-2/+9
2006-06-15Subpatches workingDavid Robillard1-6/+7
2006-06-12Store memory bug fixes (multiple ref ptr's to the same object, bad),David Robillard1-0/+2
2006-06-11New nodes in gtk client working through Store signal interfaceDavid Robillard1-3/+16
2006-06-09Remove junkDavid Robillard1-0/+0
2006-06-09Added Om aka Graph aka god knows whatDavid Robillard13-0/+854