summaryrefslogtreecommitdiffstats
path: root/src/Canvas.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-05-11Refactor most functionality around actions and settingsDavid Robillard1-3/+7
This moves more code into general places, and completely eliminates dependencies on the Patchage "god object".
2021-05-10Add Action representation to isolate behaviour from canvas objectsDavid Robillard1-5/+5
A step towards isolating the canvas and ultimately the entire UI away so it can be replaced.
2021-05-08Remove redundant codeDavid Robillard1-1/+0
2021-01-02Format all code with clang-formatDavid Robillard1-21/+22
2020-12-15Use correct include for GdkEventDavid Robillard1-1/+1
2020-12-14Clean up includesDavid Robillard1-6/+11
2020-12-01Fix include guardsDavid Robillard1-3/+3
2020-11-29Simplify canvas interfaceDavid Robillard1-10/+0
2020-11-29Use more reasonable class namesDavid Robillard1-0/+94