From b8caeebffe178f292d636e3075de6c4a24c7a56a Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 4 Apr 2018 16:41:24 +1000 Subject: Backport: Remove automatic detection of Direct2D support during build. DISABLE_D2D may still be defined to remove Direct2D features. Backport of changeset 6672:9c1997a14d89. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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.
  • + On Win32, Direct2D support is no longer automatically detected during build. + DISABLE_D2D may still be defined to remove Direct2D features. +
  • +
  • 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. -- cgit v1.2.3