<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-4-0-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>[Bug #1983] Fix double tap word selection on Windows 10 1709 Fall Creators Update.</title>
<updated>2018-02-06T05:57:12+00:00</updated>
<author>
<name>Dimitar Radev</name>
<email>unknown</email>
</author>
<published>2018-02-06T05:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5cd1ba0ebee04d64386ec1ad20abec17153b18ea'/>
<id>5cd1ba0ebee04d64386ec1ad20abec17153b18ea</id>
<content type='text'>
Times of observed mouse events went backwards causing unsigned overflow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Times of observed mouse events went backwards causing unsigned overflow.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SC_DOCUMENTOPTION_STYLES_NONE.</title>
<updated>2018-02-02T03:34:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-02-02T03:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3f1c1f5fe73d9fe48af8ffc2f0dbf2107d65cf52'/>
<id>3f1c1f5fe73d9fe48af8ffc2f0dbf2107d65cf52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Templatize RunStyles so it can be over ranges of different types and contain</title>
<updated>2018-01-31T22:22:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-31T22:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=36e4a162b950bcee61f0fe27cbacd3e85a7bdb55'/>
<id>36e4a162b950bcee61f0fe27cbacd3e85a7bdb55</id>
<content type='text'>
different style types.
Currently only instantiated over &lt;int, int&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
different style types.
Currently only instantiated over &lt;int, int&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Templatize Partitioning so it can hold different types.</title>
<updated>2018-01-31T22:07:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-31T22:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=171899690407c0c81e0444478cb7ef64a9291c11'/>
<id>171899690407c0c81e0444478cb7ef64a9291c11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend SplitVector to allow more than 2 billion elements on 64-bit systems.</title>
<updated>2018-01-26T07:04:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-26T07:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8658d9b4ce85c12fe03876a5250e724780872407'/>
<id>8658d9b4ce85c12fe03876a5250e724780872407</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentOption argument to SCI_CREATELOADER.</title>
<updated>2018-01-26T00:12:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-26T00:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a5e9654ce0c4a6cd6c1aff452f8f9344a9849a6'/>
<id>4a5e9654ce0c4a6cd6c1aff452f8f9344a9849a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use std::end when filling arrays as reduces chance of mistake.</title>
<updated>2018-01-27T22:10:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-27T22:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1bd42ee98eff237cbc8e3856aa1e63ef5bc5b64a'/>
<id>1bd42ee98eff237cbc8e3856aa1e63ef5bc5b64a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Sci::clamp with C++ standard std::clamp function.</title>
<updated>2018-01-27T21:57:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-27T21:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6141b5164e83cf1122027decd88829e735ba707d'/>
<id>6141b5164e83cf1122027decd88829e735ba707d</id>
<content type='text'>
std::clamp is from C++17.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
std::clamp is from C++17.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use std::abs in preference to abs as std::abs is generic and abs casts to int</title>
<updated>2018-01-27T21:56:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-27T21:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9d748e03134e5c15dd8cb9e8887b80dca0312b09'/>
<id>9d748e03134e5c15dd8cb9e8887b80dca0312b09</id>
<content type='text'>
which may drop information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which may drop information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make clamp generic so can be used on more types.</title>
<updated>2018-01-21T21:20:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-21T21:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cd628e62f21dc03bc8d62bf5c8bf1fd65d025dd2'/>
<id>cd628e62f21dc03bc8d62bf5c8bf1fd65d025dd2</id>
<content type='text'>
Updated comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated comments.
</pre>
</div>
</content>
</entry>
</feed>
