summaryrefslogtreecommitdiffstats
path: root/src/server/UndoStack.hpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Clean up includes and forward declarationsDavid Robillard1-1/+0
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean.
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
Also probably other cases of dependent events that must be executed in the correct order for undo to make sense.
2016-07-30Add undo supportDavid Robillard1-0/+107