aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2012-07-16Reenable building for Windows NT 4 on NT 4.nyamatongwe3-2/+19
2012-07-11Updates for next release 3.2.1.nyamatongwe1-2/+2
2012-07-10Avoid warnings from Visual Studio Code Analysis for unchecked values and anyamatongwe2-53/+57
loop with unclear termination.
2012-07-02Implement clipped text drawing on Direct2D. This will improve drawing ofnyamatongwe1-1/+9
text blobs and block carets. From Marko Njezic.
2012-05-29Updates for 3.2.0.nyamatongwe1-2/+2
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-16Automating changing version numbers in resource files and documentation.nyamatongwe1-4/+7
2012-05-10Lexer added for Visual Prolog. Feature #3523018.nyamatongwe2-0/+6
From Thomas Linder Puls.
2012-05-09OScript lexer by Ferdinand Prantl added. Feature #3523018.nyamatongwe2-0/+6
2012-05-08Add some casts to avoid narrowing warnings from g++ 4.7.nyamatongwe1-9/+11
2012-05-08For high DPI modes use explicit 96 DPI scaling for Direct2D to avoid doublenyamatongwe1-2/+2
scaling and mouse clicks selecting text further in buffer.
2012-05-05Add some casts to avoid narrowing warnings from g++ 4.7.nyamatongwe1-2/+2
2012-04-16Preparing 3.1.0 release.nyamatongwe1-4/+4
2012-04-02Turn on multi-process compilation.nyamatongwe1-2/+1
2012-03-03Updates for 3.0.4.nyamatongwe1-4/+4
2012-02-29Bug #3495791. Create auxiliary surfaces on Direct2D without alpha channel, asMarko Njezic1-1/+4
no underlying code expects them to be transparent. This will make text drawing use the same anti-aliasing mode no matter if using buffered mode or not.
2012-03-01Fix unsafe typecast. Bug #3495966.Marko Njezic1-1/+1
2012-03-03Bug #3494744. Implement InternalLeading() method on Direct2D. This will ↵nyamatongwe1-6/+20
improve drawing of text blobs and dimensioning of call tips. From Marko Njezic.
2012-03-01Bug #3494492. Prevent AlphaRectangle() from drawing blurry rectangle under ↵nyamatongwe1-11/+22
Direct2D. From Marko Njezic.
2012-03-01Bug #3494492. Change aveCharWidth in FontMeasurements to actually storenyamatongwe1-2/+2
fractional width. This change complements change set 3994. Make WidthText() and AverageCharWidth() actually return fractional widths under Direct2D. From Marko Njezic.
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
fractional coordinates.
2012-02-18Bug #3487397. Reduce time spent in idling before allowing paint from 200nyamatongwe1-1/+2
to 50 milliseconds to make interaction less laggy.
2012-02-18Lexer added for ECL language. Feature #3488209.nyamatongwe2-0/+6
2012-02-10Bug #3484416. Modify how scroll bars are hidden in order not tonyamatongwe1-5/+3
interfere with dwelling. From Marko Njezic.
2012-01-28Updates for 3.0.3.nyamatongwe1-5/+5
2012-01-24Fix a bug where the selection margin was black when starting in wrap mode.nyamatongwe1-0/+3
2012-01-23Lexer for AviSynth from Bruno Barbieri. Feature #3475611.nyamatongwe2-0/+6
2011-12-30Returned to paint handling from before cange set 3983 as this change failednyamatongwe1-21/+18
to always draw the tab bar and output pane in SciTE.
2011-12-22Avoid BeginPaint/EndPaint for Direct2D as that draws more reliably withnyamatongwe1-18/+21
less corruption.
2011-12-22Lexer for the Take Command / TCC scripting language. Feature #3462462.nyamatongwe2-0/+6
From Rex Conn.
2011-12-13Allow fractional pixel size return.nyamatongwe1-1/+1
2011-12-01Updated version numbers.nyamatongwe1-4/+4
2011-11-29Feature #3436256. Lexer for CoffeeScript from Eric Promislownyamatongwe2-0/+6
of ActiveState.
2011-11-26Defer dropping the render target until after painting has finished tonyamatongwe1-1/+13
avoid accessing a released render target.
2011-11-17::GetCursorPos failure with screen saver handled. Bug #3438780.nyamatongwe1-10/+11
From Thomas Linder Puls.
2011-11-17Include system header needed by VS2005 for ceil function.nyamatongwe1-0/+1
From Greg Smith.
2011-11-14Dont try to use Direct2D with very old versions of Visual C++ as itnyamatongwe2-2/+2
is unlikely to be available.
2011-11-14Removed warning suppression that had been included for Visual C++ 6.0.nyamatongwe1-4/+0
2011-11-13Preparing for 3.0.1 release.nyamatongwe1-4/+4
2011-11-07Switch to Unicode call when copying font to match font creation.nyamatongwe1-2/+2
2011-11-07Fix size of font in IME.nyamatongwe1-1/+1
2011-11-05Fix failure to draw Polygons. Bug #3433558.nyamatongwe1-1/+6
Was interpreting floating point values as integers.
2011-10-31When using GDI, make a copy of the font for use in autocompletionsnyamatongwe1-11/+14
so it doesn't get deleted and so use the default font.
2011-10-27Updates for version 3.0.0.nyamatongwe1-4/+4
2011-10-10Removing -Wno-strict-overflow as gcc no longer produces uselessnyamatongwe1-1/+1
overflow warnings.
2011-10-10Fix build problems with Mingw gcc 4.6.1.nyamatongwe1-2/+2
The -mno-cygwin and --relocatable options are no longer supported.
2011-09-25Palette support removed.nyamatongwe2-202/+52