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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-26
RTTI is a part of standard C++ so don't turn it off.
Neil
1
-1
/
+1
2015-09-25
Replace reinterpret_cast with static_cast where possible.
Neil
2
-45
/
+45
2015-09-25
Remove null occurrences of reinterpret_cast which just converted HDC to HDC.
Neil
1
-15
/
+15
2015-09-22
Support using Visual C++ 2015 to target Windows XP.
Neil
1
-2
/
+7
2015-09-10
Updates for 3.6.1.
rel-3-6-1
johnsonj
1
-2
/
+2
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-30
Updated header dependencies to include Sci_Position.h and Position.h.
Neil
2
-356
/
+554
2015-07-29
Update version numbers and dates for 3.6.0 release.
Neil
1
-2
/
+2
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-16
Cast for 64-bit warning with Visual C++ 2015.
Neil
1
-1
/
+1
2015-07-14
Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,
Neil
1
-3
/
+18
2015-07-04
Closer correspondence between return type of *WndProc and Win32 definition.
Neil
1
-9
/
+9
2015-06-24
Simplify text measurement and drawing by removing segmentation and failure
Neil
1
-88
/
+25
2015-06-19
Updates for release 3.5.7.
rel-3-5-7
Neil
1
-2
/
+2
2014-01-20
Fix typos in comments (win32)
Stefan Weil
2
-4
/
+4
2015-05-22
Updates for 3.5.6.
Neil
1
-2
/
+2
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-05-13
Bug [#1703]. Fix bug when drawing text margins in buffered mode which would use
Neil
1
-2
/
+7
2015-04-21
Fix link error when SCI_NAMESPACE used.
Neil
1
-1
/
+4
2015-04-14
Getting ready for 3.5.5 release.
Neil
1
-2
/
+2
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-15
Bug [#1705]. Fix a bug with Mingw-w64. Probably due to incorrect definition of
Neil
1
-2
/
+3
2015-03-13
Bug [#1701]. Turn on _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES.
Neil
1
-1
/
+2
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
Reduce size of buffers allocated on stack to avoid warnings from Visual Studio
Neil
1
-1
/
+1
2015-03-12
More efficient conversion to Hangul.
Neil
3
-59
/
+47
2015-03-05
Updates for 3.5.4.
Neil
1
-2
/
+2
2015-02-23
Fix non-BMP character entry through the inline IME.
Neil
1
-19
/
+16
2015-02-22
Avoid warnings about uninitialised field.
Neil
1
-1
/
+1
2015-02-22
Implement VK_HANJA for Korean on Windows.
Neil
6
-7
/
+294
2015-02-11
Add the OLEAUT32 library as it will be needed for BSTR support.
Neil
2
-2
/
+2
2015-01-14
Preparing for version 3.5.3.
Neil
1
-2
/
+2
2015-01-13
Using size_t instead of unsigned int for conversions to UTF16 for 64-bit
Neil
2
-13
/
+13
2015-01-11
Support removed for Windows 95, 98, and ME.
Neil
3
-94
/
+22
2015-01-10
On Windows GDI, assume font names are encoded in UTF-8 and use wide character
Neil
2
-13
/
+19
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-20
Check for failure of SystemParametersInfo.
Neil
1
-8
/
+9
2014-12-09
Feature [feature-requests:#1091]. Lexer for Motorola S-Record.
Neil
1
-0
/
+3
[next]