aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/HanjaDic.h
AgeCommit message (Collapse)AuthorFilesLines
2021-11-22Bug [#2295] Fix potential memory leak with Korean language input.Zufu Liu1-1/+1
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-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.
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2015-03-12More efficient conversion to Hangul.Neil1-1/+1
From johnsonj.
2015-02-22Implement VK_HANJA for Korean on Windows.Neil1-0/+26