Age | Commit message (Expand) | Author | Files | Lines |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 1 | -18/+13 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 1 | -21/+8 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 1 | -1/+1 |
2007-09-20 | Rename C++ signals to cleaner Gtkmm convention. | David Robillard | 1 | -7/+7 |
2007-07-26 | Make canvas grab events. | David Robillard | 1 | -78/+0 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 1 | -1/+1 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 1 | -82/+50 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -3/+3 |
2007-04-08 | Fix connections directly between subpatch input/output ports. | David Robillard | 1 | -1/+0 |
2007-03-12 | Removed name-based interface for FlowCanvas (using the view as a model = evil... | David Robillard | 1 | -2/+2 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2007-02-07 | Mad sed-fu for consistent private member naming. | David Robillard | 1 | -39/+39 |
2007-01-08 | Fix lingering connections after node destruction (if disconnection | David Robillard | 1 | -6/+6 |
2007-01-08 | Fix destruction of nodes with connections to parent patch ports. | David Robillard | 1 | -6/+22 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 1 | -21/+21 |
2006-09-18 | More store error correcting fixes. | David Robillard | 1 | -8/+11 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 1 | -12/+12 |
2006-09-15 | Fix for connections to patch ports. | David Robillard | 1 | -2/+5 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 1 | -37/+11 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 1 | -16/+16 |
2006-09-12 | Bug fixes. | David Robillard | 1 | -0/+2 |
2006-09-11 | Bug fixes. | David Robillard | 1 | -0/+39 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 1 | -13/+37 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 1 | -1/+1 |
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-04 | Partial support for loading old patches | David Robillard | 1 | -1/+1 |
2006-07-04 | More fixes for connecting/disconnecting | David Robillard | 1 | -0/+2 |
2006-07-03 | Fixes for connecting directly from a patch input to a patch output | David Robillard | 1 | -9/+9 |
2006-07-03 | Enabled checkbox on patch windows working | David Robillard | 1 | -0/+20 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 1 | -1/+1 |
2006-06-19 | Connecting of patch ports internally (seemingly anyway, data not flowing yet) | David Robillard | 1 | -4/+8 |
2006-06-14 | Removed unused cruft from GTK client | David Robillard | 1 | -4/+4 |
2006-06-12 | Fixed engine-side node destruction bug | David Robillard | 1 | -0/+1 |
2006-06-12 | Disconnecting working in GTK client | David Robillard | 1 | -1/+1 |
2006-06-12 | Store memory bug fixes (multiple ref ptr's to the same object, bad), | David Robillard | 1 | -5/+4 |
2006-06-12 | Connections working through Store model/signal interface | David Robillard | 1 | -18/+18 |
2006-06-11 | New nodes in gtk client working through Store signal interface | David Robillard | 1 | -9/+11 |
2006-06-10 | More juggling | David Robillard | 1 | -0/+229 |