diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-01-16 19:57:17 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-01-16 19:57:17 +1100 |
commit | 865a9245c1f72eb918f682d5eb8d4367bc44cf13 (patch) | |
tree | 4499cd2f2cda6978659e4f7c49b5f35ebd525540 /doc/ScintillaHistory.html | |
parent | b0d090751efd8ea21009b094b236dc03cf8fec62 (diff) | |
download | scintilla-mirror-865a9245c1f72eb918f682d5eb8d4367bc44cf13.tar.gz |
Draw circles more accurately using CGContextAddEllipseInRect instead
of a series of bezier curves.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1a96ad1db..34f0abb5c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -499,6 +499,9 @@ see the scroll quickly. </li> <li> + On Cocoa, draw circles more accurately. + </li> + <li> SciTE displays a warning message when asked to open a directory. <a href="http://sourceforge.net/p/scintilla/bugs/1568/">Bug #1568</a>. </li> |