Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-28 | Remove file that is no longer used or contain any definitions. | Neil | 1 | -27/+0 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -7/+7 | |
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. | |||||
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2013-10-23 | Explain why symbols are redefined. | Neil | 1 | -0/+3 | |
2013-07-21 | Standardising header guards and namespaces. | Neil | 1 | -0/+13 | |
2011-08-11 | Parallel stacks for GDI and DirectWrite works. | nyamatongwe | 1 | -1/+1 | |
2011-08-11 | Implemented parallel stacks for GDI and DirectWrite. GDI works | nyamatongwe | 1 | -0/+3 | |
but DirectWrite does not draw well and eventuall crashes. | |||||
2009-11-02 | Added setting for font quality to allow application to choose anti-aliased, | nyamatongwe | 1 | -0/+12 | |
non-anti-aliased or lcd-optimized text. |