<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, 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>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 [#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>Add const where viable.</title>
<updated>2023-06-27T22:42:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-06-27T22:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=15e24b271d134ce630d5034ca8a1bf8c08dc6a56'/>
<id>15e24b271d134ce630d5034ca8a1bf8c08dc6a56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip line end white-space.</title>
<updated>2023-06-24T22:54:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-06-24T22:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=69ea8169cbc562bda68a46ba00d44c87ffc5a15e'/>
<id>69ea8169cbc562bda68a46ba00d44c87ffc5a15e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache client rectangle when view resized. That makes it safer to access from</title>
<updated>2023-02-28T05:42:55+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-28T05:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a55079bdcea7f3bbaae726166890841eb1ad1c2f'/>
<id>a55079bdcea7f3bbaae726166890841eb1ad1c2f</id>
<content type='text'>
secondary threads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
secondary threads.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove _CRT_SECURE_NO_DEPRECATE.</title>
<updated>2023-02-22T02:53:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-22T02:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=353d1f300549f23b7c8c2914fa5d19f5ec6aa48b'/>
<id>353d1f300549f23b7c8c2914fa5d19f5ec6aa48b</id>
<content type='text'>
Replace [v]sprintf with bounds checked [v]snprintf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace [v]sprintf with bounds checked [v]snprintf.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated dependencies as PositionCache.cxx now uses DBCS.h.</title>
<updated>2023-02-13T04:54:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-02-13T04:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=925f71967990878b61cbfc088e0a369dc2a61673'/>
<id>925f71967990878b61cbfc088e0a369dc2a61673</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1476] Add support for surrounding text in GTK input methods</title>
<updated>2023-01-27T20:09:40+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2023-01-27T20:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=33f32a76dae02591faddc763284cfe4d7264b0b7'/>
<id>33f32a76dae02591faddc763284cfe4d7264b0b7</id>
<content type='text'>
Add support for retrieving and deleting surrounding text from input
methods on GTK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for retrieving and deleting surrounding text from input
methods on GTK.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2375]. On Win32, fix scrolling speed to not be too fast.</title>
<updated>2023-01-17T08:03:05+00:00</updated>
<author>
<name>Enrico Tröger</name>
<email>unknown</email>
</author>
<published>2023-01-17T08:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6039080cfba2b9344fa9cde2ba5688d2db590d66'/>
<id>6039080cfba2b9344fa9cde2ba5688d2db590d66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change release compilation optimization option to favour speed over space.</title>
<updated>2022-12-01T06:27:09+00:00</updated>
<author>
<name>Mitchell Foral</name>
<email>unknown</email>
</author>
<published>2022-12-01T06:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a400bd33f0cb4f322de4208bb7159673a399521'/>
<id>9a400bd33f0cb4f322de4208bb7159673a399521</id>
<content type='text'>
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
</pre>
</div>
</content>
</entry>
</feed>
