Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-11 | Refactor most functionality around actions and settings | David Robillard | 1 | -12/+16 | |
This moves more code into general places, and completely eliminates dependencies on the Patchage "god object". | |||||
2021-05-11 | Move Coord to its own header | David Robillard | 1 | -0/+1 | |
2021-05-10 | Add Action representation to isolate behaviour from canvas objects | David Robillard | 1 | -11/+23 | |
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 | -24/+8 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -193/+189 | |
2020-12-16 | Avoid use of boost::optional::has_value | David Robillard | 1 | -1/+1 | |
This fails to compile on CI, only with sanitizers for some reason. | |||||
2020-12-15 | Refine include configuration for consistency with other projects | David Robillard | 1 | -0/+3 | |
2020-12-15 | Use modern GDK keysyms | David Robillard | 1 | -1/+3 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -4/+15 | |
2020-11-30 | Use raw string literals | David Robillard | 1 | -2/+2 | |
2020-11-29 | Simplify canvas interface | David Robillard | 1 | -12/+1 | |
2020-11-29 | Use more reasonable class names | David Robillard | 1 | -0/+343 | |