<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk/Converter.h, branch rel-5-0-2</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>Delete standard functions on classes where there could be attempts to copy.</title>
<updated>2019-09-30T00:42:08+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-09-30T00:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=10a7ea9032f2d5e21e396226588ae51bec28acf3'/>
<id>10a7ea9032f2d5e21e396226588ae51bec28acf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ran astyle to standardize formatting.</title>
<updated>2019-03-27T03:51:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-27T03:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6f22344ec9bf01a5db1b8ff34f6cf25253d9193d'/>
<id>6f22344ec9bf01a5db1b8ff34f6cf25253d9193d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace NULL/0 with nullptr. Mark noexcept where simple.</title>
<updated>2019-03-26T21:34:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-26T21:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff4e7e74e24d88194e01a78f9c5b2649bbcc1a59'/>
<id>ff4e7e74e24d88194e01a78f9c5b2649bbcc1a59</id>
<content type='text'>
Move some static functions into anonymous namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move some static functions into anonymous namespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>The Scintilla namespace is always active for internal symbols and for the lexer</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf'/>
<id>313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf</id>
<content type='text'>
interfaces ILexer4 and IDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interfaces ILexer4 and IDocument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove template adaptor as only g_iconv is used now. Use glib's gsize type as it</title>
<updated>2016-05-05T00:48:38+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>unknown</email>
</author>
<published>2016-05-05T00:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1c5cc9a5fc8a6bfb9b9791338c5c5a20b21288e8'/>
<id>1c5cc9a5fc8a6bfb9b9791338c5c5a20b21288e8</id>
<content type='text'>
matches g_iconv exactly. Make character set name buffer dynamically sized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
matches g_iconv exactly. Make character set name buffer dynamically sized.
</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=dac5800933977672e8d2d67854a97a517abbe47d'/>
<id>dac5800933977672e8d2d67854a97a517abbe47d</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>Standardising header guards and namespaces.</title>
<updated>2013-07-21T04:30:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-21T04:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c66233079aac2dc65825c9b9507b39ff19cf0d50'/>
<id>c66233079aac2dc65825c9b9507b39ff19cf0d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed support for GTK+ 1.x.</title>
<updated>2010-03-25T23:49:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-03-25T23:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c42b517cbf2c7e85b3f0528fc130a349f391f888'/>
<id>c42b517cbf2c7e85b3f0528fc130a349f391f888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If opening a converter in transliterations mode fails, try opening without</title>
<updated>2006-06-24T07:04:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2006-06-24T07:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f62118b5f1f8f957b6d1b2772aef65c9a8784b4'/>
<id>5f62118b5f1f8f957b6d1b2772aef65c9a8784b4</id>
<content type='text'>
transliterations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
transliterations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for //TRANSLIT option to iconv to allow approximate</title>
<updated>2006-06-08T09:04:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2006-06-08T09:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=431b0992d1661937b920ff9a23f327ecce883cfa'/>
<id>431b0992d1661937b920ff9a23f327ecce883cfa</id>
<content type='text'>
conversions, such as when pasting UTF-8 text and the buffer is set to an
encoding that does not support all of the characters on the clipboard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
conversions, such as when pasting UTF-8 text and the buffer is set to an
encoding that does not support all of the characters on the clipboard.
</pre>
</div>
</content>
</entry>
</feed>
