<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-5-0-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>More noexcept on Cocoa, GTK, and Qt.</title>
<updated>2021-04-05T11:26:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-05T11:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c81cf0efc07247f320b649f35500af64ff19ac24'/>
<id>c81cf0efc07247f320b649f35500af64ff19ac24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change CaseConversion to an enum class.</title>
<updated>2021-04-05T05:48:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-05T05:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9f9b24ae9bc0ae771454732868cdb136fe995e42'/>
<id>9f9b24ae9bc0ae771454732868cdb136fe995e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 5.0.1.</title>
<updated>2021-04-03T08:34:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-03T08:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b'/>
<id>1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2238]. Fix drawing in revealed area after enlarging window.</title>
<updated>2021-04-02T05:07:39+00:00</updated>
<author>
<name>Petko Georgiev</name>
<email>unknown</email>
</author>
<published>2021-04-02T05:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a515bc2776c8f577b69ebe38a8b3225f768c5ceb'/>
<id>a515bc2776c8f577b69ebe38a8b3225f768c5ceb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify ListBox::GetValue to return a std::string to avoid fixed size buffers</title>
<updated>2021-03-28T22:03:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-28T22:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f1ad63380ea954ae42c26d0a4fc0e46574cd9e5f'/>
<id>f1ad63380ea954ae42c26d0a4fc0e46574cd9e5f</id>
<content type='text'>
and the possibility of truncation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and the possibility of truncation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.</title>
<updated>2021-03-28T21:25:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-28T21:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ab70e1041cb40c9d807a18ca7abb5c000adf2fdf'/>
<id>ab70e1041cb40c9d807a18ca7abb5c000adf2fdf</id>
<content type='text'>
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and</title>
<updated>2021-03-26T07:02:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-26T07:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ceb3ef8f45e5599d3993d347dfff2ac249902d97'/>
<id>ceb3ef8f45e5599d3993d347dfff2ac249902d97</id>
<content type='text'>
pixel oriented platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pixel oriented platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2224]. Switch XYPOSITION to double so it has more precision to fix</title>
<updated>2021-03-26T05:36:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-26T05:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7a3c73483c17da8f669fe3551ad274a02144486a'/>
<id>7a3c73483c17da8f669fe3551ad274a02144486a</id>
<content type='text'>
problems with very long documents.
Fixes uneven line heights on Cocoa after around 1.1 million lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
problems with very long documents.
Fixes uneven line heights on Cocoa after around 1.1 million lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove IntegerRectangle.h as not widely useful</title>
<updated>2021-03-22T06:34:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-22T06:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=38eb38d945e08b878d8680025e1cc7239a59afe4'/>
<id>38eb38d945e08b878d8680025e1cc7239a59afe4</id>
<content type='text'>
Add IntegerRectangle struct for local use in PlatGTK.cxx.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add IntegerRectangle struct for local use in PlatGTK.cxx.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old Surface methods that have been replaced.</title>
<updated>2021-03-25T01:38:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-25T01:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92c9516b7b6e63f1bc15758232beb87d118570c3'/>
<id>92c9516b7b6e63f1bc15758232beb87d118570c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
