<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-5-4-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>Updates for version 5.4.2.</title>
<updated>2024-03-02T08:32:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-03-02T08:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=018aa335e36259e5028cbc7dfe53c45f293cace0'/>
<id>018aa335e36259e5028cbc7dfe53c45f293cace0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve layout when a text run contains left-to-right and right-to-left ranges.</title>
<updated>2024-02-29T04:15:03+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-02-29T04:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=899913225fe6cc67b30be125ef222ce93b87eb22'/>
<id>899913225fe6cc67b30be125ef222ce93b87eb22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move UndoHistory into its own module that is accessible from CellBuffer and</title>
<updated>2024-01-31T21:56:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2024-01-31T21:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c6b542f84e65083552e52768db7bb4c11dcd7a64'/>
<id>c6b542f84e65083552e52768db7bb4c11dcd7a64</id>
<content type='text'>
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Share definition of colour used for IME indicators on most platforms.</title>
<updated>2023-10-09T23:10:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-09T23:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fef04a18f5806f0842a1b97d3548738522ee1e33'/>
<id>fef04a18f5806f0842a1b97d3548738522ee1e33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use global constants for opaque black and white and local constants for greys.</title>
<updated>2023-10-09T22:11:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-10-09T22:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b20c3b551a4a87888cf00e5f7da22d836015a073'/>
<id>b20c3b551a4a87888cf00e5f7da22d836015a073</id>
<content type='text'>
Makes it easier to understand and reduces warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it easier to understand and reduces warnings.
</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 [#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>
</feed>
