<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch sciteco-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>Updates for 5.1.3.</title>
<updated>2021-09-29T00:29:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-29T00:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=371b6e510e62d7d3ca5fd5133f190ef6a7bb72ff'/>
<id>371b6e510e62d7d3ca5fd5133f190ef6a7bb72ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Updates for 5.1.2.</title>
<updated>2021-09-19T23:09:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-19T23:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=28382215fcc5fdb615018853429eef4d3117a7bf'/>
<id>28382215fcc5fdb615018853429eef4d3117a7bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2273] Fail compilation if ARC not enabled.</title>
<updated>2021-08-31T22:22:20+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-31T22:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed9b464d422a3c55d1a654bff02f5a39ace3d551'/>
<id>ed9b464d422a3c55d1a654bff02f5a39ace3d551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify SetScrollingSize and use const where possible.</title>
<updated>2021-08-27T06:42:40+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-27T06:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2413db664abc3389f11be3a6839acc618a70d1d0'/>
<id>2413db664abc3389f11be3a6839acc618a70d1d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2271] Fix disabling horizontal scrollbar in non-wrapping mode.</title>
<updated>2021-08-27T05:56:38+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-27T05:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1033917f37d01f2b826a16b4e71ba6a6fd9ef00e'/>
<id>1033917f37d01f2b826a16b4e71ba6a6fd9ef00e</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 white space.</title>
<updated>2021-08-24T01:39:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-24T01:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc0398d650e75efe9641f0c48d630f2c2027281a'/>
<id>dc0398d650e75efe9641f0c48d630f2c2027281a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Log warning if images don't load.</title>
<updated>2021-08-04T22:45:47+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-04T22:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=334c795c94f69a827ac2da6acd8e9ff227a18767'/>
<id>334c795c94f69a827ac2da6acd8e9ff227a18767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure images are loaded and valid by combining resolutions into TIFFs.</title>
<updated>2021-08-04T22:45:06+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-08-04T22:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c883de3983aa88cd6bb6236a40c24107205e496a'/>
<id>c883de3983aa88cd6bb6236a40c24107205e496a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Xcode project for Xcode 12.5.</title>
<updated>2021-07-28T06:53:07+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-07-28T06:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=884df029d33db4f93557885fb5020e5cdc9e8a9d'/>
<id>884df029d33db4f93557885fb5020e5cdc9e8a9d</id>
<content type='text'>
Turn off CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER
as headers also used on other platforms that do not build as a framework.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn off CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER
as headers also used on other platforms that do not build as a framework.
</pre>
</div>
</content>
</entry>
</feed>
