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 | f354df9315c11abd837db480f96d4b00ea40ccc0 (patch) | |
| tree | 3c85ce954f58a9e85f9b15e3f4ae3bcd5b2c8620 /doc/ScintillaHistory.html | |
| parent | 1834ca7dfc6ea6d901e866c5ae7598ac4bcf75cb (diff) | |
| download | scintilla-mirror-f354df9315c11abd837db480f96d4b00ea40ccc0.tar.gz | |
Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 49484fef0..9c622cf90 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -553,6 +553,7 @@ <td>McLoo</td> </tr><tr> <td>Shmuel Zeigerman</td> + <td>Chris Graham</td> </tr> </table> <p> @@ -593,10 +594,14 @@ <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> + <li> Fixed bug in SciTE with Lua stack balance. <a href="https://sourceforge.net/p/scintilla/bugs/2176/">Bug #2176</a>. </li> |
