summaryrefslogtreecommitdiffstats
path: root/src/CanvasModule.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-13Add missing includesDavid Robillard1-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-22Clean up includes and forward declarationsDavid Robillard1-1/+0
2023-05-12Fix use of reserved macro nameDavid Robillard1-3/+3
2022-11-15Add missing includesDavid Robillard1-0/+1
2022-08-23Add i18n supportDavid Robillard1-3/+3
2022-07-20Use std::make_uniqueDavid Robillard1-1/+1
2022-07-20Clean up includesDavid Robillard1-0/+3
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-05-26Improve menu update logicDavid Robillard1-9/+15
2021-05-10Add Action representation to isolate behaviour from canvas objectsDavid Robillard1-44/+19
A step towards isolating the canvas and ultimately the entire UI away so it can be replaced.
2021-05-08Remove redundant codeDavid Robillard1-5/+0
2021-05-08Use unique_ptr for module menusDavid Robillard1-4/+2
2021-01-02Format all code with clang-formatDavid Robillard1-85/+85
2020-12-14Clean up includesDavid Robillard1-2/+20
2020-11-29Remove more dead codeDavid Robillard1-3/+6
2020-11-29Fix unstable module positionsDavid Robillard1-1/+6
2020-11-29Use more reasonable class namesDavid Robillard1-0/+165