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 | Clean up includes and forward declarations | David Robillard | 1 | -1/+0 | |
2023-05-12 | Fix use of reserved macro name | David Robillard | 1 | -3/+3 | |
2022-11-15 | Add missing includes | David Robillard | 1 | -0/+1 | |
2022-08-23 | Add i18n support | David Robillard | 1 | -3/+3 | |
2022-07-20 | Use std::make_unique | David Robillard | 1 | -1/+1 | |
2022-07-20 | Clean up includes | David Robillard | 1 | -0/+3 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-26 | Improve menu update logic | David Robillard | 1 | -9/+15 | |
2021-05-10 | Add Action representation to isolate behaviour from canvas objects | David Robillard | 1 | -44/+19 | |
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 | -5/+0 | |
2021-05-08 | Use unique_ptr for module menus | David Robillard | 1 | -4/+2 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -85/+85 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -2/+20 | |
2020-11-29 | Remove more dead code | David Robillard | 1 | -3/+6 | |
2020-11-29 | Fix unstable module positions | David Robillard | 1 | -1/+6 | |
2020-11-29 | Use more reasonable class names | David Robillard | 1 | -0/+165 | |