<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/mate-dictionary/src, branch v1.15.0</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>GTK+3 mdict window: Do not use deprecate composite-child API</title>
<updated>2016-05-30T15:33:02+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-30T10:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=49821e9824babbd8719898db610a4fbf7a396b2e'/>
<id>49821e9824babbd8719898db610a4fbf7a396b2e</id>
<content type='text'>
It's useless anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=745022

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=f353608
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's useless anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=745022

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=f353608
</pre>
</div>
</content>
</entry>
<entry>
<title>mdict: Remove assertion in sidebar code</title>
<updated>2016-05-30T15:32:47+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-29T16:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=f9b45e265b9371b5a857c3aafa5d68d8394ad0be'/>
<id>f9b45e265b9371b5a857c3aafa5d68d8394ad0be</id>
<content type='text'>
Allow the sidebar page to be unset.

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the sidebar page to be unset.

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk+3 mdict sidebar: do not use derecated GtkArrow</title>
<updated>2016-05-30T15:21:26+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-30T15:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=3f63b98946169bf9f7b4013376113af5bc107605'/>
<id>3f63b98946169bf9f7b4013376113af5bc107605</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=c60d8c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=c60d8c8
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+3 mdict: do not use deprecated gtk_widget_size_request</title>
<updated>2016-05-30T15:16:15+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-30T15:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=b446782d0f4a7ce1c91a1092c979c5fe2fdbb9dd'/>
<id>b446782d0f4a7ce1c91a1092c979c5fe2fdbb9dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 dictionary: Remove style_set class handler</title>
<updated>2016-05-29T19:31:50+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-29T19:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=c816ebb3cdcca4559bcc25356bd5287dfaae982e'/>
<id>c816ebb3cdcca4559bcc25356bd5287dfaae982e</id>
<content type='text'>
The ::style-set signal should not be used, and we don't need to resize
on style changes. This eliminates an assertion triggered by the resize
grip.

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=3313b7c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ::style-set signal should not be used, and we don't need to resize
on style changes. This eliminates an assertion triggered by the resize
grip.

taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=3313b7c
</pre>
</div>
</content>
</entry>
<entry>
<title>Dictionary: Fix Gtk3.21 segfault </title>
<updated>2016-05-24T04:06:16+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-05-24T04:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=f832d9e9327f41ac653a7623e4f51d5139a03e1d'/>
<id>f832d9e9327f41ac653a7623e4f51d5139a03e1d</id>
<content type='text'>
Fix GTK 3.21 segfault caused by issue with calling gtk_widget_realize at this point in the program. Show the widget instead as this does the same thing implicitly and doesn't segfault. Restrict this to GTK 3.21 for now. Mate-dictionary windows haven't resized to fit text all the way back to MATE 1.10 as tested with GTK 3.14, so this whole function needs to either be fixed or removed. My earlier prevented it from being called by disabling a function that used GtkStyle but in this case GtkStyle isn't causing trouble -yet.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix GTK 3.21 segfault caused by issue with calling gtk_widget_realize at this point in the program. Show the widget instead as this does the same thing implicitly and doesn't segfault. Restrict this to GTK 3.21 for now. Mate-dictionary windows haven't resized to fit text all the way back to MATE 1.10 as tested with GTK 3.14, so this whole function needs to either be fixed or removed. My earlier prevented it from being called by disabling a function that used GtkStyle but in this case GtkStyle isn't causing trouble -yet.</pre>
</div>
</content>
</entry>
<entry>
<title>sidebar: don't select unrealized menu items</title>
<updated>2016-03-03T08:56:57+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-03T08:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=d746e6200476b98b07f23d80268a992508e32477'/>
<id>d746e6200476b98b07f23d80268a992508e32477</id>
<content type='text'>
fixes warnings on startup and UI freeze after selecting "New" menu item
with GTK+ &gt;= 3.18

from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=100e14d428c85b20252c92ee56c6a2f410e2f6d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes warnings on startup and UI freeze after selecting "New" menu item
with GTK+ &gt;= 3.18

from
https://git.gnome.org/browse/gnome-dictionary/commit/?id=100e14d428c85b20252c92ee56c6a2f410e2f6d0
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 gdict-window: don't use deprecated gtk_{h/v}box_new ()</title>
<updated>2016-01-23T14:26:11+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-01-23T14:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=0a6c93c71b6c1dd7151c929b9c9897c5b663a097'/>
<id>0a6c93c71b6c1dd7151c929b9c9897c5b663a097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Box</title>
<updated>2016-01-22T12:10:28+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-22T12:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=3967123299f476612b6d546b0b31c9293b3d5f26'/>
<id>3967123299f476612b6d546b0b31c9293b3d5f26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dictionary: use gtk_image_new_from_icon_name in both GTK+ builds</title>
<updated>2016-01-22T10:53:32+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-22T08:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=61fc4065c4cdcb49aeab3a38a9da95a043260f50'/>
<id>61fc4065c4cdcb49aeab3a38a9da95a043260f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
