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