Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-02 | Turn on multi-process compilation. | nyamatongwe | 1 | -2/+1 | |
2012-03-03 | Updates for 3.0.4. | nyamatongwe | 1 | -4/+4 | |
2012-02-29 | Bug #3495791. Create auxiliary surfaces on Direct2D without alpha channel, as | Marko Njezic | 1 | -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-01 | Fix unsafe typecast. Bug #3495966. | Marko Njezic | 1 | -1/+1 | |
2012-03-03 | Bug #3494744. Implement InternalLeading() method on Direct2D. This will ↵ | nyamatongwe | 1 | -6/+20 | |
improve drawing of text blobs and dimensioning of call tips. From Marko Njezic. | |||||
2012-03-01 | Bug #3494492. Prevent AlphaRectangle() from drawing blurry rectangle under ↵ | nyamatongwe | 1 | -11/+22 | |
Direct2D. From Marko Njezic. | |||||
2012-03-01 | Bug #3494492. Change aveCharWidth in FontMeasurements to actually store | nyamatongwe | 1 | -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-01 | Remove duplicated code. Bug #3494492. From Marko Njezic. | nyamatongwe | 1 | -1/+0 | |
2012-02-29 | Bug #3494202. Fix blurry RGBA markers on Direct2D when centring caused | nyamatongwe | 1 | -4/+4 | |
fractional coordinates. | |||||
2012-02-18 | Bug #3487397. Reduce time spent in idling before allowing paint from 200 | nyamatongwe | 1 | -1/+2 | |
to 50 milliseconds to make interaction less laggy. | |||||
2012-02-18 | Lexer added for ECL language. Feature #3488209. | nyamatongwe | 2 | -0/+6 | |
2012-02-10 | Bug #3484416. Modify how scroll bars are hidden in order not to | nyamatongwe | 1 | -5/+3 | |
interfere with dwelling. From Marko Njezic. | |||||
2012-01-28 | Updates for 3.0.3.rel-3-0-3 | nyamatongwe | 1 | -5/+5 | |
2012-01-24 | Fix a bug where the selection margin was black when starting in wrap mode. | nyamatongwe | 1 | -0/+3 | |
2012-01-23 | Lexer for AviSynth from Bruno Barbieri. Feature #3475611. | nyamatongwe | 2 | -0/+6 | |
2011-12-30 | Returned to paint handling from before cange set 3983 as this change failed | nyamatongwe | 1 | -21/+18 | |
to always draw the tab bar and output pane in SciTE. | |||||
2011-12-22 | Avoid BeginPaint/EndPaint for Direct2D as that draws more reliably with | nyamatongwe | 1 | -18/+21 | |
less corruption. | |||||
2011-12-22 | Lexer for the Take Command / TCC scripting language. Feature #3462462. | nyamatongwe | 2 | -0/+6 | |
From Rex Conn. | |||||
2011-12-13 | Allow fractional pixel size return. | nyamatongwe | 1 | -1/+1 | |
2011-12-01 | Updated version numbers. | nyamatongwe | 1 | -4/+4 | |
2011-11-29 | Feature #3436256. Lexer for CoffeeScript from Eric Promislow | nyamatongwe | 2 | -0/+6 | |
of ActiveState. | |||||
2011-11-26 | Defer dropping the render target until after painting has finished to | nyamatongwe | 1 | -1/+13 | |
avoid accessing a released render target. | |||||
2011-11-17 | ::GetCursorPos failure with screen saver handled. Bug #3438780. | nyamatongwe | 1 | -10/+11 | |
From Thomas Linder Puls. | |||||
2011-11-17 | Include system header needed by VS2005 for ceil function. | nyamatongwe | 1 | -0/+1 | |
From Greg Smith. | |||||
2011-11-14 | Dont try to use Direct2D with very old versions of Visual C++ as it | nyamatongwe | 2 | -2/+2 | |
is unlikely to be available. | |||||
2011-11-14 | Removed warning suppression that had been included for Visual C++ 6.0. | nyamatongwe | 1 | -4/+0 | |
2011-11-13 | Preparing for 3.0.1 release. | nyamatongwe | 1 | -4/+4 | |
2011-11-07 | Switch to Unicode call when copying font to match font creation. | nyamatongwe | 1 | -2/+2 | |
2011-11-07 | Fix size of font in IME. | nyamatongwe | 1 | -1/+1 | |
2011-11-05 | Fix failure to draw Polygons. Bug #3433558. | nyamatongwe | 1 | -1/+6 | |
Was interpreting floating point values as integers. | |||||
2011-10-31 | When using GDI, make a copy of the font for use in autocompletionsrel-3-0-0 | nyamatongwe | 1 | -11/+14 | |
so it doesn't get deleted and so use the default font. | |||||
2011-10-27 | Updates for version 3.0.0. | nyamatongwe | 1 | -4/+4 | |
2011-10-10 | Removing -Wno-strict-overflow as gcc no longer produces useless | nyamatongwe | 1 | -1/+1 | |
overflow warnings. | |||||
2011-10-10 | Fix build problems with Mingw gcc 4.6.1. | nyamatongwe | 1 | -2/+2 | |
The -mno-cygwin and --relocatable options are no longer supported. | |||||
2011-09-25 | Palette support removed. | nyamatongwe | 2 | -202/+52 | |
2011-09-25 | Allow choice of D2D on compiler command line. | nyamatongwe | 1 | -1/+1 | |
2011-09-24 | Mingw32 doesn't have Direct2D or DirectWrite headers so turn off use | nyamatongwe | 3 | -4/+74 | |
of these libraries except when compiling with Visual C++. | |||||
2011-09-24 | Merged fractional text positioning branch. | nyamatongwe | 3 | -218/+1189 | |
2011-09-10 | Make compatible with VC98's version of the SDK. | nyamatongwe | 1 | -1/+1 | |
2011-09-09 | Merge with main repository. | nyamatongwe | 3 | -218/+1189 | |
2011-09-06 | Updating for 2.29 release. | nyamatongwe | 1 | -4/+4 | |
2011-09-04 | Autocompletion lists respond to mouse wheel events. Feature #3403600. | nyamatongwe | 2 | -1/+38 | |
From David Wolfendale. | |||||
2011-08-11 | Fix bugs in calltip and autocompletion with technology choice. | nyamatongwe | 2 | -51/+43 | |
Simplified Direct2D code. | |||||
2011-08-11 | Parallel stacks for GDI and DirectWrite works. | nyamatongwe | 2 | -30/+49 | |
2011-08-11 | Implemented parallel stacks for GDI and DirectWrite. GDI works | nyamatongwe | 2 | -120/+808 | |
but DirectWrite does not draw well and eventuall crashes. | |||||
2011-08-10 | Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite | nyamatongwe | 2 | -39/+50 | |
to run at the same time for different windows and operations. | |||||
2011-08-10 | Implemented text quality parameter. | nyamatongwe | 1 | -5/+25 | |
2011-08-10 | Using safe sizes for ascent and descent which work for tallest characters. | nyamatongwe | 1 | -87/+37 | |
Fix HFONT conversion for use in autocompletion lists. | |||||
2011-08-08 | Removed old code. | nyamatongwe | 1 | -15/+0 | |
2011-08-08 | Make compile in narrow mode. | nyamatongwe | 1 | -1/+1 | |