aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Updates for 3.6.4.Neil1-2/+2
2016-03-07To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.Neil1-1/+1
2016-03-07Include stddef.h as using ptrdiff_t and stddef.h is its home.Neil1-0/+1
2016-02-24Bug [#1813]. Unmangle exported Scintilla_DirectFunction.Neil2-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-10Updates for 3.6.3.Neil1-2/+2
2016-01-09Factored out mapping IME state to indicators and finding caret position.johnsonj1-25/+36
2016-01-07Remove pragmas that were needed for Windows 9x which is no longer supported.Neil1-10/+0
2015-12-16Don't use .DEF file as it is not needed.Neil2-4/+4
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.Neil3-8/+8
2015-11-20Using DirectWrite, for ligatures and other character clusters, display caret andNeil1-4/+3
2015-11-20Bug [#1779]. Better Unicode input support on Windows systems.Sam Hocevar1-25/+48
2015-11-02Updates for 3.6.2.Neil1-2/+2
2015-09-26RTTI is a part of standard C++ so don't turn it off.Neil1-1/+1
2015-09-25Replace reinterpret_cast with static_cast where possible.Neil2-45/+45
2015-09-25Remove null occurrences of reinterpret_cast which just converted HDC to HDC.Neil1-15/+15
2015-09-22Support using Visual C++ 2015 to target Windows XP.Neil1-2/+7
2015-09-10Updates for 3.6.1.johnsonj1-2/+2
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-30Updated header dependencies to include Sci_Position.h and Position.h.Neil2-356/+554
2015-07-29Update version numbers and dates for 3.6.0 release.Neil1-2/+2
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-16Cast for 64-bit warning with Visual C++ 2015.Neil1-1/+1
2015-07-14Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,Neil1-3/+18
2015-07-04Closer correspondence between return type of *WndProc and Win32 definition.Neil1-9/+9
2015-06-24Simplify text measurement and drawing by removing segmentation and failureNeil1-88/+25
2015-06-19Updates for release 3.5.7.Neil1-2/+2
2014-01-20Fix typos in comments (win32)Stefan Weil2-4/+4
2015-05-22Updates for 3.5.6.Neil1-2/+2
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-05-13Bug [#1703]. Fix bug when drawing text margins in buffered mode which would useNeil1-2/+7
2015-04-21Fix link error when SCI_NAMESPACE used.Neil1-1/+4
2015-04-14Getting ready for 3.5.5 release.Neil1-2/+2
2015-04-10Allow (null) use of KEYSUNICODE API when built to include deprecated features.Neil1-0/+2