| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-24 | Remove line end space. | Zufu Liu | 1 | -1/+1 | |
| 2025-04-03 | Silence 'magic' number clang-tidy warning where there is intense use of literal | Neil | 1 | -0/+6 | |
| constants for processing character encodings or similar and where declaring constants would make the code more obscure, not less. | |||||
| 2024-10-24 | Update to Unicode 15.1. | Neil | 1 | -2/+4 | |
| https://github.com/ScintillaOrg/lexilla/issues/285 | |||||
| 2024-03-08 | Use noexcept in CharacterCategoryMap. | Neil | 1 | -7/+12 | |
| 2023-10-03 | Update character categories for Unicode 15.0.0. | Neil | 1 | -22/+61 | |
| 2022-10-26 | Feature [feature-requests:#1461] Update to Unicode 14. | Neil | 1 | -49/+141 | |
| 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-27 | Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType | Neil | 1 | -0/+4105 | |
| and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both. | |||||
