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
sciteco-rel-5-5-8
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
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
2015-01-07
Avoid warning from cppcheck about leaking handle.
Neil
1
-0
/
+1
2015-01-05
Allocate is only called when no handle in constructor so assert that to avoid
Neil
1
-0
/
+1
2015-01-05
Check for non-NULL render target and avoid Coverity warning.
Neil
1
-1
/
+1
2014-12-20
Don't use bad value after failed call.
Neil
1
-4
/
+8
2014-12-05
Extract FillVirtualSpace so it is not repeated and can be made less complex in
Neil
1
-4
/
+1
2014-12-05
Using indicators for inline IME.
Neil
1
-61
/
+157
2014-11-24
SC_TECHNOLOGY_DIRECTWRITEDC is another provisional mode for DirectWrite drawing
Neil
1
-13
/
+46
2014-11-19
Bug [#1670]. Avoid processing mouse move events where the mouse has not moved
Neil
1
-6
/
+13
2014-11-13
Bug [#1643]. Only show system caret for GDI as it interferes with Direct2D.
Neil
1
-1
/
+4
2014-10-16
Bug [#1666]. Include <stdexcept> due to report of a problem with compiling
Neil
1
-0
/
+1
2014-09-03
Added SC_TECHNOLOGY_DIRECTWRITERETAIN mode.
Neil
1
-4
/
+8
2014-08-19
Bug [#1636]. Support Visual Studio 2010+ line copy clipboard tag.
Neil
1
-2
/
+6
2014-08-18
Bug [#1639]. Only unregister windows classes registered.
Neil
1
-6
/
+23
2014-08-08
Stop using last argument to AddCharUTF from Korean IME code as previus release
Neil
1
-5
/
+3
2014-07-30
Removed NotifyChar tha is not needed from new Korean IME code and use correct
Neil
1
-6
/
+2
2014-07-24
Using separate variable imeCaretBlockOverride for IME mode instead of changing
Neil
1
-14
/
+3
2014-07-23
Limit and simplify variable lifetimes used in the IME code.
Neil
1
-8
/
+4
2014-07-19
Move Korean IME inside window and make undo work correctly without undoing into
johnsonj
1
-2
/
+133
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
1
-19
/
+46
2014-07-10
When losing focus, complete any IME composition.
Neil
1
-0
/
+6
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+3
2014-06-01
Bug [#1604]. Fix drawing of indicators when fold highlighting is on by more
Neil
1
-21
/
+29
2014-05-31
Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows.
Neil
1
-5
/
+11
2014-05-26
Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.
Neil
1
-5
/
+11
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-11
/
+12
2014-05-24
Avoid a runtime warning from Dr. Memory.
Neil
1
-0
/
+1
2014-05-10
Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window.
Neil
1
-2
/
+72
[next]