<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/XPM.cxx, branch rel-3-6-6</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>Make std::exception visible to all core code to remove chance that a different</title>
<updated>2015-07-03T23:27:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-03T23:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e767f21c8ce6bb5c6291fd501562b8392c93ce70'/>
<id>e767f21c8ce6bb5c6291fd501562b8392c93ce70</id>
<content type='text'>
tool set will not indirectly include &lt;stdexcept&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tool set will not indirectly include &lt;stdexcept&gt;.
</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=97ae63fa3914ac9894a319c0c75eeeffe96b16e9'/>
<id>97ae63fa3914ac9894a319c0c75eeeffe96b16e9</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>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=9e90d41b58d6eafbf90a7435ea40c8c94e0aa1b1'/>
<id>9e90d41b58d6eafbf90a7435ea40c8c94e0aa1b1</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>Remove method no longer needed.</title>
<updated>2014-03-22T22:50:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-03-22T22:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23f554037216696c0ce67cad40cadb95c6e02167'/>
<id>23f554037216696c0ce67cad40cadb95c6e02167</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format normalization - whitespace and braces made consistent.</title>
<updated>2013-12-14T23:46:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-14T23:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=982a9be5d39fb042e1deb86af5930cb54729f83f'/>
<id>982a9be5d39fb042e1deb86af5930cb54729f83f</id>
<content type='text'>
Parameter names added to method declarations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parameter names added to method declarations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalising order of language headers.</title>
<updated>2013-07-21T10:26:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-21T10:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3ccd74a83b03cb15d8bac7da38da5531d730bfaf'/>
<id>3ccd74a83b03cb15d8bac7da38da5531d730bfaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplifying XPM code and avoiding bare allocations.</title>
<updated>2013-05-02T07:40:29+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2013-05-02T07:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=516c6ae7a1ce3fbef7e6dca0f81d5273e7cde668'/>
<id>516c6ae7a1ce3fbef7e6dca0f81d5273e7cde668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing XPMSet class as no longer used.</title>
<updated>2013-05-02T05:41:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2013-05-02T05:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=446852f3610b7390f6ca4376f6661aa4bf1b2f88'/>
<id>446852f3610b7390f6ca4376f6661aa4bf1b2f88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Scale factor implemented for RGBAImages to allow for high definition markers on retina displays.</title>
<updated>2012-07-21T06:57:24+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2012-07-21T06:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=543346f2f1de2761d801b029bb8c658533aa9950'/>
<id>543346f2f1de2761d801b029bb8c658533aa9950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid loss of precision warnings from Borland.</title>
<updated>2012-07-17T03:05:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2012-07-17T03:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7f1fed72f2c9af337444a7bc954e0a5e6d733551'/>
<id>7f1fed72f2c9af337444a7bc954e0a5e6d733551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
