<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-3-4-0</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>Upgrade to Xcode 5.1.</title>
<updated>2014-03-11T02:56:03+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-11T02:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=66aeb820cc3c4fded3dbe7e88261a73b438a2afe'/>
<id>66aeb820cc3c4fded3dbe7e88261a73b438a2afe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop adding an extra line to scrollable height as that led to cursor up/down</title>
<updated>2014-02-21T23:59:37+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-21T23:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff6804846edd29aec1f4f2f6d4f2fd73710c114d'/>
<id>ff6804846edd29aec1f4f2f6d4f2fd73710c114d</id>
<content type='text'>
movement bugs because different parts of the code disagreed on top line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
movement bugs because different parts of the code disagreed on top line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that argument is of correct type.</title>
<updated>2014-02-20T02:58:00+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-20T02:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b271798931854547ee53e4cc348a738c9c0833f0'/>
<id>b271798931854547ee53e4cc348a738c9c0833f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When window is offscreen, use the main screen for screen max Y to prevent</title>
<updated>2014-02-20T02:56:46+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-20T02:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a1d97f80602b2ad96510e603fa359c2a3069d431'/>
<id>a1d97f80602b2ad96510e603fa359c2a3069d431</id>
<content type='text'>
the window disappearing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the window disappearing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some missing headers.</title>
<updated>2014-01-20T22:46:25+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-20T22:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6ec0dfa29f77ac7b7719208788cf8c041fd59674'/>
<id>6ec0dfa29f77ac7b7719208788cf8c041fd59674</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ELEMENTS macro and use it to clarify determining size of arrays.</title>
<updated>2014-01-20T22:45:29+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-20T22:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c63c9dc7ca058d1b352c14f8052769d541c7e955'/>
<id>c63c9dc7ca058d1b352c14f8052769d541c7e955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Draw circles more accurately using CGContextAddEllipseInRect instead</title>
<updated>2014-01-16T08:57:17+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-16T08:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=865a9245c1f72eb918f682d5eb8d4367bc44cf13'/>
<id>865a9245c1f72eb918f682d5eb8d4367bc44cf13</id>
<content type='text'>
of a series of bezier curves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of a series of bezier curves.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which</title>
<updated>2013-12-22T07:00:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-22T07:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ca1a5ea845c283a9c84fd2ae9f6d152cca354183'/>
<id>ca1a5ea845c283a9c84fd2ae9f6d152cca354183</id>
<content type='text'>
guaranty termination where possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
guaranty termination where possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make single argument constructors explicit to avoid unexpected conversions.</title>
<updated>2013-12-15T01:49:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-15T01:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3d0a66fc8c15a74ae33a5d92b68c0b9adcd02920'/>
<id>3d0a66fc8c15a74ae33a5d92b68c0b9adcd02920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format normalization - whitespace and braces made consistent.</title>
<updated>2013-12-14T23:46:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-14T23:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7c020de8903c45bcc32795e28cc13a32285513f3'/>
<id>7c020de8903c45bcc32795e28cc13a32285513f3</id>
<content type='text'>
Parameter names added to method declarations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parameter names added to method declarations.
</pre>
</div>
</content>
</entry>
</feed>
