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
/
win32
/
HanjaDic.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-28
Replace c-style cast with c++ explicit reinterpret_cast.
Neil
1
-1
/
+1
2022-03-03
Bug [#2295] Fix warnings from Coverity and Visual C++.
Neil
1
-15
/
+37
2021-11-22
Move common Win32 functions for releasing IUnknown* and DLL function access into
Neil
1
-13
/
+1
2021-11-22
Bug [#2295] Fix potential memory leak with Korean language input.
Zufu Liu
1
-57
/
+65
2021-08-28
Delete standard operations on classes that can not be copied.
Neil
1
-0
/
+6
2021-06-05
Bug [#2259]. Fix gcc link-time-optimization compilation.
Neil
1
-0
/
+2
2021-05-28
Better exception handling for noexcept methods. More accurate noexcept marking.
Neil
1
-1
/
+6
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-1
/
+1
2019-05-08
Use value-initialization and nullptr (for true pointers) to avoid 'using NULL'
Neil
1
-2
/
+2
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-04-06
Added const where possible.
Neil
1
-1
/
+1
2017-03-04
Add include to allow #6138 to build on Windows.
Neil
1
-0
/
+2
2015-04-21
Fix link error when SCI_NAMESPACE used.
Neil
1
-1
/
+4
2015-03-12
More efficient conversion to Hangul.
Neil
1
-18
/
+22
2015-02-22
Avoid warnings about uninitialised field.
Neil
1
-1
/
+1
2015-02-22
Implement VK_HANJA for Korean on Windows.
Neil
1
-0
/
+122