aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Geometry.h
AgeCommit message (Collapse)AuthorFilesLines
2021-03-26Bug [#2224]. Switch XYPOSITION to double so it has more precision to fixNeil1-3/+6
problems with very long documents. Fixes uneven line heights on Cocoa after around 1.1 million lines.
2021-03-26Avoid warning for overflow.Neil1-1/+1
2021-03-25Add conversion from ColourDesired to Fill as that avoids explicit constructors.Neil1-0/+3
2021-03-25Shorten names as containers provide context.Neil1-7/+7
2021-03-19Add Geometry.cxx for geometric and colour operations too complex for headers.Neil1-7/+94
Add FillStroke to hold parameters for drawing shapes.
2021-03-19Switch enum to enum class.Neil1-0/+6
2021-03-17Extract geometry and colour definitions from Platform.h into src/Geometry.h.Neil1-0/+209