aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Geometry.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2021-03-19Add Geometry.cxx for geometric and colour operations too complex for headers.Neil1-0/+97
Add FillStroke to hold parameters for drawing shapes.