<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-5-3-7</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>Removed tag rel-5-3-7</title>
<updated>2023-09-22T07:15:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-09-22T07:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e37de48d0671723595760f27c8f0f94005da42b4'/>
<id>e37de48d0671723595760f27c8f0f94005da42b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update download sizes.</title>
<updated>2023-09-22T07:15:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-09-22T07:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=485b1fdf8a5d2ade436349cd50a0e0b2f732d543'/>
<id>485b1fdf8a5d2ade436349cd50a0e0b2f732d543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag rel-5-3-7 for changeset 540baa6ea9e0</title>
<updated>2023-09-22T06:55:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-09-22T06:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3bf3f6be589f99c6d2346206ad5009f2f2249405'/>
<id>3bf3f6be589f99c6d2346206ad5009f2f2249405</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 version 5.3.7.</title>
<updated>2023-09-17T23:11:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-09-17T23:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5f16648fb63b744371a6bc4a86f6a2c486cb54b3'/>
<id>5f16648fb63b744371a6bc4a86f6a2c486cb54b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix assertion failure on some systems when an INDIC_SQUIGGLEPIXMAP drawn for a</title>
<updated>2023-09-12T22:06:51+00:00</updated>
<author>
<name>Enrico Tröger</name>
<email>unknown</email>
</author>
<published>2023-09-12T22:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c10733bd9897aef1e775399a70ae5e2684754ee2'/>
<id>c10733bd9897aef1e775399a70ae5e2684754ee2</id>
<content type='text'>
zero-width character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
zero-width character.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2400]. Fix building with non-English environment.</title>
<updated>2023-08-28T22:54:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-08-28T22:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=262c93dd25c448bc605cb65378329533c9cbe0ef'/>
<id>262c93dd25c448bc605cb65378329533c9cbe0ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2401]. gtk: Set type hint for GTK_WINDOW_POPUP windows</title>
<updated>2023-08-27T22:22:24+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2023-08-27T22:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=600a06571441f54ee5595ef1bc3169795d4353fb'/>
<id>600a06571441f54ee5595ef1bc3169795d4353fb</id>
<content type='text'>
Without setting the hint the popup windows lead to some obscure behavior
on macOS when the main window is full screened, see

https://gitlab.gnome.org/GNOME/gtk/-/issues/5716
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5778

while the solution from 5778 might be a sufficient workaround, setting
the hints might be a good idea in general so the window manager knows better
the purpose of these windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without setting the hint the popup windows lead to some obscure behavior
on macOS when the main window is full screened, see

https://gitlab.gnome.org/GNOME/gtk/-/issues/5716
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5778

while the solution from 5778 might be a sufficient workaround, setting
the hints might be a good idea in general so the window manager knows better
the purpose of these windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential crash when using IME with large amount of text selected.</title>
<updated>2023-08-23T22:39:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-08-23T22:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5e2c44ecb87b123d0d8e8cf10c3474c8d98f02fd'/>
<id>5e2c44ecb87b123d0d8e8cf10c3474c8d98f02fd</id>
<content type='text'>
Allows for extra NUL terminator in allocation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows for extra NUL terminator in allocation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2395]. Allow parent window to handle context menu events by setting as</title>
<updated>2023-08-01T22:36:42+00:00</updated>
<author>
<name>Gary James</name>
<email>unknown</email>
</author>
<published>2023-08-01T22:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=22deb7abf87dc164084eb4a618ea1ec8091689c6'/>
<id>22deb7abf87dc164084eb4a618ea1ec8091689c6</id>
<content type='text'>
ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag rel-5-3-6 for changeset 57bcb62d635c</title>
<updated>2023-07-26T05:41:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-07-26T05:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46cd92fb7443e87d1212d074ae8cd5d7d55dc37f'/>
<id>46cd92fb7443e87d1212d074ae8cd5d7d55dc37f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
