<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa/ScintillaCocoa.h, branch rel-5-5-4</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>Cache client size when view moved or sized. That allows access to it from</title>
<updated>2023-03-02T05:46:14+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-02T05:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c61df8742a4865ac9c67f8ed017248b82fe5574e'/>
<id>c61df8742a4865ac9c67f8ed017248b82fe5574e</id>
<content type='text'>
secondary threads which otherwise shows warnings.
Earlier approach of caching client rectangle failed to handle scrolling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
secondary threads which otherwise shows warnings.
Earlier approach of caching client rectangle failed to handle scrolling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset: 5504b8444ec2</title>
<updated>2023-03-02T05:17:33+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-02T05:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e18633f14c36732d007e8c5bb742cc7d3e69d22d'/>
<id>e18633f14c36732d007e8c5bb742cc7d3e69d22d</id>
<content type='text'>
Failed to draw margins correctly after scrolling as the client rectangle wasn't
updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Failed to draw margins correctly after scrolling as the client rectangle wasn't
updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache client rectangle when view moved or sized. That allows access to it from</title>
<updated>2023-02-27T06:54:43+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-27T06:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0af575240f85b65e2a80eac8baddc38cd45eaf31'/>
<id>0af575240f85b65e2a80eac8baddc38cd45eaf31</id>
<content type='text'>
secondary threads which otherwise shows warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
secondary threads which otherwise shows warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated graphicsPort API with current CGContext.</title>
<updated>2023-02-23T23:43:05+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-23T23:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a00f308a11b90a0edb1bd9a71a78612e0463fe83'/>
<id>a00f308a11b90a0edb1bd9a71a78612e0463fe83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace "OS X' with "macOS".</title>
<updated>2022-02-10T02:57:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-02-10T02:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9b8ca41b15ca4f53c0f1ccd69e6135694321d854'/>
<id>9b8ca41b15ca4f53c0f1ccd69e6135694321d854</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>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 [#2268]. Fix memory leak caused by circular references.</title>
<updated>2021-07-27T22:13:31+00:00</updated>
<author>
<name>Arne Scheffler</name>
<email>unknown</email>
</author>
<published>2021-07-27T22:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=36ba9c53f43531fa78d41bf1c4b94fc5b8da2467'/>
<id>36ba9c53f43531fa78d41bf1c4b94fc5b8da2467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SciFnDirectStatus, a direct access function which also returns status so can</title>
<updated>2021-06-16T23:28:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-16T23:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9e52243831ceffced1e9f0ef27041770fe13a85a'/>
<id>9e52243831ceffced1e9f0ef27041770fe13a85a</id>
<content type='text'>
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h</title>
<updated>2021-05-24T09:31:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-24T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92290868cf9753d2df0d494cb44e2ff62a570b58'/>
<id>92290868cf9753d2df0d494cb44e2ff62a570b58</id>
<content type='text'>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</pre>
</div>
</content>
</entry>
</feed>
