diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-03-20 16:25:35 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-03-20 16:25:35 +1100 |
| commit | 434ea41aa400557964d73867008cfa8b1f64d8c4 (patch) | |
| tree | 7a6981a28f521391a97cdbd4224fd81b2035bf24 /doc | |
| parent | 3d45c4bf974b6fdcce9712bbd3f0071a9618b89f (diff) | |
| download | scintilla-mirror-434ea41aa400557964d73867008cfa8b1f64d8c4.tar.gz | |
Use Surface::AllocatePixMap instead of changing an existing surface with
InitPixMap. Changed DropGraphics from releasing surfaces to deleting them.
This simplifies code and the added cost of allocating a new Surface is small.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a8de50362..2159127a8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -571,7 +571,7 @@ </ul> <h2>Releases</h2> <h3> - <a href="https://www.scintilla.org/scite500.zip">Release 5.0.0</a> + <a href="https://www.scintilla.org/scite501.zip">Release 5.0.1</a> </h3> <ul> <li> @@ -581,6 +581,14 @@ Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods. These have been superceded by Lexilla and the SetILexer API. </li> + <li> + Improve the platform layer interface. + Add support for stroke width and translucency to drawing methods. + Allow clipping to nest. + Add methods for UTF-8 text. + Add methods for encoding conversion. + Use these changes to improve appearance. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite500.zip">Release 5.0.0</a> |
