<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-3-7-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>Updates for 3.7.2.</title>
<updated>2016-12-26T21:59:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-12-26T21:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eb7161524d1b75aaafe38e4aed4bb710ac093524'/>
<id>eb7161524d1b75aaafe38e4aed4bb710ac093524</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change log for previous 5 accessibility changes from Columban.</title>
<updated>2016-12-26T01:56:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-12-26T01:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3b3ba2051d3b059ff979ccda6775cce9a79439ac'/>
<id>3b3ba2051d3b059ff979ccda6775cce9a79439ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Ensure styles are valid when retrieving them for accessibility purposes</title>
<updated>2016-12-18T15:36:13+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-12-18T15:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=729a6b77fc344ea19a7727b44abe98cfb86a9fbc'/>
<id>729a6b77fc344ea19a7727b44abe98cfb86a9fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Fix reporting deletion length in the accessible</title>
<updated>2016-12-18T15:35:22+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-12-18T15:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6ec638201f5600dd24dcaaf580c499200fdbddbe'/>
<id>6ec638201f5600dd24dcaaf580c499200fdbddbe</id>
<content type='text'>
We cannot compute the length in characters after the text has been
deleted, so we need to compute it in BEFOREDELETE.  However, we need to
emit the signal once the buffer has actually changed, so we need to
cache the value in-between those events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We cannot compute the length in characters after the text has been
deleted, so we need to compute it in BEFOREDELETE.  However, we need to
emit the signal once the buffer has actually changed, so we need to
cache the value in-between those events.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Fix off-by-one error in accessible attribute runs</title>
<updated>2016-12-18T15:35:06+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-12-18T15:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a19969b8cc1d1de3d8119e831a8e017dd256361e'/>
<id>a19969b8cc1d1de3d8119e831a8e017dd256361e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Fix accessible object lifetime on GTK &lt; 3.8</title>
<updated>2016-12-18T15:34:20+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-12-18T15:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44db29daabc25080af8f438d903cdef26ca1b27f'/>
<id>44db29daabc25080af8f438d903cdef26ca1b27f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Add some documentation on accessible object reference ownerships</title>
<updated>2016-10-24T10:22:26+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-10-24T10:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3f7382feed4805fda56b5f5803b5e917d1e292f'/>
<id>d3f7382feed4805fda56b5f5803b5e917d1e292f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SciTE change log.</title>
<updated>2016-12-13T06:23:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-12-13T06:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5de956723f737fa65b7bb453d7ad71cc914d8d50'/>
<id>5de956723f737fa65b7bb453d7ad71cc914d8d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warning suppression and documentation of previous change 6082.</title>
<updated>2016-12-08T22:30:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-12-08T22:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d56b12f17f91afc131a670a28c1e12ebb3028d70'/>
<id>d56b12f17f91afc131a670a28c1e12ebb3028d70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use double coordinates instead of float in some cases as float ran out of</title>
<updated>2016-12-08T22:05:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-12-08T22:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=82ee0a0a14f83b3d85e7298f82165667c77b9a34'/>
<id>82ee0a0a14f83b3d85e7298f82165667c77b9a34</id>
<content type='text'>
precision in long documents. This meant that individual lines could not be
selected by mouse when the document exceeded 16.7 million lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
precision in long documents. This meant that individual lines could not be
selected by mouse when the document exceeded 16.7 million lines.
</pre>
</div>
</content>
</entry>
</feed>
