diff options
author | orbitalquark <70453897+orbitalquark@users.noreply.github.com> | 2025-05-12 11:38:13 +1000 |
---|---|---|
committer | orbitalquark <70453897+orbitalquark@users.noreply.github.com> | 2025-05-12 11:38:13 +1000 |
commit | 140a921a133ee63337e8dfe1c7261b7eb86399e9 (patch) | |
tree | 219a6641ddd4fd117bc0b0fa2bb1876d39f4499e /doc/ScintillaHistory.html | |
parent | da1240f14a3fda528e8776cc873d124b6c8703f4 (diff) | |
download | scintilla-mirror-140a921a133ee63337e8dfe1c7261b7eb86399e9.tar.gz |
Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.
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 49b96aa2c..d1fdd16d7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -608,6 +608,10 @@ Tweak SC_MARK_BAR to be slightly wider by using next higher whole pixel instead of next lower for margin width / 3. </li> <li> + Scale images in autocompletion lists with SCI_AUTOCSETIMAGESCALE to match high DPI screens. + Initially only on GTK and Qt. + </li> + <li> On GTK, reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fix bug where scroll position not restored in non-wrap mode. <a href="https://sourceforge.net/p/scintilla/bugs/2416/">Bug #2416</a>. |