aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2015-02-23Fix non-BMP character entry through the inline IME.Neil1-19/+16
2015-02-22Avoid warnings about uninitialised field.Neil1-1/+1
2015-02-22Implement VK_HANJA for Korean on Windows.Neil6-7/+294
2015-02-11Add the OLEAUT32 library as it will be needed for BSTR support.Neil2-2/+2
2015-01-14Preparing for version 3.5.3.Neil1-2/+2
2015-01-13Using size_t instead of unsigned int for conversions to UTF16 for 64-bitNeil2-13/+13
2015-01-11Support removed for Windows 95, 98, and ME.Neil3-94/+22
2015-01-10On Windows GDI, assume font names are encoded in UTF-8 and use wide characterNeil2-13/+19
2015-01-07Avoid warning from cppcheck about leaking handle.Neil1-0/+1
2015-01-05Allocate is only called when no handle in constructor so assert that to avoidNeil1-0/+1
2015-01-05Check for non-NULL render target and avoid Coverity warning.Neil1-1/+1
2014-12-20Don't use bad value after failed call.Neil1-4/+8
2014-12-20Check for failure of SystemParametersInfo.Neil1-8/+9
2014-12-09Feature [feature-requests:#1091]. Lexer for Motorola S-Record.Neil1-0/+3
2014-12-05Extract FillVirtualSpace so it is not repeated and can be made less complex inNeil1-4/+1
2014-12-05Using indicators for inline IME.Neil1-61/+157
2014-11-29Updates for 3.5.2 release.Neil1-2/+2
2014-11-24SC_TECHNOLOGY_DIRECTWRITEDC is another provisional mode for DirectWrite drawingNeil1-13/+46
2014-11-19Bug [#1670]. Avoid processing mouse move events where the mouse has not movedNeil1-6/+13
2014-11-13Bug [#1643]. Only show system caret for GDI as it interferes with Direct2D.Neil1-1/+4
2014-10-16Bug [#1666]. Include <stdexcept> due to report of a problem with compilingNeil1-0/+1
2014-10-07Feature [feature-requests:#1077]. Support MinGW compilation under Linux.Neil1-3/+9
2014-10-07Removing old CVS artifacts.Neil1-3/+0
2014-10-07Trace failures to flush when drawing bitmaps in Direct2D.Neil1-1/+4
2014-10-07Feature [feature-requests:#1080]. Allow right click selection in popup menu.Neil1-1/+1
2014-10-02Allow using C++11 <regex> for searches as a provisional feature.Neil2-1/+9
2014-09-25Updating for 3.5.1.Neil1-2/+2
2014-09-03Added SC_TECHNOLOGY_DIRECTWRITERETAIN mode.Neil1-4/+8
2014-09-03Feature [feature-requests:#1071]. BibTeX lexer added.Neil1-0/+3
2014-08-19Bug [#1636]. Support Visual Studio 2010+ line copy clipboard tag.Neil1-2/+6
2014-08-18Bug [#1639]. Only unregister windows classes registered.Neil1-6/+23
2014-08-09Added lexer for registry files.Neil1-0/+3
2014-08-09Getting ready to release 3.5.0.Neil1-2/+2
2014-08-08Stop using last argument to AddCharUTF from Korean IME code as previus releaseNeil1-5/+3
2014-07-30Removed NotifyChar tha is not needed from new Korean IME code and use correctNeil1-6/+2
2014-07-24Using separate variable imeCaretBlockOverride for IME mode instead of changingNeil1-14/+3
2014-07-23Avoid shadowed names mostly in method prototypes. Turn off shadowNeil1-4/+4
2014-07-23Limit and simplify variable lifetimes used in the IME code.Neil1-8/+4
2014-07-19Move Korean IME inside window and make undo work correctly without undoing intojohnsonj1-2/+133
2014-07-15Implement separate timers for each type of periodic activity and turn them on...Neil Hodgson1-19/+46
2014-07-10When losing focus, complete any IME composition.Neil1-0/+6
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil4-195/+642
2014-06-30Making ready for 3.4.4.Neil1-2/+2
2014-06-01Bug [#1604]. Fix drawing of indicators when fold highlighting is on by moreNeil1-21/+29
2014-05-31Use standard macro of C++ compiler CXX. Remove definitions that are not needed.Neil1-10/+8
2014-05-31Compatibility with makefile conventions: use CXX for C++ compiler and CC forNeil1-9/+8
2014-05-31Don't repeat file names that are used for both Scintilla.DLL and SciLexer.DLL.Neil1-31/+9
2014-05-31Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows.Neil4-32/+40
2014-05-26Updates for 3.4.3 release.rel-3-4-3Neil1-2/+2
2014-05-26Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.Neil3-30/+38