aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-22Implement VK_HANJA for Korean on Windows.Neil1-2/+133
2015-01-13Using size_t instead of unsigned int for conversions to UTF16 for 64-bitNeil1-11/+11
2015-01-11Support removed for Windows 95, 98, and ME.Neil1-51/+16
2015-01-10On Windows GDI, assume font names are encoded in UTF-8 and use wide characterNeil1-5/+7
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-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-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-09-03Added SC_TECHNOLOGY_DIRECTWRITERETAIN mode.Neil1-4/+8
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-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-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.Neil1-0/+3
2014-06-01Bug [#1604]. Fix drawing of indicators when fold highlighting is on by moreNeil1-21/+29
2014-05-31Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows.Neil1-5/+11
2014-05-26Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.Neil1-5/+11
2014-05-24Header include statements are now in a standardised order with that orderNeil1-11/+12
2014-05-24Avoid a runtime warning from Dr. Memory.Neil1-0/+1
2014-05-10Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window.Neil1-2/+72
2014-05-03Replacing the int-based constructors for Point and PRectangle with FromIntsNeil1-9/+13
2014-05-03Turn on MSVC 'possible loss of data' warnings and add explicit casts.Neil1-29/+29
2014-05-03Fix assertion that was broken by undefined behaviour fix.Neil1-1/+1
2014-05-02Use exact SciFnDirect function signature for DirectFunction as earlier versionNeil1-3/+3
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil1-44/+5
2014-04-25Free system libraries at finalization.Neil1-1/+8
2014-04-16Allow filtering of insertions.Neil1-4/+4
2014-03-25Bug [#1587]. WM_LBUTTONDBLCLK was no longer sent to window.Neil1-4/+4
2014-02-14Fix potential failure if FormatEnumerator_Next called with celt>1.Neil1-14/+10
2014-01-21Using ELEMENTS for clarity and safety.Neil1-4/+4
2014-01-13Update the system caret position when scrolling to help screen readersNeil1-0/+1
2014-01-12Remove old workarounds for system headers missing elements.Neil1-25/+2
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-2/+3
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-3/+3
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-4/+4
2013-11-11When Direct2D returns D2DERR_RECREATE_TARGET handle by complete redraw insteadNeil1-13/+10
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil1-0/+1
2013-09-10Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...Neil1-2/+1
2013-08-15Feature: [feature-requests:#1007]. Option to allow mouse selection toNeil1-1/+4