aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Make work with older compilers.Neil1-1/+4
2013-07-03Hide deprecation warning for GetVersionEx.nyamatongwe1-0/+10
2013-07-03Avoid using results from failed calls.nyamatongwe1-9/+12
2013-06-05Make method static as it does not use instance variables.nyamatongwe1-2/+2
2013-05-08Partial fix for compiling Direct2D code with MinGW-w64.nyamatongwe1-10/+11
2013-05-07Replace X.data() with &X[0] to allow building with old releases of Visual C++.nyamatongwe1-1/+1
2013-05-05Since new throws an exception on failure, remove testing of result.nyamatongwe1-5/+3
2013-05-04Replacing raw pointers and allocations for list box with std::vector.nyamatongwe1-94/+25
2013-04-24Cosmetic: remove line-end whitespace.nyamatongwe1-11/+11
2013-04-10Minimized code for SetLineSpacing change.nyamatongwe1-6/+1
2013-04-09With DirectWrite, text was drawn at different vertical positions depending on...nyamatongwe1-0/+6
2013-04-05Replacing system calls for determining DBCS character width with own implemen...nyamatongwe1-4/+32
2013-04-05Using character set for DirectWrite text so that Russian and similarnyamatongwe1-12/+34
2013-04-01Variables not reused so should not be static.nyamatongwe1-4/+2
2013-01-27Check result from CreateDCRenderTarget.nyamatongwe1-13/+15
2013-01-27Disallow copying VarBuffer objects to ensure memory is managed correctly.nyamatongwe1-0/+3
2012-10-04Only look for D2D1.DLL and DWRITE.DLL in %windows%\system32 to avoidnyamatongwe1-2/+2
2012-07-21Add extra argument to RGBAImage constructor.Neil Hodgson1-1/+1
2012-07-17Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicatenyamatongwe1-1/+1
2012-07-17Avoid loss of precision warnings from Borland.nyamatongwe1-4/+4
2012-07-17MultiMon.h can cause multiple definition problems when Scintilla is staticall...nyamatongwe1-49/+66
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-52/+55
2012-07-02Implement clipped text drawing on Direct2D. This will improve drawing ofnyamatongwe1-1/+9
2012-05-26Fix for IME input sometimes causing horizontal jumps. Bug #3529728nyamatongwe1-0/+2
2012-05-19Remove old, experimental code.nyamatongwe1-8/+0
2012-05-19Free text layout after drawing text.nyamatongwe1-0/+1
2012-05-08Add some casts to avoid narrowing warnings from g++ 4.7.nyamatongwe1-9/+11
2012-02-29Bug #3495791. Create auxiliary surfaces on Direct2D without alpha channel, asMarko Njezic1-1/+4
2012-03-01Fix unsafe typecast. Bug #3495966.Marko Njezic1-1/+1
2012-03-03Bug #3494744. Implement InternalLeading() method on Direct2D. This will impro...nyamatongwe1-6/+20
2012-03-01Bug #3494492. Prevent AlphaRectangle() from drawing blurry rectangle under Di...nyamatongwe1-11/+22
2012-03-01Bug #3494492. Change aveCharWidth in FontMeasurements to actually storenyamatongwe1-2/+2
2012-03-01Remove duplicated code. Bug #3494492. From Marko Njezic.nyamatongwe1-1/+0
2012-02-29Bug #3494202. Fix blurry RGBA markers on Direct2D when centring causednyamatongwe1-4/+4
2011-12-13Allow fractional pixel size return.nyamatongwe1-1/+1
2011-11-17Include system header needed by VS2005 for ceil function.nyamatongwe1-0/+1
2011-11-14Dont try to use Direct2D with very old versions of Visual C++ as itnyamatongwe1-1/+1
2011-11-14Removed warning suppression that had been included for Visual C++ 6.0.nyamatongwe1-4/+0
2011-11-07Switch to Unicode call when copying font to match font creation.nyamatongwe1-2/+2
2011-11-05Fix failure to draw Polygons. Bug #3433558.nyamatongwe1-1/+6
2011-10-31When using GDI, make a copy of the font for use in autocompletionsnyamatongwe1-11/+14
2011-09-25Palette support removed.nyamatongwe1-169/+52
2011-09-24Mingw32 doesn't have Direct2D or DirectWrite headers so turn off usenyamatongwe1-4/+41
2011-09-24Merged fractional text positioning branch.nyamatongwe1-184/+1030
2011-09-10Make compatible with VC98's version of the SDK.nyamatongwe1-1/+1
2011-09-09Merge with main repository.nyamatongwe1-1/+31
2011-09-04Autocompletion lists respond to mouse wheel events. Feature #3403600.nyamatongwe1-1/+31
2011-08-11Fix bugs in calltip and autocompletion with technology choice.nyamatongwe1-42/+29
2011-08-11Parallel stacks for GDI and DirectWrite works.nyamatongwe1-15/+22