| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-20 | Bug [#1779]. Better Unicode input support on Windows systems. | Sam Hocevar | 1 | -0/+4 | |
| - support surrogate pairs in WM_CHAR messages - support characters from supplementary planes in WM_UNICHAR messages - support WM_UNICHAR messages in non-Unicode mode - fix some code duplication Also, do not return FALSE upon receiving a WM_UNICHAR message with a UNICODE_NOCHAR parameter, since WM_UNICHAR can actually be handled just fine (at least with the exact same level of support as WM_CHAR). | |||||
| 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 | |
| compatibility and to lessen the number of casts. | |||||
| 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 | |
| Editor and the message interface. Will only be turned on for lexers that support Unicode line ends. | |||||
| 2012-05-26 | For case-insensitive UTF-8 searching, use UTF8Classify for finding valid | nyamatongwe | 1 | -0/+6 | |
| character width so compatible with other similar code. Optimize treatment of single byte ASCII characters and also optimize loop conditions. These mostly make up for the performance decrease from calling UTF8Classify. Add support definitions UTF8MaxBytes and UTF8IsAscii in UniConversion. Remove ExtractChar as no longer needed. | |||||
| 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 | |
| Birth of UniConversion. | |||||
