<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-7-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>Bug [#1907]. GTK: Prevent running signal handlers on a destroyed a11y object</title>
<updated>2017-02-07T22:24:14+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2017-02-07T22:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9ba3a4e0e6ad8ff248bf71a27274fe0976e864ab'/>
<id>9ba3a4e0e6ad8ff248bf71a27274fe0976e864ab</id>
<content type='text'>
Avoid crash when detaching the widget from the accessible object
without destroying that widget.

In such situations, the widget is still valid but we will have
destroyed the orphaned accessible object.  Thus, we must make sure we
disconnected the signal handlers the late accessible had set up on the
widget, as they won't be implicitly disconnected by widget
finalization in this case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid crash when detaching the widget from the accessible object
without destroying that widget.

In such situations, the widget is still valid but we will have
destroyed the orphaned accessible object.  Thus, we must make sure we
disconnected the signal handlers the late accessible had set up on the
widget, as they won't be implicitly disconnected by widget
finalization in this case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1901]. Make trackpad scrolling work on Wayland.</title>
<updated>2017-02-01T03:00:16+00:00</updated>
<author>
<name>John Flatness</name>
<email>unknown</email>
</author>
<published>2017-02-01T03:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7df292924c5f0afad4035e6958a0e000bfdbd4f6'/>
<id>7df292924c5f0afad4035e6958a0e000bfdbd4f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new simplified API for showing menu on GTK+ 3.22 as old API was deprecated.</title>
<updated>2017-01-03T22:55:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-01-03T22:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1887cdedfeb7ab3d5a0e6148a6c842c59f0ef1f3'/>
<id>1887cdedfeb7ab3d5a0e6148a6c842c59f0ef1f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use newer APIs for screen/monitor/display on GTK+ 3.22 as old APIs deprecated.</title>
<updated>2017-01-03T22:52:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-01-03T22:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4249bb9a78679fdf046c2d21ce53b9fef40d0d88'/>
<id>4249bb9a78679fdf046c2d21ce53b9fef40d0d88</id>
<content type='text'>
These are used to ensure popup windows are fully on-screen but after this
change, this doesn't always work on GTK+ 3.22 / Wayland.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are used to ensure popup windows are fully on-screen but after this
change, this doesn't always work on GTK+ 3.22 / Wayland.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't set window background on GTK+ 3.22 as this is deprecated.</title>
<updated>2017-01-03T22:32:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-01-03T22:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e49528db947df6b5ea6afbdd6fab354f4ae2aee8'/>
<id>e49528db947df6b5ea6afbdd6fab354f4ae2aee8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix display of autocompletion lists and calltips on GTK+ 3.22 on Wayland by</title>
<updated>2017-01-03T22:30:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-01-03T22:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b5d665fbc11fdf55ddd8c4f22b8962be09463707'/>
<id>b5d665fbc11fdf55ddd8c4f22b8962be09463707</id>
<content type='text'>
setting the owning window by calling gtk_window_set_transient_for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setting the owning window by calling gtk_window_set_transient_for.
</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>
</feed>
