summaryrefslogtreecommitdiffstats
path: root/src/server/UndoStack.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Use consistent brace wrapping for class definitionsDavid Robillard1-1/+2
2022-08-18Use default member initializationDavid Robillard1-5/+2
2022-08-18Make empty methods and trivial constructors noexceptDavid Robillard1-2/+5
2022-08-18Separate export macro definitions between modulesDavid Robillard1-2/+2
2020-12-15Clean up includes in core and serverDavid Robillard1-0/+1
2020-08-02Fix shadow warningsDavid Robillard1-1/+1
2020-08-02Fix self-assignmentDavid Robillard1-4/+6
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-3/+8
2018-09-23Use override specifiersDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2016-10-02Fix unit test responses and ensure events succeedDavid Robillard1-1/+1
2016-09-29Atomic bundle executionDavid Robillard1-2/+2
2016-09-18Fix undo of deletions with both blocks and arcsDavid Robillard1-3/+3
2016-07-30Add undo supportDavid Robillard1-0/+107