<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-10-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>Backport: Replace the only use of a function from &lt;cctype&gt; with a Scintilla function.</title>
<updated>2019-01-13T05:30:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-13T05:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7927d7da0bbc485a142426bd6dbb9d6db8c2c105'/>
<id>7927d7da0bbc485a142426bd6dbb9d6db8c2c105</id>
<content type='text'>
Remove inclusion of &lt;cctype&gt; except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.

Backport of changeset 7228:348e55f8107c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove inclusion of &lt;cctype&gt; except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.

Backport of changeset 7228:348e55f8107c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Stop variable shadowing. This makes the code easier to understand and improves</title>
<updated>2019-01-07T05:17:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-07T05:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a383b457e234ec810ea38d76e619f34c19bed22'/>
<id>8a383b457e234ec810ea38d76e619f34c19bed22</id>
<content type='text'>
performance very slightly.

Backport of changeset 7196:094210c79fd4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
performance very slightly.

Backport of changeset 7196:094210c79fd4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.</title>
<updated>2018-10-10T22:29:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-10-10T22:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=083b30ff1783f7b6c803d2c5489ddcd5d0dce14f'/>
<id>083b30ff1783f7b6c803d2c5489ddcd5d0dce14f</id>
<content type='text'>
This can reduce the time taken to fold a document by half.

Backport of changeset 7110:09c647755bed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can reduce the time taken to fold a document by half.

Backport of changeset 7110:09c647755bed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add GradientRectangle method to Surface to draw rectangles with vertical or horizontal gradients.</title>
<updated>2018-05-25T21:44:28+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-25T21:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fba451a1d76be9b6945c9d5d7e219f7d7d1a4260'/>
<id>fba451a1d76be9b6945c9d5d7e219f7d7d1a4260</id>
<content type='text'>
Backport of changeset 6965:90c71d69e3b6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6965:90c71d69e3b6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for Polygon and delete the standard copy and assignment methods.</title>
<updated>2018-05-25T17:33:38+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-25T17:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=43566e4211e18057662ff5d8c8d3996b73090d43'/>
<id>43566e4211e18057662ff5d8c8d3996b73090d43</id>
<content type='text'>
Backport of changeset 6940:89fd29243232.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6940:89fd29243232.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Modernize Platform.h (2) - noexcept, const, constexpr.</title>
<updated>2018-05-14T03:57:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-14T03:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7a4fd484cc8229d3518039c82d950b4fa7f673cb'/>
<id>7a4fd484cc8229d3518039c82d950b4fa7f673cb</id>
<content type='text'>
ColourDesired is an int instead of long for consistency over different platforms.
Changes made to Point, PRectangle, and ColourDesired.
RoundXYPosition removed.

Backport of changeset 6939:7441dcb96e6a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ColourDesired is an int instead of long for consistency over different platforms.
Changes made to Point, PRectangle, and ColourDesired.
RoundXYPosition removed.

Backport of changeset 6939:7441dcb96e6a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Modernize Platform.h (1) - noexcept, const, standard methods.</title>
<updated>2018-05-14T03:42:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-14T03:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e94953b2d9f7d946445759fe31d169879b680c8'/>
<id>8e94953b2d9f7d946445759fe31d169879b680c8</id>
<content type='text'>
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu,
DynamicLibrary, and Platform.

Backport of changeset 6938:a42c7cc3254b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu,
DynamicLibrary, and Platform.

Backport of changeset 6938:a42c7cc3254b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Decrease use of casts and replace reinterpret_cast with static_cast.</title>
<updated>2018-05-01T22:52:00+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>unknown</email>
</author>
<published>2018-05-01T22:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c17461377eae8aee6fc129abc6b11a8811a59a85'/>
<id>c17461377eae8aee6fc129abc6b11a8811a59a85</id>
<content type='text'>
Backport of changeset 6782:8b447827f7a6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6782:8b447827f7a6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Updated dependencies.</title>
<updated>2018-05-01T04:24:05+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>unknown</email>
</author>
<published>2018-05-01T04:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c3a65f37eac66c61c9da89c6c847c65f528ea319'/>
<id>c3a65f37eac66c61c9da89c6c847c65f528ea319</id>
<content type='text'>
Backport of changeset 6775:c9895510ded6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6775:c9895510ded6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2012]. Use '0' instead of '0l'.</title>
<updated>2018-04-30T22:16:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-30T22:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e4d59c0da7564bc43533a4868a9d5d6304528581'/>
<id>e4d59c0da7564bc43533a4868a9d5d6304528581</id>
<content type='text'>
Backport of changeset 6768:afe3117ead02.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6768:afe3117ead02.
</pre>
</div>
</content>
</entry>
</feed>
