Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -3/+4 | |
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. | |||||
2020-06-15 | Use ReleaseUnknown to extend noexcept over finalisation. | Zufu Liu | 1 | -1/+1 | |
2020-02-09 | Standardise header guard names and use. | Neil | 1 | -0/+5 | |
2018-04-04 | Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx | Neil | 1 | -0/+15 | |
to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. |