Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-11 | Refactor most functionality around actions and settings | David Robillard | 1 | -3/+7 | |
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 | -5/+5 | |
A step towards isolating the canvas and ultimately the entire UI away so it can be replaced. | |||||
2021-05-08 | Remove redundant code | David Robillard | 1 | -1/+0 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -21/+22 | |
2020-12-15 | Use correct include for GdkEvent | David Robillard | 1 | -1/+1 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -6/+11 | |
2020-12-01 | Fix include guards | David Robillard | 1 | -3/+3 | |
2020-11-29 | Simplify canvas interface | David Robillard | 1 | -10/+0 | |
2020-11-29 | Use more reasonable class names | David Robillard | 1 | -0/+94 | |