<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-3-6-1</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>Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.</title>
<updated>2015-09-04T03:07:49+00:00</updated>
<author>
<name>johnsonj</name>
<email>unknown</email>
</author>
<published>2015-09-04T03:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=521eab3c0d76888cca009ce85b7554731cf5ba1f'/>
<id>521eab3c0d76888cca009ce85b7554731cf5ba1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Schedule the timer after setting its tolerance to avoid scheduling twice.</title>
<updated>2015-09-01T23:04:35+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-09-01T23:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ced408c0d20b2436a4e2b379175de742575caf66'/>
<id>ced408c0d20b2436a4e2b379175de742575caf66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In C++, new fails with an exception instead of returning NULL so remove handling</title>
<updated>2015-08-23T02:09:03+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-08-23T02:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f8fccd41ed4b56e4916f199ea6f9f49b127d7d76'/>
<id>f8fccd41ed4b56e4916f199ea6f9f49b127d7d76</id>
<content type='text'>
of NULL SurfaceImpl objects and replace heap with stack to simplify code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of NULL SurfaceImpl objects and replace heap with stack to simplify code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Potential fix for bug [#1751]. Remove setting of current graphics context.</title>
<updated>2015-08-23T02:05:12+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-08-23T02:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e6871279bd799686ae2d107076c59742623657c4'/>
<id>e6871279bd799686ae2d107076c59742623657c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Potential fix for bug [#1751]. Save and restore graphics state in case deleted context</title>
<updated>2015-08-21T22:20:53+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-08-21T22:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a8bc9f5af423f960d5725f26cbcd2dd63e4adcba'/>
<id>a8bc9f5af423f960d5725f26cbcd2dd63e4adcba</id>
<content type='text'>
was causing a crash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
was causing a crash.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy Sci_Position.h into framework for Cocoa.</title>
<updated>2015-08-07T11:03:20+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-08-07T11:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5d7232a97809b2c4bc66122d476b91548d955de4'/>
<id>5d7232a97809b2c4bc66122d476b91548d955de4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Position.h as a place-holder and to allow #include "Position.h" in source.</title>
<updated>2015-07-27T03:10:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-27T03:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=478d819121d970ca773cb52c99f396a9bf73ee62'/>
<id>478d819121d970ca773cb52c99f396a9bf73ee62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Xcode project file to contain all the individual lexers split out from LexOthers</title>
<updated>2015-07-14T04:02:44+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-14T04:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5a8572335ccb274c1f59667292f1959e753f6278'/>
<id>5a8572335ccb274c1f59667292f1959e753f6278</id>
<content type='text'>
in the previous commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the previous commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>On Cocoa, translate exceptions into error codes.</title>
<updated>2015-07-03T22:49:16+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-03T22:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6852a57b20e1a514e6c504e8f0bed0114eb0dfba'/>
<id>6852a57b20e1a514e6c504e8f0bed0114eb0dfba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OS X deployment target to 10.7 at the project level as it already was</title>
<updated>2015-06-26T01:33:07+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-06-26T01:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2c9d6ddcf5a6f87e9829b5c72bc96729c45a6b4e'/>
<id>2c9d6ddcf5a6f87e9829b5c72bc96729c45a6b4e</id>
<content type='text'>
at the target level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at the target level.
</pre>
</div>
</content>
</entry>
</feed>
