<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/curses/ScintillaCurses.cxx, branch rel-3-10-0</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: 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 (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>Removed ElapsedTime from curses platform.</title>
<updated>2018-05-07T01:27:32+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-07T01:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=13e297cde65be6bf58ac3587e5c2dd746fa1f778'/>
<id>13e297cde65be6bf58ac3587e5c2dd746fa1f778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.</title>
<updated>2018-05-06T03:10:51+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-06T03:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92676970616a5163636329e49c4cc825e46d6c7f'/>
<id>92676970616a5163636329e49c4cc825e46d6c7f</id>
<content type='text'>
This option is provisional and experimental.

Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added
'#include &lt;cstddef&gt;' to top of src/RESearch.cxx to fix 32-bit build error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is provisional and experimental.

Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added
'#include &lt;cstddef&gt;' to top of src/RESearch.cxx to fix 32-bit build error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed potential crashes in curses platform with newer versions of ncurses.</title>
<updated>2018-04-29T13:07:15+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-04-29T13:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c4e0a496cfb8d55cf439ccab4faf9aa71e8b70f7'/>
<id>c4e0a496cfb8d55cf439ccab4faf9aa71e8b70f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused inclusion of "XPM.h" in curses.</title>
<updated>2018-03-16T15:25:13+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-03-16T15:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c7441815efcd622731ba1c79d7b5f93e5f7eab91'/>
<id>c7441815efcd622731ba1c79d7b5f93e5f7eab91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use active Scintilla namespace in curses platform and fix name clashes.</title>
<updated>2018-03-15T15:22:53+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-03-15T15:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4fd00bf67d398898a5fa53d7945e5714ceb9e1e1'/>
<id>4fd00bf67d398898a5fa53d7945e5714ceb9e1e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new ILoader.h to curses platform.</title>
<updated>2018-03-15T12:50:15+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-03-15T12:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=36c751800f5492a8c3ab6c6d5557950292c9b55a'/>
<id>36c751800f5492a8c3ab6c6d5557950292c9b55a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated curses platform to add FineTicker* stubs.</title>
<updated>2018-03-14T17:51:45+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-03-14T17:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ca1549e20291650b25ccb3607e907b646f04c876'/>
<id>ca1549e20291650b25ccb3607e907b646f04c876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
