diff options
author | Neil <nyamatongwe@gmail.com> | 2014-09-03 11:25:38 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-09-03 11:25:38 +1000 |
commit | b42a204c6cea47b0bee61c4015d44f59f4e8dba0 (patch) | |
tree | 24f43c9bbbeaeb3902eeadd6735e7443da1c6c63 /doc/ScintillaHistory.html | |
parent | 24e83c72f610bf71f5c928d52fc6eb5172bc22a3 (diff) | |
download | scintilla-mirror-b42a204c6cea47b0bee61c4015d44f59f4e8dba0.tar.gz |
Added SC_TECHNOLOGY_DIRECTWRITERETAIN mode.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 06f8f644f..150f9f61c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -497,6 +497,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1639/">Bug #1639</a>. </li> <li> + On Windows another DirectWrite mode SC_TECHNOLOGY_DIRECTWRITERETAIN added + which may avoid drawing failures on some cards and drivers. + </li> + <li> On Windows support the Visual Studio 2010+ clipboard format that indicates a line copy. <a href="http://sourceforge.net/p/scintilla/bugs/1636/">Bug #1636</a>. </li> |