<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-1-3</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Feature [feature-requests:#1416] Change evaluation order so that monospaceASCII</title>
<updated>2021-09-28T03:04:23+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-09-28T03:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=30bc23dbb011c9394714aa304fa88ac356ccce17'/>
<id>30bc23dbb011c9394714aa304fa88ac356ccce17</id>
<content type='text'>
checked before cache which may improve performance for monospaceASCII.
Only reset clear state when storing into cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
checked before cache which may improve performance for monospaceASCII.
Only reset clear state when storing into cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bad layout of monospace text on Cocoa by adding separate field</title>
<updated>2021-09-28T02:53:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-28T02:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fe41a24534e1280f088835ea1813fa64120f4169'/>
<id>fe41a24534e1280f088835ea1813fa64120f4169</id>
<content type='text'>
monospaceCharacterWidth for width of monospaced characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
monospaceCharacterWidth for width of monospaced characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow styles</title>
<updated>2021-09-28T02:08:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-28T02:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=810964f8e6b80fbfdb7f96b9a084acc4cbe5a3a1'/>
<id>810964f8e6b80fbfdb7f96b9a084acc4cbe5a3a1</id>
<content type='text'>
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove file that is no longer used or contain any definitions.</title>
<updated>2021-09-28T02:02:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-28T02:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f038d69e4c79d3dfb9979ad28d0c6b0f30e823c'/>
<id>2f038d69e4c79d3dfb9979ad28d0c6b0f30e823c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line end space.</title>
<updated>2021-09-20T23:41:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-20T23:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=826b435368f2b23d419ccd7f97a70b01c969e163'/>
<id>826b435368f2b23d419ccd7f97a70b01c969e163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous destruction.</title>
<updated>2021-09-16T21:46:07+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-09-16T21:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0e05823e5c021e2368c885743092450a199ef16e'/>
<id>0e05823e5c021e2368c885743092450a199ef16e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add noexcept and constexpr where reasonable.</title>
<updated>2021-09-16T21:38:35+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-09-16T21:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f99432484eb77df0d0ea1871ed34ffb74b501fba'/>
<id>f99432484eb77df0d0ea1871ed34ffb74b501fba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning from Xcode.</title>
<updated>2021-09-16T12:27:32+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-16T12:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4840ebf15e51588a3e2f6caf16832ae83ffb9717'/>
<id>4840ebf15e51588a3e2f6caf16832ae83ffb9717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document lifetime of FontSpecification::fontName.</title>
<updated>2021-09-14T23:39:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-14T23:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=913129e5a13a97ada15c5d8fd20e7f7404026ed5'/>
<id>913129e5a13a97ada15c5d8fd20e7f7404026ed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure variable initialised.</title>
<updated>2021-09-14T23:39:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-14T23:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3073106115483a07dab4d9bc54519fb218d3c6d3'/>
<id>3073106115483a07dab4d9bc54519fb218d3c6d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
