<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-20-0</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>Updated makefile deps.</title>
<updated>2020-05-09T20:34:01+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T20:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=49201487ef7048cf82b2421ef7954fc6a899f42b'/>
<id>49201487ef7048cf82b2421ef7954fc6a899f42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Widen types to size_t to match change from int to position of CallTipSetHlt</title>
<updated>2020-04-05T20:00:55+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-04-05T20:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f4a3252dfb66b77f6ed4acf0e4bc46a5c678744'/>
<id>5f4a3252dfb66b77f6ed4acf0e4bc46a5c678744</id>
<content type='text'>
in Scintilla.iface.

Backport of changeset 8098:228c9f9aa839.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in Scintilla.iface.

Backport of changeset 8098:228c9f9aa839.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bad backport r8078:742f17c763a4.</title>
<updated>2020-03-29T23:31:21+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-29T23:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=06ebb765d92471f94863043dc9597b411981ad37'/>
<id>06ebb765d92471f94863043dc9597b411981ad37</id>
<content type='text'>
Since C++11 does not support "static inline" initializers, the static members
must still be defined elsewhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since C++11 does not support "static inline" initializers, the static members
must still be defined elsewhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Fix spelling mistakes.</title>
<updated>2020-03-25T22:28:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-25T22:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=808e00138126f7ce571fd905498dba6614c16278'/>
<id>808e00138126f7ce571fd905498dba6614c16278</id>
<content type='text'>
Backport of changeset 8028:78a688809e75.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8028:78a688809e75.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2149]. Enable windowed IME on Wayland by setting as transient for main.</title>
<updated>2020-03-20T21:32:27+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-03-20T21:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c9ca7bac14143646467d66b7f7f3af7489c5cfb9'/>
<id>c9ca7bac14143646467d66b7f7f3af7489c5cfb9</id>
<content type='text'>
Backport of changeset 8016:b99cb7ebefbe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8016:b99cb7ebefbe.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove some casts that are not needed.</title>
<updated>2020-03-20T20:39:05+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-03-20T20:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=820fe962369e812beee37ce223ade43dbb2eb575'/>
<id>820fe962369e812beee37ce223ade43dbb2eb575</id>
<content type='text'>
Backport of changeset 8015:d1071fa7574d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8015:d1071fa7574d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Use dynamic_cast and assertion to make bugs more obvious.</title>
<updated>2020-03-27T18:01:45+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-27T18:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=85de753ec1b1f9f636e8e061505785fd94847a53'/>
<id>85de753ec1b1f9f636e8e061505785fd94847a53</id>
<content type='text'>
Use noexcept, namespace, const, constexpr, and static inline where reasonable.
Avoid warnings in initializations.

Backport of changeset 8014:5e621040222d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use noexcept, namespace, const, constexpr, and static inline where reasonable.
Avoid warnings in initializations.

Backport of changeset 8014:5e621040222d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Extract image conversion from RGBA to BGRA premultiplied into common function.</title>
<updated>2020-02-15T01:47:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-02-15T01:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4e5f6f01a1b8dfd2dc07f760e79a0ced6d4836a5'/>
<id>4e5f6f01a1b8dfd2dc07f760e79a0ced6d4836a5</id>
<content type='text'>
Backport of changeset 7987:beeac488af4d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7987:beeac488af4d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Standardise header guard names and use.</title>
<updated>2020-02-09T03:41:36+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-02-09T03:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=71368fa9876c672a66cadea6db89a2a6acb44dab'/>
<id>71368fa9876c672a66cadea6db89a2a6acb44dab</id>
<content type='text'>
Backport of changeset 7981:098231fb9d66.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7981:098231fb9d66.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2135]. Prevent movement of candidate window while typing.</title>
<updated>2020-01-06T12:20:29+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-01-06T12:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=949adf1131a2c308bbb7a549959028d9af4834d8'/>
<id>949adf1131a2c308bbb7a549959028d9af4834d8</id>
<content type='text'>
Backport of changeset 7949:59f3c5ced2e2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7949:59f3c5ced2e2.
</pre>
</div>
</content>
</entry>
</feed>
