<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa/ScintillaCocoa.mm, branch rel-5-5-9</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>Add SCI_SCROLLVERTICAL API.</title>
<updated>2025-05-31T22:38:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-05-31T22:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a180e477ec3efd9d35a4cf32b63ab7354a03371f'/>
<id>a180e477ec3efd9d35a4cf32b63ab7354a03371f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential NULL use and avoid warning.</title>
<updated>2024-09-17T22:11:28+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-09-17T22:11:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=914f855427fa9fedf585ef835a5700cf0426b002'/>
<id>914f855427fa9fedf585ef835a5700cf0426b002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use UndoGroup to ensure action ended if exception occurs.</title>
<updated>2024-08-26T22:08:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-26T22:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6763becbfcc14b03e89812bd3ecd74ed9a57e2ba'/>
<id>6763becbfcc14b03e89812bd3ecd74ed9a57e2ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug where double-click stopped working when system had been running for a</title>
<updated>2024-08-15T06:05:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-08-15T06:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6f51f5975920272f5f691d690107d15291a335f2'/>
<id>6f51f5975920272f5f691d690107d15291a335f2</id>
<content type='text'>
long time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
long time.
</pre>
</div>
</content>
</entry>
<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>Remove unnecessary casts from CGFloat to XYPosition as they are both double.</title>
<updated>2023-02-27T06:46:20+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-27T06:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e76fbd3f9ba742a1ef789ae215d9a71f9e27ad17'/>
<id>e76fbd3f9ba742a1ef789ae215d9a71f9e27ad17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>On macOS 10.13+, use new NSPasteboardTypeFileURL type to receive files dragged</title>
<updated>2023-02-23T23:25:54+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-23T23:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=778dc10b3ee2f621d8548b1d074429c44bd3ae62'/>
<id>778dc10b3ee2f621d8548b1d074429c44bd3ae62</id>
<content type='text'>
onto Scintilla but continue using NSFilenamesPboardType on older systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
onto Scintilla but continue using NSFilenamesPboardType on older systems.
</pre>
</div>
</content>
</entry>
</feed>
