diff options
| author | Chris Graham <unknown> | 2020-05-22 13:57:13 +1000 |
|---|---|---|
| committer | Chris Graham <unknown> | 2020-05-22 13:57:13 +1000 |
| commit | 9109163990c070bd1ab8aa401c971fc52be9a9ab (patch) | |
| tree | 4372a28829f18cf18691e128f9218c565a655584 /doc/ScintillaHistory.html | |
| parent | 8b99d5256ae418e7cb36891926fe0804651e9bff (diff) | |
| download | scintilla-mirror-9109163990c070bd1ab8aa401c971fc52be9a9ab.tar.gz | |
Backport: Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Backport of changeset 8248:a9f4676a45e8.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b5ec2594a..574c9f364 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -545,6 +545,8 @@ <td>Mark Reay</td> <td>David Shuman</td> <td>McLoo</td> + </tr><tr> + <td>Chris Graham</td> </tr> </table> <p> @@ -585,9 +587,13 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2019/">Bug #2019</a>. </li> <li> - Fixed bug with GTK+ on recent Linux distributions where underscores were invisible. + Fixed bug with GTK on recent Linux distributions where underscores were invisible. <a href="https://sourceforge.net/p/scintilla/bugs/2173/">Bug #2173</a>. </li> + <li> + Fixed GTK on Linux bug when pasting from closed application. + <a href="https://sourceforge.net/p/scintilla/bugs/2175/">Bug #2175</a>. + </li> </ul> <h3> <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.20.0/scintilla3200.zip/download">Release 3.20.0</a> |
