<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-11-1</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: Delete standard functions on classes where there could be attempts to copy.</title>
<updated>2019-09-30T00:42:08+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-09-30T00:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44b175314f0b875e6d3fa0664ad2c0133e4542f9'/>
<id>44b175314f0b875e6d3fa0664ad2c0133e4542f9</id>
<content type='text'>
Backport of changeset 7696:18f98becfeaa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7696:18f98becfeaa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.</title>
<updated>2019-07-11T18:12:28+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-07-11T18:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2a15b94200abe8ee0df2dddc296f3dafd55655f8'/>
<id>2a15b94200abe8ee0df2dddc296f3dafd55655f8</id>
<content type='text'>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.

Backport of changeset 7613:4cfac35c71bd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.

Backport of changeset 7613:4cfac35c71bd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2111]. Retracted change to IME on GTK.</title>
<updated>2019-06-29T01:42:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-29T01:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=093b2d6514bbf5de6dfa47c4cc0381378891ece4'/>
<id>093b2d6514bbf5de6dfa47c4cc0381378891ece4</id>
<content type='text'>
Backed out changeset: 512ec9ab2e7c

Backport of changeset 7611:8c487135a6e4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backed out changeset: 512ec9ab2e7c

Backport of changeset 7611:8c487135a6e4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2111]. Reset IME when mouse is clicked on GTK.</title>
<updated>2019-06-22T06:28:54+00:00</updated>
<author>
<name>Hodong Kim</name>
<email>unknown</email>
</author>
<published>2019-06-22T06:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=475d2bb335bd849eb87feebac9ad34768f534f51'/>
<id>475d2bb335bd849eb87feebac9ad34768f534f51</id>
<content type='text'>
Backport of changeset 7599:512ec9ab2e7c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7599:512ec9ab2e7c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove CHECK_DEPRECATED option as deprecations always checked.</title>
<updated>2019-06-22T05:01:07+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-22T05:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a953fd086c4c5125aec65443721b046565b489f2'/>
<id>a953fd086c4c5125aec65443721b046565b489f2</id>
<content type='text'>
Backport of changeset 7597:f2298aa753d1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7597:f2298aa753d1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as</title>
<updated>2019-06-22T01:37:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-22T01:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dd4e7804282ca821f1a82cbe9b0068cd675295ff'/>
<id>dd4e7804282ca821f1a82cbe9b0068cd675295ff</id>
<content type='text'>
INDIC_ is also used for indicator styles.

Backport of changeset 7594:190079cd334f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
INDIC_ is also used for indicator styles.

Backport of changeset 7594:190079cd334f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.</title>
<updated>2019-07-11T16:49:28+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-07-11T16:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e305512e58c726ef1855ffec4af69c90cfc9e396'/>
<id>e305512e58c726ef1855ffec4af69c90cfc9e396</id>
<content type='text'>
Backport of changeset 7575:e1e9f53b0423.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7575:e1e9f53b0423.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.</title>
<updated>2019-07-11T15:45:48+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-07-11T15:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=915e4978fdea3642d27dc94e69d90b140894bc14'/>
<id>915e4978fdea3642d27dc94e69d90b140894bc14</id>
<content type='text'>
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function
since `strnlen` is not part of the C or C++ standard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function
since `strnlen` is not part of the C or C++ standard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Feature [feature-requests:#1280]. Lexer added for X12.</title>
<updated>2019-05-27T22:34:00+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-05-27T22:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f84f2a3daef704cb309009f51b5da9f325979f68'/>
<id>f84f2a3daef704cb309009f51b5da9f325979f68</id>
<content type='text'>
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct
definition not having default values, which is a C++14 feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct
definition not having default values, which is a C++14 feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs.</title>
<updated>2019-04-27T21:39:43+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-04-27T21:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3c7a5c0559aeb74dbb6fa9c76d4a3155ce0f58e8'/>
<id>3c7a5c0559aeb74dbb6fa9c76d4a3155ce0f58e8</id>
<content type='text'>
This reverts parts of changeset 7371:886ffb3884fe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts parts of changeset 7371:886ffb3884fe.
</pre>
</div>
</content>
</entry>
</feed>
