<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, 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>Minor fixes - noexcept, unnamed namespace, initialisation, casting.</title>
<updated>2021-04-05T23:09:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-05T23:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0f2d0f94932fc03d740451d2cbf70c14a4e9ed63'/>
<id>0f2d0f94932fc03d740451d2cbf70c14a4e9ed63</id>
<content type='text'>
Leaves GTK object definition as is since this is essentially C code with
documentation and examples in C.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leaves GTK object definition as is since this is essentially C code with
documentation and examples in C.
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicit wide call to prevent fail if built in different Unicode mode on Win32.</title>
<updated>2021-04-05T22:52:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-05T22:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=179c922ef0a77656fa4c2f49c17341de5b4facf0'/>
<id>179c922ef0a77656fa4c2f49c17341de5b4facf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Detect (some) changes to font options and clear position caches when changed.</title>
<updated>2021-04-04T22:43:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-04T22:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f27b21cb797b856c9f8d2158ba00b6aeccb29680'/>
<id>f27b21cb797b856c9f8d2158ba00b6aeccb29680</id>
<content type='text'>
To experiment, use the Fonts panel of the Tweaks application.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To experiment, use the Fonts panel of the Tweaks application.
</pre>
</div>
</content>
</entry>
<entry>
<title>Respond to changes in font antialiasing and hinting options on GTK 2.</title>
<updated>2021-04-04T07:32:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-04T07:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8bd3b65c924e56cbd414a71e85b3bafd0c8b17e2'/>
<id>8bd3b65c924e56cbd414a71e85b3bafd0c8b17e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat SC_MARK_CHARACTER as Unicode for a wider variety of symbols.</title>
<updated>2021-03-30T08:34:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-30T08:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b5ba1cee2188ab879573126c62d6291b346e089c'/>
<id>b5ba1cee2188ab879573126c62d6291b346e089c</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>Use PenColourAlpha instead of PenColour ensuring translucent text works.</title>
<updated>2021-03-28T08:55:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-03-28T08:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=508d037ed3389c5678addebefb62485ebfc10bb7'/>
<id>508d037ed3389c5678addebefb62485ebfc10bb7</id>
<content type='text'>
Use enum class for encoding type. Avoid warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use enum class for encoding type. Avoid warnings.
</pre>
</div>
</content>
</entry>
</feed>
