Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-09 | Updating for 3.3.1. | nyamatongwe | 1 | -2/+2 | |
2013-04-05 | Replacing system calls for determining DBCS character width with own ↵ | nyamatongwe | 1 | -4/+32 | |
implementation to be same as other platforms and allow optimization. | |||||
2013-04-05 | Using character set for DirectWrite text so that Russian and similar | nyamatongwe | 2 | -29/+60 | |
8-bit files display correctly. | |||||
2013-04-01 | Variables not reused so should not be static. | nyamatongwe | 1 | -4/+2 | |
2013-03-27 | Updates for version 3.3.0. | nyamatongwe | 1 | -2/+2 | |
2013-03-24 | Extra cast to avoid warning from g++ 4.8. | nyamatongwe | 1 | -1/+1 | |
2013-02-22 | Prepare for 3.2.5. | nyamatongwe | 1 | -2/+2 | |
2013-01-27 | Check result from CreateDCRenderTarget. | nyamatongwe | 1 | -13/+15 | |
2013-01-27 | Disallow copying VarBuffer objects to ensure memory is managed correctly. | nyamatongwe | 1 | -0/+3 | |
2013-01-11 | Prepare for 3.2.4. | nyamatongwe | 1 | -2/+2 | |
2013-01-11 | Feature: [#970]. Latex folding and better syntax highlighting. | nyamatongwe | 2 | -0/+6 | |
From G. Hu. | |||||
2012-10-17 | Incrementing version number for 3.2.3. | nyamatongwe | 1 | -2/+2 | |
2012-10-04 | Only look for D2D1.DLL and DWRITE.DLL in %windows%\system32 to avoid | nyamatongwe | 1 | -2/+2 | |
malware loading from directory near front of DLL search path. From Mat Berchtold. | |||||
2012-09-13 | Move PO lexer out of LexOthers | Colomban Wendling | 2 | -0/+6 | |
2012-08-27 | Incrementing version number for 3.2.2. | nyamatongwe | 1 | -2/+2 | |
2012-07-21 | Add extra argument to RGBAImage constructor. | Neil Hodgson | 1 | -1/+1 | |
2012-07-18 | Check GlobalLock return for success. | nyamatongwe | 1 | -21/+23 | |
2012-07-17 | Remove debug statements. | nyamatongwe | 1 | -5/+0 | |
2012-07-17 | Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicate | nyamatongwe | 4 | -2/+10 | |
a recent SDK and allow disabling Direct2D by defining DISABLE_D2D. Run a test compile of a file that includes these headers and use compilation failure to disable Direct2D. | |||||
2012-07-17 | Avoid loss of precision warnings from Borland. | nyamatongwe | 1 | -4/+4 | |
2012-07-17 | MultiMon.h can cause multiple definition problems when Scintilla is ↵ | nyamatongwe | 3 | -63/+69 | |
statically linked. Avoid these issues and ensure compatibility with NT 4 by not including MultiMon.h and dynamically linking to the monitor APIs when available. If not available use the single monitor work area to define the available area. | |||||
2012-07-16 | More Windows NT 4. | nyamatongwe | 1 | -1/+1 | |
2012-07-16 | Reenable building for Windows NT 4 on NT 4. | nyamatongwe | 3 | -2/+19 | |
2012-07-11 | Updates for next release 3.2.1. | nyamatongwe | 1 | -2/+2 | |
2012-07-10 | Avoid warnings from Visual Studio Code Analysis for unchecked values and a | nyamatongwe | 2 | -53/+57 | |
loop with unclear termination. | |||||
2012-07-02 | Implement clipped text drawing on Direct2D. This will improve drawing of | nyamatongwe | 1 | -1/+9 | |
text blobs and block carets. From Marko Njezic. | |||||
2012-05-29 | Updates for 3.2.0. | nyamatongwe | 1 | -2/+2 | |
2012-05-26 | Fix for IME input sometimes causing horizontal jumps. Bug #3529728 | nyamatongwe | 1 | -0/+2 | |
2012-05-19 | Remove old, experimental code. | nyamatongwe | 1 | -8/+0 | |
2012-05-19 | Free text layout after drawing text. | nyamatongwe | 1 | -0/+1 | |
2012-05-16 | Automating changing version numbers in resource files and documentation. | nyamatongwe | 1 | -4/+7 | |
2012-05-10 | Lexer added for Visual Prolog. Feature #3523018. | nyamatongwe | 2 | -0/+6 | |
From Thomas Linder Puls. | |||||
2012-05-09 | OScript lexer by Ferdinand Prantl added. Feature #3523018. | nyamatongwe | 2 | -0/+6 | |
2012-05-08 | Add some casts to avoid narrowing warnings from g++ 4.7. | nyamatongwe | 1 | -9/+11 | |
2012-05-08 | For high DPI modes use explicit 96 DPI scaling for Direct2D to avoid double | nyamatongwe | 1 | -2/+2 | |
scaling and mouse clicks selecting text further in buffer. | |||||
2012-05-05 | Add some casts to avoid narrowing warnings from g++ 4.7. | nyamatongwe | 1 | -2/+2 | |
2012-04-16 | Preparing 3.1.0 release. | nyamatongwe | 1 | -4/+4 | |
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. | nyamatongwe | 1 | -5/+5 | |