<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-5-3-3</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>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>
<entry>
<title>Bug [#2349]. Fix bug where there were too many or too few lines when wrapping.</title>
<updated>2022-10-04T01:48:46+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-10-04T01:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2e652e0d9eaa867dfce6d442b80e8bc7f074a2f1'/>
<id>2e652e0d9eaa867dfce6d442b80e8bc7f074a2f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added change history which can display document changes (modified, saved, ...)</title>
<updated>2022-07-31T05:51:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-31T05:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=926cb6f7d228b347db16a45e1f2632da475da1f0'/>
<id>926cb6f7d228b347db16a45e1f2632da475da1f0</id>
<content type='text'>
in the margin or in the text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the margin or in the text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failures with non-UTF-8 text when multi-threading. The Converter object on</title>
<updated>2022-07-05T11:28:45+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-05T11:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3825936549567ff3e0f1ec1995669880e79b2943'/>
<id>3825936549567ff3e0f1ec1995669880e79b2943</id>
<content type='text'>
SurfaceImpl uses g_iconv and could be called from multiple threads without
synchronization leading to occasional errors and potentially out-of-bounds
writes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SurfaceImpl uses g_iconv and could be called from multiple threads without
synchronization leading to occasional errors and potentially out-of-bounds
writes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid C-style cast and range reduction warnings from cppcheck 2.8.</title>
<updated>2022-07-04T12:24:50+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-07-04T12:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=01a7267cedd51d72bebb79a3ebe017541f0a3d12'/>
<id>01a7267cedd51d72bebb79a3ebe017541f0a3d12</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:#1427] Enable multithreaded layout for GTK on macOS</title>
<updated>2022-04-29T00:21:31+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-04-29T00:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=208bc58ecc1b9ce1abc9c88d2c7da65c6ba388e6'/>
<id>208bc58ecc1b9ce1abc9c88d2c7da65c6ba388e6</id>
<content type='text'>
and Win32.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and Win32.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update make dependencies.</title>
<updated>2022-04-28T23:21:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-04-28T23:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=137b176861666689bf5807abb7ad2288282cb047'/>
<id>137b176861666689bf5807abb7ad2288282cb047</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:#1389] Initialize CaseFolderTable to ASCII so</title>
<updated>2022-04-08T00:05:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-04-08T00:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a44ef9acfda0ec46a541f0be56333eb5cf6b0ff'/>
<id>8a44ef9acfda0ec46a541f0be56333eb5cf6b0ff</id>
<content type='text'>
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
</pre>
</div>
</content>
</entry>
</feed>
