summaryrefslogtreecommitdiffstats
path: root/src/Action.hpp
AgeCommit message (Collapse)AuthorFilesLines
2021-05-11Refactor most functionality around actions and settingsDavid Robillard1-2/+29
This moves more code into general places, and completely eliminates dependencies on the Patchage "god object".
2021-05-10Add Action representation to isolate behaviour from canvas objectsDavid Robillard1-0/+76
A step towards isolating the canvas and ultimately the entire UI away so it can be replaced.