aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-04 16:41:24 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-04 16:41:24 +1000
commitb8caeebffe178f292d636e3075de6c4a24c7a56a (patch)
tree9f70d93731e6cf12a9f09637216fbab35ac506c7 /doc
parentdfedaa13977bcd49c14ac6c45aa86047f88aa6fe (diff)
downloadscintilla-mirror-b8caeebffe178f292d636e3075de6c4a24c7a56a.tar.gz
Backport: Remove automatic detection of Direct2D support during build.
DISABLE_D2D may still be defined to remove Direct2D features. Backport of changeset 6672:9c1997a14d89.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 67aeed2ad..d3c1cda8c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -545,6 +545,10 @@
The STATIC_BUILD preprocessor symbol is no longer used.
</li>
<li>
+ On Win32, Direct2D support is no longer automatically detected during build.
+ DISABLE_D2D may still be defined to remove Direct2D features.
+ </li>
+ <li>
In some cases, invalid UTF-8 is handled in a way that is a little friendlier.
For example, when copying to the clipboard on Windows, an invalid lead byte will be copied as the
equivalent ISO 8859-1 character and will not hide the following byte.