Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2021-04-28 | More reasonable variable name. | Neil | 1 | -2/+2 | |
2021-04-28 | Feature [feature-requests:1373]. Use steady_clock for measuring intervals. | Zufu Liu | 1 | -4/+4 | |
2020-06-11 | Use noexcept where safe and maintainable. | Neil | 1 | -1/+1 | |
2019-03-19 | Make constructors of simple classes noexcept. | Neil | 1 | -1/+1 | |
2018-04-30 | Use const where possible. | Neil | 1 | -1/+1 | |
2018-04-26 | Use <chrono> for platform-independent timing and remove ElapsedTime. | Neil | 1 | -0/+35 | |
Also use #if for painting measurement as there are 7 sections of code to enable. |