Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-03 | Make work with older compilers. | Neil | 1 | -1/+4 | |
2013-07-03 | Avoid using results from failed calls. | nyamatongwe | 1 | -2/+7 | |
2013-07-03 | Hide deprecation warning for GetVersionEx. | nyamatongwe | 1 | -0/+10 | |
2013-07-03 | Avoid using results from failed calls. | nyamatongwe | 1 | -9/+12 | |
2013-07-01 | Added CharacterCategory. | Neil | 3 | -260/+269 | |
2013-06-29 | Removed checks for Digital Mars C++. The checks were old so updates (or ↵ | Neil | 1 | -13/+0 | |
using Platform SDK headers) should have fixed the missing header and library. No one on the mailing list appears to be using DMC. | |||||
2013-06-05 | Make method static as it does not use instance variables. | nyamatongwe | 1 | -2/+2 | |
2013-06-05 | Enable EnsureRenderTarget and DropRenderTarget only when Direct2D available. | nyamatongwe | 1 | -4/+8 | |
2013-05-27 | Updated version numbers, date, and change log for 3.3.3. | nyamatongwe | 1 | -2/+2 | |
2013-05-26 | Switch SelectionText to use a std::string to hold the data and to provide ↵ | nyamatongwe | 1 | -13/+20 | |
accessors to this data. Add a length argument to DropAt, although previous signature still available. | |||||
2013-05-24 | Made methods const where they can be and are logically const as well. | nyamatongwe | 1 | -5/+5 | |
2013-05-23 | Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ↵ | nyamatongwe | 1 | -0/+3 | |
language. from Pavel Bulochkin | |||||
2013-05-16 | Updates for 3.3.2. | nyamatongwe | 1 | -2/+2 | |
2013-05-08 | Partial fix for compiling Direct2D code with MinGW-w64. | nyamatongwe | 2 | -18/+41 | |
Also needs changes to GUID code and the pixel format in InitPixMap but the correct code for those issues is less certain. | |||||
2013-05-07 | Replace X.data() with &X[0] to allow building with old releases of Visual C++. | nyamatongwe | 2 | -13/+13 | |
2013-05-05 | Since new throws an exception on failure, remove testing of result. | nyamatongwe | 1 | -5/+3 | |
2013-05-05 | Removing support for Visual C++ 2005 and 6.0. | nyamatongwe | 1 | -543/+0 | |
2013-05-04 | Replacing raw pointers and allocations for list box with std::vector. | nyamatongwe | 1 | -94/+25 | |
2013-05-01 | Removed SVector.h and all references as it is no longer used. | nyamatongwe | 2 | -20/+20 | |
2013-05-01 | Replacing raw pointers and allocations with std::vector and std::string. | nyamatongwe | 1 | -53/+36 | |
2013-05-01 | Replacing raw pointer and allocation with std::vector. | nyamatongwe | 1 | -4/+2 | |
2013-04-25 | Fix Direct2D drawing when returning from lock screen. | nyamatongwe | 1 | -9/+13 | |
2013-04-25 | Extracted common code from branches. | nyamatongwe | 1 | -6/+3 | |
2013-04-24 | Cosmetic: remove line-end whitespace. | nyamatongwe | 2 | -13/+13 | |
2013-04-17 | Allow Asian code pages to work for DirectWrite when using SC_CHARSET_DEFAULT. | nyamatongwe | 1 | -1/+1 | |
2013-04-14 | Add analyze target for clang --analyze. | nyamatongwe | 1 | -1/+4 | |
2013-04-10 | Minimized code for SetLineSpacing change. | nyamatongwe | 1 | -6/+1 | |
2013-04-09 | With DirectWrite, text was drawn at different vertical positions depending ↵ | nyamatongwe | 1 | -0/+6 | |
on which other characters were draw in the same call. Switching to DWRITE_LINE_SPACING_METHOD_UNIFORM fixed this. | |||||
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 | |