<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-3-3-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>Updated version numbers, date, and change log for 3.3.3.</title>
<updated>2013-05-27T00:44:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-27T00:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f82483c06da557dc3a0445e61eae576a0292696c'/>
<id>f82483c06da557dc3a0445e61eae576a0292696c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch SelectionText to use a std::string to hold the data and to provide accessors to this data.</title>
<updated>2013-05-26T08:23:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-26T08:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e023d0ca853019b90d0dcb02533eab32f7e6e79'/>
<id>8e023d0ca853019b90d0dcb02533eab32f7e6e79</id>
<content type='text'>
Add a length argument to DropAt, although previous signature still available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a length argument to DropAt, although previous signature still available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made methods const where they can be and are logically const as well.</title>
<updated>2013-05-23T14:04:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-23T14:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44da106995e3b3ca4068f584c16f59d8fced4e69'/>
<id>44da106995e3b3ca4068f584c16f59d8fced4e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: [feature-requests:#959]. Added lexer and folder for Structured Text language.</title>
<updated>2013-05-23T06:07:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-23T06:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=413444468f55e977a7b60a928c53e66cfe305460'/>
<id>413444468f55e977a7b60a928c53e66cfe305460</id>
<content type='text'>
from Pavel Bulochkin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from Pavel Bulochkin
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 3.3.2.</title>
<updated>2013-05-16T01:21:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-16T01:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3cf91989ea2580be30c5823297a2dd3aceda61b5'/>
<id>3cf91989ea2580be30c5823297a2dd3aceda61b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Partial fix for compiling Direct2D code with MinGW-w64.</title>
<updated>2013-05-08T01:47:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-08T01:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5edb8f8609a85df7fb81e20192487d58157c9069'/>
<id>5edb8f8609a85df7fb81e20192487d58157c9069</id>
<content type='text'>
Also needs changes to GUID code and the pixel format in InitPixMap but the
correct code for those issues is less certain.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also needs changes to GUID code and the pixel format in InitPixMap but the
correct code for those issues is less certain.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace X.data() with &amp;X[0] to allow building with old releases of Visual C++.</title>
<updated>2013-05-07T09:54:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-07T09:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44445c23207f13b43a62dbb3de50c48d902ce8c4'/>
<id>44445c23207f13b43a62dbb3de50c48d902ce8c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Since new throws an exception on failure, remove testing of result.</title>
<updated>2013-05-05T01:52:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-05T01:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46f28c2d01bd405725df6e06d0eeb543bb9092f8'/>
<id>46f28c2d01bd405725df6e06d0eeb543bb9092f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing support for Visual C++ 2005 and 6.0.</title>
<updated>2013-05-05T01:12:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-05T01:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1cc7b583576574d94e038692608f73df96964485'/>
<id>1cc7b583576574d94e038692608f73df96964485</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing raw pointers and allocations for list box with std::vector.</title>
<updated>2013-05-04T07:47:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-04T07:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f0800e34d0412868ca78bdb01e9418781d2a994'/>
<id>2f0800e34d0412868ca78bdb01e9418781d2a994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
