diff options
author | nyamatongwe <unknown> | 2013-04-09 21:40:40 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-09 21:40:40 +1000 |
commit | 5ec7684bdff52c1374cb0e5eaeacd9b745e76997 (patch) | |
tree | 700d0e56a0b7828e5c975cdd8ea7656990a7c829 | |
parent | 6cc4823eb0ac95c98ee1fbf322900af490fa16da (diff) | |
download | scintilla-mirror-5ec7684bdff52c1374cb0e5eaeacd9b745e76997.tar.gz |
Change log.
-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 7b952af85..9148fa314 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -469,6 +469,10 @@ Direct2D/DirectWrite mode on Windows now displays documents in non-Latin1 8-bit encodings correctly. </li> <li> + Character positioning corrected in Direct2D/DirectWrite mode on Windows to avoid text moving and cutting off + lower parts of characters. + </li> + <li> Position of calltip and autocompletion lists fixed on Cocoa. </li> <li> |