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
2016-03-09
Updates for 3.6.4.
Neil
1
-2
/
+2
2016-03-07
To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.
Neil
1
-1
/
+1
2016-03-07
Include stddef.h as using ptrdiff_t and stddef.h is its home.
Neil
1
-0
/
+1
2016-02-24
Bug [#1813]. Unmangle exported Scintilla_DirectFunction.
Neil
2
-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-10
Updates for 3.6.3.
Neil
1
-2
/
+2
2016-01-09
Factored out mapping IME state to indicators and finding caret position.
johnsonj
1
-25
/
+36
2016-01-07
Remove pragmas that were needed for Windows 9x which is no longer supported.
Neil
1
-10
/
+0
2015-12-16
Don't use .DEF file as it is not needed.
Neil
2
-4
/
+4
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
3
-8
/
+8
2015-11-20
Using DirectWrite, for ligatures and other character clusters, display caret and
Neil
1
-4
/
+3
2015-11-20
Bug [#1779]. Better Unicode input support on Windows systems.
Sam Hocevar
1
-25
/
+48
2015-11-02
Updates for 3.6.2.
Neil
1
-2
/
+2
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.
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.
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
[next]