summaryrefslogtreecommitdiffstats
path: root/src/Connector.hpp
AgeCommit message (Collapse)AuthorFilesLines
2021-01-02Format all code with clang-formatDavid Robillard1-6/+6
2020-11-29Put everything in a namespaceDavid Robillard1-0/+4
2020-11-28Factor out Connector from PatchageCanvasDavid Robillard1-0/+43
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.