Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-11 | Refactor most functionality around actions and settings | David Robillard | 1 | -2/+9 | |
This moves more code into general places, and completely eliminates dependencies on the Patchage "god object". | |||||
2021-05-10 | Add Action representation to isolate behaviour from canvas objects | David Robillard | 1 | -2/+2 | |
A step towards isolating the canvas and ultimately the entire UI away so it can be replaced. | |||||
2020-11-29 | Use more reasonable class names | David Robillard | 1 | -2/+2 | |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -0/+4 | |
2020-11-28 | Move handle_event() to separate files | David Robillard | 1 | -0/+28 | |