| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-13 | Reduce warnings with noexcept, fewer casts, and other minor changes. | Neil | 1 | -1/+1 |
| 2021-08-24 | Remove line end white space. | Neil | 1 | -1/+1 |
| 2021-07-13 | Restrict UTF8IsAscii to char and unsigned char to avoid failures when (signed) | Neil | 1 | -1/+6 |
| 2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 |
| 2020-06-11 | Use noexcept where safe and maintainable. | Neil | 1 | -1/+1 |
| 2020-05-19 | Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLineEnd. | Neil | 1 | -0/+7 |
| 2020-03-13 | Using constexpr in UniConversion and CaseConvert. | Neil | 1 | -4/+4 |
| 2019-03-20 | Use noexcept where sensible. Rename UTF8 string_view parameters for clarity. | Neil | 1 | -6/+6 |
| 2019-03-20 | Implement WStringFromUTF8 to simplify code that creates wstring objects for | Neil | 1 | -0/+4 |
| 2018-07-10 | Optional indexing of line starts in UTF-8 documents by UTF-32 code points and | Neil | 1 | -0/+4 |
| 2018-06-01 | Mark constant inline Unicode functions as constexpr. | Neil | 1 | -4/+4 |
| 2018-06-01 | Add function to find a UTF-16 position in a UTF-8 string. | Neil | 1 | -0/+1 |
| 2018-05-14 | Use string_view for UniConversion functions. | Neil | 1 | -5/+5 |
| 2018-04-27 | Avoid reinterpret_cast. Use size_t argument to UTF8Classify to avoid casts. | Neil | 1 | -1/+1 |
| 2018-04-21 | Tighten definition of regular expression iterators so they are noexcept and | Neil | 1 | -10/+10 |
| 2018-03-24 | Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion. | Zufu Liu | 1 | -1/+15 |
| 2018-03-22 | Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead. | Zufu Liu | 1 | -4/+6 |
| 2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 |
| 2017-05-02 | More consistent use of size_t when converting Unicode formats. | Neil | 1 | -3/+3 |
| 2017-03-02 | Fix potential problems with IME on Cocoa when document contains invalid UTF-8. | Neil | 1 | -0/+1 |
| 2015-11-20 | Bug [#1779]. Better Unicode input support on Windows systems. | Sam Hocevar | 1 | -0/+4 |
| 2015-02-23 | Fix non-BMP character entry through the inline IME. | Neil | 1 | -0/+6 |
| 2015-01-13 | Using size_t instead of unsigned int for conversions to UTF16 for 64-bit | Neil | 1 | -2/+2 |
| 2014-10-02 | Allow using C++11 <regex> for searches as a provisional feature. | Neil | 1 | -0/+4 |
| 2013-07-22 | Added the character representation feature. | Neil | 1 | -0/+4 |
| 2013-07-21 | Standardising header guards and namespaces. | Neil | 1 | -0/+13 |
| 2013-01-19 | Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document, | nyamatongwe | 1 | -0/+13 |
| 2012-05-26 | For case-insensitive UTF-8 searching, use UTF8Classify for finding valid | nyamatongwe | 1 | -0/+6 |
| 2012-05-26 | Optimize UTF-8 character length calculations by using an array. | nyamatongwe | 1 | -0/+3 |
| 2012-05-26 | Move classification of UTF-8 byte sequences into UniConversion module. | nyamatongwe | 1 | -0/+6 |
| 2010-05-02 | Bug #2995278 minor fixes to typos and types. | nyamatongwe | 1 | -1/+1 |
| 2010-03-23 | Added function for finding how many bytes are in a UTF-8 character. | nyamatongwe | 1 | -0/+1 |
| 2007-04-19 | All Unicode planes supported, not just the Basic Multilingual Plane. | nyamatongwe | 1 | -3/+3 |
| 2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+4 |
| 2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 |
| 2000-04-10 | Death of Accessor. | nyamatongwe | 1 | -0/+9 |