summaryrefslogtreecommitdiffstats
path: root/src/server/events/CreateBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-1/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-3/+3
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard1-1/+1
2017-12-25Use auto for iteratorsDavid Robillard1-1/+1
2017-12-25Use nullptrDavid Robillard1-3/+3
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-4/+0
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-02-18Reduce Driver couplingDavid Robillard1-1/+0
2017-02-15Move Properties out of ResourceDavid Robillard1-8/+8
2017-02-15Move static path stuff to its own headerDavid Robillard1-2/+2
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-6/+2
2016-10-06Add plugin state savingDavid Robillard1-5/+17
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-5/+5
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-2/+2
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-1/+1
2016-07-30Add undo supportDavid Robillard1-1/+7
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
2015-10-25Fix saving and loading of copy-pasted blocksDavid Robillard1-6/+6
2015-09-04Fix various atom conversion issues.David Robillard1-2/+2
2015-05-14Fix ingen:prototype compatibility.David Robillard1-3/+3
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-3/+15
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-42/+51
2014-01-24Fix various whitespace and formatting issues.David Robillard1-4/+4
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-5/+2
2013-02-02More generic Atom class.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard1-2/+2
2013-01-11Use type safe enumerations.David Robillard1-8/+9
2012-12-21Strip trailing whitespace.David Robillard1-1/+1
2012-12-21Fix memory leaks.David Robillard1-2/+7
2012-12-21Add Broadcaster::Transfer for scoped recursion-safe reply bundling.David Robillard1-0/+1
2012-08-19Patch => GraphDavid Robillard1-13/+13
2012-08-18Node => BlockDavid Robillard1-0/+144