Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-15 | More accurate with 'noexcept'. | Neil | 1 | -4/+2 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -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. | |||||
2019-04-08 | Rename FontNames to UniqueStringSet and move into UniqueString. | Neil | 1 | -0/+28 | |
It may be useful in more situations than just font names. | |||||
2019-04-05 | Move UniqueStringCopy into its own source file UniqueString.cxx to hide the | Neil | 1 | -0/+28 | |
implementation. |