<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/test, branch 1.22</title>
<subtitle>Caja, the file manager for the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/'/>
<entry>
<title>require GTK+ 3.22 and GLib 2.50</title>
<updated>2018-01-31T10:47:27+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-29T14:28:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=26a21fa2cb70a13b7e96ae43d4de825ad7663dc9'/>
<id>26a21fa2cb70a13b7e96ae43d4de825ad7663dc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop libunique,  GTK+2 code, and --with-gtk build option</title>
<updated>2016-11-22T20:02:51+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-11-22T20:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=276eb145ce96d5f75f8d3901daf6310f60ddbb81'/>
<id>276eb145ce96d5f75f8d3901daf6310f60ddbb81</id>
<content type='text'>
*Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors
*Remove GTK2 and libunique specific code.
*Leaves selector for specific GTK3 versions.
*Remove #DEFINES for vbox/hbox previously required for GTK2 compatability
*Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work
*spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors
*Remove GTK2 and libunique specific code.
*Leaves selector for specific GTK3 versions.
*Remove #DEFINES for vbox/hbox previously required for GTK2 compatability
*Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work
*spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 test-caja-wrap-table: don't use deprecated gtk_scrolled_window_add_with_viewport ()</title>
<updated>2016-01-15T16:29:33+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-01-15T16:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ccfe6d5364ecfd8f3bafef853e6a9fc7457a0af4'/>
<id>ccfe6d5364ecfd8f3bafef853e6a9fc7457a0af4</id>
<content type='text'>
gtk_scrolled_window_add_with_viewport () --&gt; gtk_container_add ()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gtk_scrolled_window_add_with_viewport () --&gt; gtk_container_add ()
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: do not use deprecated gtk_misc_set_alignment</title>
<updated>2015-10-19T13:31:56+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-09-26T15:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=597e229c69cf05e734ce0a08cc8ad1af4b2ebae8'/>
<id>597e229c69cf05e734ce0a08cc8ad1af4b2ebae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: Replace gtk_{v,h}box new with gtk_box_new</title>
<updated>2015-10-19T13:06:57+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-09-27T15:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5609227c672d94e54edec26e2b4db5f9e1697e17'/>
<id>5609227c672d94e54edec26e2b4db5f9e1697e17</id>
<content type='text'>
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
</pre>
</div>
</content>
</entry>
<entry>
<title>drop support for GLib &lt; 2.36</title>
<updated>2015-01-13T10:55:00+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-12T13:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8'/>
<id>53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8</id>
<content type='text'>
Closes https://github.com/mate-desktop/caja/pull/372
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/caja/pull/372
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some g_thread_init deprecations</title>
<updated>2014-03-22T18:13:58+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2014-03-22T18:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a395859226fd2532b5a8a59757c460ccbd26ded0'/>
<id>a395859226fd2532b5a8a59757c460ccbd26ded0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>INCLUDES to AM_CPPFLAGS</title>
<updated>2013-07-18T21:04:29+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2013-07-18T21:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5c97d988bca602cb73efc7f3ae62a7fb51baff05'/>
<id>5c97d988bca602cb73efc7f3ae62a7fb51baff05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[eel] remove functions to set widget backgrounds</title>
<updated>2012-11-16T07:45:49+00:00</updated>
<author>
<name>Jasmine Hassan</name>
<email>jasmine.aura@gmail.com</email>
</author>
<published>2012-11-05T01:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=654e3c45484f0f082e5ba3ef097219476205caa4'/>
<id>654e3c45484f0f082e5ba3ef097219476205caa4</id>
<content type='text'>
Now that we've removed eel_gtk_widget_set_background_color
calls in eel-debug-drawing.c and test-eel-image-table.c,
both it and _set_foreground_color are unused.

Original commit:
http://git.gnome.org/browse/nautilus/commit/?id=57b66862a53298468755e12ca3712569274f0a32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we've removed eel_gtk_widget_set_background_color
calls in eel-debug-drawing.c and test-eel-image-table.c,
both it and _set_foreground_color are unused.

Original commit:
http://git.gnome.org/browse/nautilus/commit/?id=57b66862a53298468755e12ca3712569274f0a32
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] remove test-eel-image-scrolled</title>
<updated>2012-11-14T07:42:33+00:00</updated>
<author>
<name>Jasmine Hassan</name>
<email>jasmine.aura@gmail.com</email>
</author>
<published>2012-10-18T14:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=cbdd65ce75e49a8c0cc4055bf0c02dad66cab0cd'/>
<id>cbdd65ce75e49a8c0cc4055bf0c02dad66cab0cd</id>
<content type='text'>
http://git.gnome.org/browse/nautilus/commit/?id=931644a649175b1886dce5cc8e50c21380f8b8b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://git.gnome.org/browse/nautilus/commit/?id=931644a649175b1886dce5cc8e50c21380f8b8b0
</pre>
</div>
</content>
</entry>
</feed>
