index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
UniConversion.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
Fix potential problems with IME on Cocoa when document contains invalid UTF-8.
Neil
1
-0
/
+23
2015-11-20
Bug [#1779]. Better Unicode input support on Windows systems.
Sam Hocevar
1
-4
/
+0
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+2
2015-02-24
Notify container of non-BMP characters correctly.
Neil
1
-1
/
+1
2015-02-23
Fix non-BMP character entry through the inline IME.
Neil
1
-3
/
+3
2015-01-13
Using size_t instead of unsigned int for conversions to UTF16 for 64-bit
Neil
1
-7
/
+7
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-0
/
+46
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-1
/
+1
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+5
2013-07-21
Standardising header guards and namespaces.
Neil
1
-0
/
+12
2012-05-26
Reduce code to avoid warning from cppcheck.
nyamatongwe
1
-4
/
+2
2012-05-26
Optimize UTF-8 character length calculations by using an array.
nyamatongwe
1
-0
/
+28
2012-05-26
Move classification of UTF-8 byte sequences into UniConversion module.
nyamatongwe
1
-0
/
+91
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
/
+12
2010-02-17
Formatting whitespace.
nyamatongwe
1
-1
/
+1
2008-12-23
Avoid warnings with gcc 4.3
nyamatongwe
1
-1
/
+1
2007-04-19
All Unicode planes supported, not just the Basic Multilingual Plane.
nyamatongwe
1
-12
/
+55
2004-06-23
Delete all markers for a particular marker number now deletes
nyamatongwe
1
-1
/
+1
2001-10-28
Fixed Platform changes for GTK+ and hid most of the implementation of
nyamatongwe
1
-4
/
+0
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
/
+77