diff options
author | nyamatongwe <unknown> | 2013-04-25 10:23:32 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-25 10:23:32 +1000 |
commit | 662b5d5f413a1bfcde16ce8f00cd28f06084a573 (patch) | |
tree | b02e899588ff920b0eb0db32987edf3cdac8520d /doc/ScintillaHistory.html | |
parent | e1846c112ed77eaa50cdb431dd2a0e0200d6ec28 (diff) | |
download | scintilla-mirror-662b5d5f413a1bfcde16ce8f00cd28f06084a573.tar.gz |
Fix Direct2D drawing when returning from lock screen.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1e8facbf7..1dd2ed9a7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -473,8 +473,15 @@ Composition popups appear near input. </li> <li> + Fix lexer problem where no line end was seen at end of document. + </li> + <li> Fix crash on Cocoa when view deallocated. - <a href="http://sourceforge.net/p/scintilla/bugs/1466/">Bug #1466</a>, + <a href="http://sourceforge.net/p/scintilla/bugs/1466/">Bug #1466</a>. + </li> + <li> + Fix drawing on Windows with Direct2D when returning from lock screen. + The render target had to be recreated and an area would be black since the drawing was not retried. </li> <li> Fix display of DBCS documents on Windows Direct2D/DirectWrite with default character set. |