Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-13 | Add missing includes | David Robillard | 1 | -0/+1 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2023-09-22 | Use anonymous namespaces | David Robillard | 1 | -43/+46 | |
2023-09-22 | Clean up includes and forward declarations | David Robillard | 1 | -0/+1 | |
2022-08-22 | Use Unicode quotation marks and ellipses | David Robillard | 1 | -3/+3 | |
2022-08-22 | Replace boost with standard C++17 facilities | David Robillard | 1 | -1/+1 | |
2022-08-16 | Upgrade to fmt 9.0.0 | David Robillard | 1 | -1/+0 | |
This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future. | |||||
2022-07-20 | Clean up includes | David Robillard | 1 | -2/+6 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-26 | Avoid potential null dereferences | David Robillard | 1 | -1/+4 | |
As judged by GCC anyway. | |||||
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 | |