<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-3-4-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>Updates for 3.4.3 release.</title>
<updated>2014-05-26T01:36:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-26T01:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6c82c602edf27a859407f2b26227a55e70e49c7'/>
<id>f6c82c602edf27a859407f2b26227a55e70e49c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.</title>
<updated>2014-05-26T01:33:26+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-26T01:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=129dc85ba1c4b2ed1af9b53582c96096b6b54802'/>
<id>129dc85ba1c4b2ed1af9b53582c96096b6b54802</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 3.4.2 release.</title>
<updated>2014-05-16T02:37:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-16T02:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=edffd742fe6a17f0ac075aac839cafcd4413334c'/>
<id>edffd742fe6a17f0ac075aac839cafcd4413334c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window.</title>
<updated>2014-05-10T09:23:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-10T09:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b9416946b48ebebcdfac9b96fa8a6ecce62b62c3'/>
<id>b9416946b48ebebcdfac9b96fa8a6ecce62b62c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Explicit and more consistent use of XYPOSITION versus int.</title>
<updated>2014-05-03T04:16:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T04:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e7f79269406933b3edef09c5e6ece9f0d8a99bad'/>
<id>e7f79269406933b3edef09c5e6ece9f0d8a99bad</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>Fix assertion that was broken by undefined behaviour fix.</title>
<updated>2014-05-03T01:06:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-03T01:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d0a70ff63d32d034a6ee0417466f50acafefba40'/>
<id>d0a70ff63d32d034a6ee0417466f50acafefba40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use exact SciFnDirect function signature for DirectFunction as earlier version</title>
<updated>2014-05-02T13:19:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-02T13:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=42ce770c6497f865ce34a93f63cc376c3152f3c4'/>
<id>42ce770c6497f865ce34a93f63cc376c3152f3c4</id>
<content type='text'>
depended on undefined behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
depended on undefined behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate insertion for paste into Editor class and perform line end</title>
<updated>2014-05-01T00:51:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-05-01T00:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6ad671e48322e34cf23f75ea4abcff008a15e1a'/>
<id>f6ad671e48322e34cf23f75ea4abcff008a15e1a</id>
<content type='text'>
conversion in Editor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
conversion in Editor.
</pre>
</div>
</content>
</entry>
</feed>
