<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-3-6-2</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 3.6.2.</title>
<updated>2015-11-01T21:24:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-01T21:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=afcebb3d37469d50072b034eaff34203671d67e9'/>
<id>afcebb3d37469d50072b034eaff34203671d67e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure correct propagation of viewWillDraw even after owner deleted.</title>
<updated>2015-10-27T06:56:36+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-27T06:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=51b3766d710e47225f7b1bfb6983ffeaee90b3cf'/>
<id>51b3766d710e47225f7b1bfb6983ffeaee90b3cf</id>
<content type='text'>
From Chinh Nguyen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Chinh Nguyen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary timer variables.</title>
<updated>2015-10-26T05:23:34+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-26T05:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=06730b803c373be1160f14aeda8c15210e860f50'/>
<id>06730b803c373be1160f14aeda8c15210e860f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make timers active in modal dialogs by adding them to NSModalPanelRunLoopMode.</title>
<updated>2015-10-26T05:20:55+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-26T05:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5c1d404acca099d947a3f6fa6fb0c0b9125fddcf'/>
<id>5c1d404acca099d947a3f6fa6fb0c0b9125fddcf</id>
<content type='text'>
From Mike Lischke.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Mike Lischke.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid possibility of ScintillaCocoa receiving idles after deallocation by severing the</title>
<updated>2015-10-26T05:14:17+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-26T05:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a964ac27c1ecb76cdbf09b0b2f386466285533c2'/>
<id>a964ac27c1ecb76cdbf09b0b2f386466285533c2</id>
<content type='text'>
connection from TimerTarget back to ScintillaCocoa and releasing the notification queue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
connection from TimerTarget back to ScintillaCocoa and releasing the notification queue.
</pre>
</div>
</content>
</entry>
<entry>
<title>When deallocating ScintillaView, null out the reference to it from SCIContentView</title>
<updated>2015-10-24T04:20:55+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-24T04:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ece8393319c2d51477768224853715cc5ea4b62c'/>
<id>ece8393319c2d51477768224853715cc5ea4b62c</id>
<content type='text'>
since responsive scrolling causes callbacks after the deallocation.
Also remove the scrollview to try to finalize it although it still lives for a short period.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since responsive scrolling causes callbacks after the deallocation.
Also remove the scrollview to try to finalize it although it still lives for a short period.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a menu command to ScintillaTest to add or remove an extra Scintilla</title>
<updated>2015-10-23T12:19:42+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-23T12:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=99c9ad7ef1f1d77b713577df72eae32d3f479cf6'/>
<id>99c9ad7ef1f1d77b713577df72eae32d3f479cf6</id>
<content type='text'>
view on the right of the window to allow testing deletion of a ScintillaView.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
view on the right of the window to allow testing deletion of a ScintillaView.
</pre>
</div>
</content>
</entry>
<entry>
<title>Xcode 7 didn't like the xib so upgraded it to the current format.</title>
<updated>2015-10-23T12:13:46+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-23T12:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e2dca05cbb61dbaeff984e6f2dca350c24fdaec3'/>
<id>e2dca05cbb61dbaeff984e6f2dca350c24fdaec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reindented code which had become a mess.</title>
<updated>2015-09-29T06:44:45+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-09-29T06:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=70867d5782b2c74a6b16ee167c1dd1ba3a8bf0f4'/>
<id>70867d5782b2c74a6b16ee167c1dd1ba3a8bf0f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unreachable code.</title>
<updated>2015-09-29T06:43:37+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-09-29T06:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9f289050d300a1769ccf1fc99fc6442d17a9d8b5'/>
<id>9f289050d300a1769ccf1fc99fc6442d17a9d8b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
