Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-10 | Add Action representation to isolate behaviour from canvas objects | David Robillard | 1 | -72/+0 | |
A step towards isolating the canvas and ultimately the entire UI away so it can be replaced. | |||||
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -22/+22 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -0/+1 | |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -0/+4 | |
2020-11-28 | Factor out Connector from PatchageCanvas | David Robillard | 1 | -0/+67 | |
This finally breaks the dependency of the canvas on the entire application, and fixes the confusing situation where it wasn't clear whether connect/disconnect methods made/broke connections on the canvas or on the system. |