<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-3-3-3</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>Switch SelectionText to use a std::string to hold the data and to provide accessors to this data.</title>
<updated>2013-05-26T08:23:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-26T08:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e023d0ca853019b90d0dcb02533eab32f7e6e79'/>
<id>8e023d0ca853019b90d0dcb02533eab32f7e6e79</id>
<content type='text'>
Add a length argument to DropAt, although previous signature still available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a length argument to DropAt, although previous signature still available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Structured Text lexer.</title>
<updated>2013-05-24T04:30:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-24T04:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=486dd4e5390671fd4504fd4ee3bc0b743910e76c'/>
<id>486dd4e5390671fd4504fd4ee3bc0b743910e76c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The convertRectToScreen: message was introduced in 10.7 so use convertBaseToScreen:</title>
<updated>2013-05-19T11:28:06+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-19T11:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=51c4820119d964bbc310c0fe0755789d6863399e'/>
<id>51c4820119d964bbc310c0fe0755789d6863399e</id>
<content type='text'>
call on 10.6. convertBaseToScreen: was deprecated in 10.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
call on 10.6. convertBaseToScreen: was deprecated in 10.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing raw pointers and allocations with std::string and std::vector.</title>
<updated>2013-05-04T09:15:44+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-04T09:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6fcb0d65e9cc15e161c6d86f7ab5eb46cae9c3b1'/>
<id>6fcb0d65e9cc15e161c6d86f7ab5eb46cae9c3b1</id>
<content type='text'>
Don't check result of new as failures throw an exception.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't check result of new as failures throw an exception.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: [feature-requests:#988]. Cocoa support for font quality.</title>
<updated>2013-05-01T23:46:17+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-01T23:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=689638d1e56d14d052fbb48048e03b8c361e5a67'/>
<id>689638d1e56d14d052fbb48048e03b8c361e5a67</id>
<content type='text'>
From Mark Yen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Mark Yen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed SVector.h from Xcode project.</title>
<updated>2013-05-01T11:15:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-01T11:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=feeb0152926363ab76b13d850b47528f879b864d'/>
<id>feeb0152926363ab76b13d850b47528f879b864d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed SVector.h and all references as it is no longer used.</title>
<updated>2013-05-01T10:59:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-01T10:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6b1fb2a9798f296bbe984d3ab976990c8b850668'/>
<id>6b1fb2a9798f296bbe984d3ab976990c8b850668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: [feature-requests:#987]. Cocoa user interface validation.</title>
<updated>2013-04-24T09:33:49+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-04-24T09:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1b4e97f8b5e628af033612e12e647718f8d5ee84'/>
<id>1b4e97f8b5e628af033612e12e647718f8d5ee84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1466]. Fix crash on deallocation.</title>
<updated>2013-04-18T01:21:06+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-04-18T01:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2bf2868ae0a99f28ad5b977843cc1ccf00cab10c'/>
<id>2bf2868ae0a99f28ad5b977843cc1ccf00cab10c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove method no longer needed due to change from NSTextInput to NSTextInputClient.</title>
<updated>2013-04-17T05:05:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-04-17T05:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a478029ffe4dac59219015b1adfca10e15579051'/>
<id>a478029ffe4dac59219015b1adfca10e15579051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
