summaryrefslogtreecommitdiffstats
path: root/src/server/events/Undo.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Clean up includesDavid Robillard1-0/+4
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-8/+9
2020-08-02Remove std::unique_ptr aliasDavid Robillard1-2/+4
2020-08-02Use consistent naming for context parametersDavid Robillard1-1/+1
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-9/+9
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+5
2018-09-23Use lowercase namespace namesDavid Robillard1-8/+8
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard1-2/+2
2017-12-16Make events take the corresponding message directlyDavid Robillard1-7/+14
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-1/+1
2016-09-18Fix undo after redoDavid Robillard1-3/+4
2016-09-18Add fancy communication loggingDavid Robillard1-2/+2
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-1/+1
2016-07-30Add undo supportDavid Robillard1-0/+77