aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Drop support for Windows NT 4 by statically linking to system APIs that areNeil1-20/+4
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente1-0/+1
2017-03-05For IMEs, do not clear selected text when there is no composition text to show.johnsonj1-1/+4
2017-03-04Use C++11 keyword "override" for methods that override a base class.Neil1-42/+42
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-15/+25
2016-11-25Bug [#1886]. Fix EM_SETSEL to match Microsoft documentation.Neil1-5/+1
2016-11-20Avoid warning with MinGW-w64 which defines D2DERR_RECREATE_TARGET differentlyNeil1-2/+2
2016-10-27Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncodeNeil1-58/+42
2016-10-27Suppress warning message from Code Analysis for code that does work.Neil1-0/+6
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng1-0/+12
2016-08-28SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set.Neil1-1/+1
2016-05-14Post a caret moved accessibility event in Editor::MovedCaret so that screenNeil1-0/+5
2016-04-14Simplified IME caret positioning.johnsonj1-4/+4
2016-02-23Retry OpenClipboard if it fails as another application may have opened it.Neil1-2/+19
2016-02-09Simplified IME caret position discovery.johnsonj1-12/+8
2016-02-08Extract IME text insertion into AddWString method.johnsonj1-27/+19
2016-02-06Move IME code into IMContext.johnsonj1-22/+22
2016-02-01Simplified inline IME by using StringEncode.johnsonj1-26/+6
2016-01-22Encapsulate ImmGetCompositionStringW for GCS_COMPSTR and GCS_RESULTSTR.johnsonj1-19/+22
2016-01-09Factored out mapping IME state to indicators and finding caret position.johnsonj1-25/+36
2015-12-14Block IME when some selected text is protected.johnsonj1-1/+1
2015-12-10Fix warning in 64-bit builds.Neil1-1/+1
2015-12-07Cancel IME composition for read-only documents.johnsonj1-1/+4
2015-12-07Allow any style for IME instead of truncating style to 5 bits.Neil1-1/+1
2015-11-20Text layout whitespace fixes.Neil1-2/+2
2015-11-20Remove line end whitespace.Neil1-6/+6
2015-11-20Bug [#1779]. Better Unicode input support on Windows systems.Sam Hocevar1-25/+48
2015-09-25Replace reinterpret_cast with static_cast where possible.Neil1-10/+10
2015-09-10Handle reconversion when requested by IME.johnsonj1-0/+96
2015-09-10Fix IME caret movements for emoji.johnsonj1-1/+1
2015-09-04Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.johnsonj1-1/+1
2015-08-25Encapsulate HIMC in a small class to ensure it is always freed.Neil1-32/+41
2015-07-28Avoid candidate box randomly popping up away from edit pane with (especiallyjohnsonj1-0/+1
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil1-0/+1
2015-07-04Closer correspondence between return type of *WndProc and Win32 definition.Neil1-9/+9
2014-01-20Fix typos in comments (win32)Stefan Weil1-1/+1
2015-05-20SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on Win32.Neil1-0/+59
2015-05-20Fix bug with Hanja conversions for DBCS.Neil1-40/+27
2015-05-16Avoid some warnings from clang.Neil1-3/+3
2015-04-10Allow (null) use of KEYSUNICODE API when built to include deprecated features.Neil1-0/+2
2015-03-18Remove WM_IME_CHAR handling as it no longer appears possible to trigger.Neil1-38/+0
2015-03-13Removed potentially out-of-bounds write.Neil1-1/+0
2015-03-13Changed to symbolic constant.Neil1-3/+3
2015-03-13Scintilla is now always a wide character window so remove vestiges of narrowNeil1-78/+49
2015-03-12More efficient conversion to Hangul.Neil1-40/+24
2015-02-23Fix non-BMP character entry through the inline IME.Neil1-19/+16
2015-02-22Implement VK_HANJA for Korean on Windows.Neil1-2/+133
2015-01-13Using size_t instead of unsigned int for conversions to UTF16 for 64-bitNeil1-11/+11
2015-01-11Support removed for Windows 95, 98, and ME.Neil1-51/+16
2015-01-10On Windows GDI, assume font names are encoded in UTF-8 and use wide characterNeil1-5/+7