<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-4-2</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>Fix typos in comments (src)</title>
<updated>2014-01-20T07:06:36+00:00</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2014-01-20T07:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cce3c51c612eb0c78bdc25fdd443858b458e0966'/>
<id>cce3c51c612eb0c78bdc25fdd443858b458e0966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split variable into two as used for different reasons. Use unsigned to avoid</title>
<updated>2014-05-12T00:55:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-12T00:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=62b5d8dfe5d179b3543834e6f5f60576be1585da'/>
<id>62b5d8dfe5d179b3543834e6f5f60576be1585da</id>
<content type='text'>
possibility of sign extension problems and to minimize type conversions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
possibility of sign extension problems and to minimize type conversions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing the int-based constructors for Point and PRectangle with FromInts</title>
<updated>2014-05-03T10:21:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T10:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce6e4b52401b29e0f34888250b8c8cbb5821bc4d'/>
<id>ce6e4b52401b29e0f34888250b8c8cbb5821bc4d</id>
<content type='text'>
static methods as there were too many failures with mixed types and not-quite
matching types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
static methods as there were too many failures with mixed types and not-quite
matching types.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on MSVC 'possible loss of data' warnings and add explicit casts.</title>
<updated>2014-05-03T08:01:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T08:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c3e5215e06bd8ff394a9911b5573969cc55681a0'/>
<id>c3e5215e06bd8ff394a9911b5573969cc55681a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using casts and an alternate PRectangle constructor to make XYPOSITION &lt;-&gt; int</title>
<updated>2014-05-03T03:30:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T03:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8bc5ddbe103f6e34538f0cbe9569201e0a5531ec'/>
<id>8bc5ddbe103f6e34538f0cbe9569201e0a5531ec</id>
<content type='text'>
conversions and other conversions more consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
conversions and other conversions more consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicit and more consistent use of XYPOSITION versus int.</title>
<updated>2014-05-03T03:05:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T03:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c6aab7142f462eaeab3fd517f9d876da835b0853'/>
<id>c6aab7142f462eaeab3fd517f9d876da835b0853</id>
<content type='text'>
Fixes possible loss of data warnings when switched on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes possible loss of data warnings when switched on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convenience Point constructor from integers as common source of shapes.</title>
<updated>2014-05-03T02:53:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T02:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4098bee4df45d3208aaced3f39acc3b2a92977d2'/>
<id>4098bee4df45d3208aaced3f39acc3b2a92977d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add needed casts and remove a cast that is not needed.</title>
<updated>2014-05-03T02:47:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T02:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0295c75b63dad5d4bde682e40270fe681eb47d56'/>
<id>0295c75b63dad5d4bde682e40270fe681eb47d56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using unsigned int for cache index to avoid casts and potential for failure.</title>
<updated>2014-05-03T02:45:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T02:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=32bc0408823cd0108a8990d80c1f45259e99a0cb'/>
<id>32bc0408823cd0108a8990d80c1f45259e99a0cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move RoundXYPosition to global header to enable use in more modules.</title>
<updated>2014-05-03T02:38:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T02:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=66bcc90314984f17644952cbe2b2be23c72ac0eb'/>
<id>66bcc90314984f17644952cbe2b2be23c72ac0eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
