summaryrefslogtreecommitdiffstats
path: root/src/client/BlockModel.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Fix invalid conversion of URIDs to strings.David Robillard1-1/+1
2015-08-12Server-side presets.David Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-1/+1
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-0/+6
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-4/+4
2013-02-02More generic Atom class.David Robillard1-4/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-20/+22
2013-01-11Use range-based for loops where possible.David Robillard1-3/+3
2012-08-19GraphObject => NodeDavid Robillard1-3/+3
2012-08-18Node => BlockDavid Robillard1-0/+270