aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Replacing raw pointers and allocations with std::vector and std::string.nyamatongwe1-53/+36
2013-05-01Replacing raw pointer and allocation with std::vector.nyamatongwe1-4/+2
2013-04-25Fix Direct2D drawing when returning from lock screen.nyamatongwe1-9/+13
2013-04-25Extracted common code from branches.nyamatongwe1-6/+3
2013-04-24Cosmetic: remove line-end whitespace.nyamatongwe1-2/+2
2013-04-17Allow Asian code pages to work for DirectWrite when using SC_CHARSET_DEFAULT.nyamatongwe1-1/+1
2013-04-05Using character set for DirectWrite text so that Russian and similarnyamatongwe1-17/+26
2013-03-24Extra cast to avoid warning from g++ 4.8.nyamatongwe1-1/+1
2012-07-18Check GlobalLock return for success.nyamatongwe1-21/+23
2012-07-17Remove debug statements.nyamatongwe1-5/+0
2012-07-17Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicatenyamatongwe1-1/+1
2012-07-17MultiMon.h can cause multiple definition problems when Scintilla is staticall...nyamatongwe1-4/+2
2012-07-16Reenable building for Windows NT 4 on NT 4.nyamatongwe1-1/+5
2012-07-10Avoid warnings from Visual Studio Code Analysis for unchecked values and anyamatongwe1-1/+2
2012-05-08For high DPI modes use explicit 96 DPI scaling for Direct2D to avoid doublenyamatongwe1-2/+2
2012-05-05Add some casts to avoid narrowing warnings from g++ 4.7.nyamatongwe1-2/+2
2012-02-18Bug #3487397. Reduce time spent in idling before allowing paint from 200nyamatongwe1-1/+2
2012-02-10Bug #3484416. Modify how scroll bars are hidden in order not tonyamatongwe1-5/+3
2012-01-24Fix a bug where the selection margin was black when starting in wrap mode.nyamatongwe1-0/+3
2011-12-30Returned to paint handling from before cange set 3983 as this change failednyamatongwe1-21/+18
2011-12-22Avoid BeginPaint/EndPaint for Direct2D as that draws more reliably withnyamatongwe1-18/+21
2011-11-26Defer dropping the render target until after painting has finished tonyamatongwe1-1/+13
2011-11-17::GetCursorPos failure with screen saver handled. Bug #3438780.nyamatongwe1-10/+11
2011-11-14Dont try to use Direct2D with very old versions of Visual C++ as itnyamatongwe1-1/+1
2011-11-07Fix size of font in IME.nyamatongwe1-1/+1
2011-09-25Palette support removed.nyamatongwe1-33/+0
2011-09-24Mingw32 doesn't have Direct2D or DirectWrite headers so turn off usenyamatongwe1-0/+30
2011-09-09Merge with main repository.nyamatongwe1-34/+146
2011-09-04Autocompletion lists respond to mouse wheel events. Feature #3403600.nyamatongwe1-0/+7
2011-08-11Fix bugs in calltip and autocompletion with technology choice.nyamatongwe1-9/+14
2011-08-11Parallel stacks for GDI and DirectWrite works.nyamatongwe1-15/+27
2011-08-11Implemented parallel stacks for GDI and DirectWrite. GDI worksnyamatongwe1-20/+33
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe1-1/+11
2011-08-07Ensure deallocation.nyamatongwe1-0/+1
2011-08-07Dynamically loading Direct2D and DirectWrite at run time so can run on Window...nyamatongwe1-26/+3
2011-08-07Implement APIs for fractional font sizes and a range of weights.nyamatongwe1-4/+4
2011-08-01Experimental Direct2D and DirectWrite platform layer.nyamatongwe1-12/+106
2011-06-25Add casts to avoid warnings from SDK 64-bit compiler.nyamatongwe1-17/+29
2011-06-25Initial implementation of RGBA images.nyamatongwe1-0/+1
2011-06-13Added Identifier property.nyamatongwe1-17/+28
2011-01-17Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.jrxx1-1/+1
2011-01-03Right click cancels autocompletion and sets focus. Bug #3144531.nyamatongwe1-1/+4
2010-12-14NUL terminate strings for characters typed. Helps receivers of SCN_MACRORECORD.nyamatongwe1-0/+1
2010-12-11Make multiple selection multi-paste work when multi-type is off. Bug #3126221.nyamatongwe1-1/+1
2010-11-10Remove support for Borland C++.nyamatongwe1-4/+2
2010-10-06Feature request #3079784 Use system caret blink time on Windowsnyamatongwe1-0/+4
2010-08-24Mouse button down claims focus early so that container notifications can swit...nyamatongwe1-1/+1
2010-08-05Case insensitive search in DBCS and faster processing of DBCS.nyamatongwe1-3/+55
2010-07-13Platform files changed for new lexer design.nyamatongwe1-5/+4
2010-06-24Protect against bad UTF-8 when case folding.nyamatongwe1-0/+6