<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, 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>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>Use simplified call to set SelectionText from std::string.</title>
<updated>2013-05-25T13:46:20+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-25T13:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1ae516e14d90899e931cd91ed9094e1e14c95df9'/>
<id>1ae516e14d90899e931cd91ed9094e1e14c95df9</id>
<content type='text'>
Change input argument of ConvertText to const as it is not changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change input argument of ConvertText to const as it is not changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: [#1481]. Incorrect event copying on GTK+ 3.x.</title>
<updated>2013-05-25T05:38:27+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-25T05:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3eb0dea3286c294932208de6b1f6dc0e8bc4d2db'/>
<id>3eb0dea3286c294932208de6b1f6dc0e8bc4d2db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crashes with SelectionText instances that did not have \0 terminators.</title>
<updated>2013-05-25T04:20:35+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-25T04:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a5256ce1302b41b7d3cb92d6393d0c86cd4723d0'/>
<id>a5256ce1302b41b7d3cb92d6393d0c86cd4723d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated make dependencies.</title>
<updated>2013-05-24T00:42:08+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-24T00:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=29f66c19f5a2be3b96477b0ee9981692c0569166'/>
<id>29f66c19f5a2be3b96477b0ee9981692c0569166</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Always display editor text in LTR direction</title>
<updated>2013-05-23T08:16:41+00:00</updated>
<author>
<name>Yosef Or Boczko</name>
<email>yosefor3@walla.com</email>
</author>
<published>2013-05-23T08:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=792b2b16f84c22392c6a7fc5b545c3a3e690d9bc'/>
<id>792b2b16f84c22392c6a7fc5b545c3a3e690d9bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to calls compatible with old compilers/run times so that cross compiling</title>
<updated>2013-05-23T05:43:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-23T05:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b77531466b99bf70358658e0e33b4288be436fea'/>
<id>b77531466b99bf70358658e0e33b4288be436fea</id>
<content type='text'>
Linux -&gt; OS X works.
From Mitchell Foral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linux -&gt; OS X works.
From Mitchell Foral.
</pre>
</div>
</content>
</entry>
<entry>
<title>Indentation formatting.</title>
<updated>2013-05-06T01:11:44+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-06T01:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=706e38dcc98521429f0c702e9aa93587219b6d80'/>
<id>706e38dcc98521429f0c702e9aa93587219b6d80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify CaseMapString by grouping the code that requires conversion</title>
<updated>2013-05-06T01:05:33+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-06T01:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6eb2d6558e3e6d5e48de5552d027d281d2342364'/>
<id>6eb2d6558e3e6d5e48de5552d027d281d2342364</id>
<content type='text'>
from and to UTF-8 together. Wrapping the allocation ensures deallocation
in all cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from and to UTF-8 together. Wrapping the allocation ensures deallocation
in all cases.
</pre>
</div>
</content>
</entry>
</feed>
