aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-19 19:52:33 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-19 19:52:33 +1000
commit0f89a8d668177c8df38a8947d7d1a7f63abaa15a (patch)
tree3bce80c49545e8c5d195189e1cc1c5ed287f15cc /doc/ScintillaHistory.html
parent05498786fcc7fd6ef18be4b842df16769f4a29cd (diff)
downloadscintilla-mirror-0f89a8d668177c8df38a8947d7d1a7f63abaa15a.tar.gz
Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 0827120c6..9ebc7ce7d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -570,6 +570,12 @@
Released 27 April 2020.
</li>
<li>
+ Implement per-monitor DPI Awareness on Win32 so both Scintilla and SciTE
+ will adapt to the display scale when moved between monitors.
+ Applications should forward WM_DPICHANGED to Scintilla.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2171/">Bug #2171</a>.
+ </li>
+ <li>
Optimized performance when opening huge files.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1347/">Feature #1347</a>.
</li>