Age | Commit message (Expand) | Author | Files | Lines |
2008-05-20 | Fix various problems with control port values. | David Robillard | 1 | -1/+1 |
2008-05-15 | Show error messages from engine in a pop-up dialog. | David Robillard | 1 | -2/+2 |
2008-05-14 | Fix clear patch command (ticket #18). | David Robillard | 1 | -9/+24 |
2008-05-04 | Fix serialisation of floating point variables (fixes module positioning). | David Robillard | 1 | -2/+5 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -2/+2 |
2007-10-22 | Rework plugin design (engine side) to be less crap. | David Robillard | 1 | -2/+2 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 1 | -6/+10 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 1 | -15/+15 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 1 | -9/+16 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 1 | -9/+6 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 1 | -25/+24 |
2007-10-03 | Fix (recursive) destruction of objects on client side (fixes bug where creati... | David Robillard | 1 | -2/+8 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 1 | -0/+12 |
2007-09-20 | Rename C++ signals to cleaner Gtkmm convention. | David Robillard | 1 | -18/+18 |
2007-09-19 | Toggling of individual node polyphonic state. | David Robillard | 1 | -0/+10 |
2007-09-19 | Fix LV2 dynamic poly crash. | David Robillard | 1 | -0/+10 |
2007-09-18 | Fix destroying connected patch ports, and patch port threading issues. | David Robillard | 1 | -6/+8 |
2007-08-10 | Fix loading control values from deprecated Om patches. | David Robillard | 1 | -1/+1 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 1 | -10/+11 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 1 | -13/+42 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 1 | -12/+27 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -8/+8 |
2007-04-29 | Fixed incomplete transfer of loaded plugins to client, bundle transfer. | David Robillard | 1 | -0/+1 |
2007-04-21 | Loading plugins via class-based menu heirarchy in patch context menu. | David Robillard | 1 | -1/+1 |
2007-04-10 | Fixed feedback connections. | David Robillard | 1 | -4/+6 |
2007-04-09 | Internal subpatch connection bugfix. | David Robillard | 1 | -8/+15 |
2007-04-08 | Fix connections directly between subpatch input/output ports. | David Robillard | 1 | -4/+21 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2006-12-11 | Serialization of patch ports. | David Robillard | 1 | -9/+1 |
2006-12-08 | Fixed plugin type issues | David Robillard | 1 | -2/+2 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 1 | -57/+57 |
2006-10-04 | Bug fixes. | David Robillard | 1 | -3/+3 |
2006-09-19 | Alsa MIDI fixes. | David Robillard | 1 | -36/+36 |
2006-09-18 | More store error correcting fixes. | David Robillard | 1 | -8/+18 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 1 | -79/+143 |
2006-09-17 | Patch clearing. | David Robillard | 1 | -2/+16 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 1 | -3/+63 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 1 | -9/+7 |
2006-09-12 | Bug fixes. | David Robillard | 1 | -1/+6 |
2006-09-11 | Bug fixes. | David Robillard | 1 | -26/+12 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 1 | -166/+133 |
2006-09-09 | Canvas cleanups, bugfixes, more robustness, etc. | David Robillard | 1 | -0/+1 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 1 | -6/+12 |
2006-09-08 | More cleanups | David Robillard | 1 | -15/+12 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 1 | -1/+1 |
2006-09-06 | Connecting/Disconnecting/Reconnecting to the engine without restarting. | David Robillard | 1 | -0/+9 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 1 | -2/+4 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 1 | -3/+3 |
2006-07-12 | Minor cleanups, removed braindead centralized singleton instance file | David Robillard | 1 | -0/+5 |
2006-07-04 | More fixes for connecting/disconnecting | David Robillard | 1 | -7/+13 |