<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src, branch v1.16.1</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>Fix accessible object inherritance when used with GTK 3</title>
<updated>2016-10-18T13:31:31+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>themuso@ubuntu.com</email>
</author>
<published>2016-10-08T01:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a8470c69525fd6b0c2c94755298753f90b813831'/>
<id>a8470c69525fd6b0c2c94755298753f90b813831</id>
<content type='text'>
Also disable eel accessibility code that is not needed.

Fixes https://github.com/mate-desktop/caja/issues/590
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also disable eel accessibility code that is not needed.

Fixes https://github.com/mate-desktop/caja/issues/590
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: fix warnings cause by GtkGrid</title>
<updated>2016-10-05T03:23:51+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-10-05T03:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=97d8937817c7e6e653a7da4cfe646af7f74714f6'/>
<id>97d8937817c7e6e653a7da4cfe646af7f74714f6</id>
<content type='text'>
Apply https://github.com/itzexor/nemo/commit/2c60a3edaef10e9ef331740d55d3c45dd366c5db
window: remove custom get_preferred_width/height implementation
We already take care of the default size when we create the window, and these only break assumptions of the default GtkWindow's handlers.

in turn from
https://github.com/GNOME/nautilus/commit/da06dfc438e578405d616c48e8e3809d37c908bb

Nautilus commit is from Feb 17, 2014 prior to release of GTK 3.14. Could not build against GTK 3.14 over GTK 3.22 system due to mate-desktop errors but should work as Nautilus used it with 3.14. Test builds with GTK 3.16 and 3.22 worked fine, no issues with saved or command line geometry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply https://github.com/itzexor/nemo/commit/2c60a3edaef10e9ef331740d55d3c45dd366c5db
window: remove custom get_preferred_width/height implementation
We already take care of the default size when we create the window, and these only break assumptions of the default GtkWindow's handlers.

in turn from
https://github.com/GNOME/nautilus/commit/da06dfc438e578405d616c48e8e3809d37c908bb

Nautilus commit is from Feb 17, 2014 prior to release of GTK 3.14. Could not build against GTK 3.14 over GTK 3.22 system due to mate-desktop errors but should work as Nautilus used it with 3.14. Test builds with GTK 3.16 and 3.22 worked fine, no issues with saved or command line geometry
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for #492</title>
<updated>2016-09-15T05:04:13+00:00</updated>
<author>
<name>bl0ckeduser</name>
<email>bl0ckedusersoft@gmail.com</email>
</author>
<published>2016-08-19T21:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=887c8e8608f51f59bf520ba691e9eb9077d8e92d'/>
<id>887c8e8608f51f59bf520ba691e9eb9077d8e92d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3.20:fix statusbar deprecation warning</title>
<updated>2016-09-06T19:37:11+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-09-06T19:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=3394cacdc1a97909c64c603314a728c51047ee47'/>
<id>3394cacdc1a97909c64c603314a728c51047ee47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: Fix last pathbar warning</title>
<updated>2016-09-06T18:19:40+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-09-06T18:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=f9527fae54c6e8e9c0835c44aeb8062e7113137a'/>
<id>f9527fae54c6e8e9c0835c44aeb8062e7113137a</id>
<content type='text'>
Replace size request code with padding code borrowed from Nemo. For some reason gtk_widget_set_margin_start(or end) does not throw GTK warnings when called on GTK_WIDGET(button_date-&gt;label) while  gtk_widget_set_size_request does throw warnings. Neither generates a build warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace size request code with padding code borrowed from Nemo. For some reason gtk_widget_set_margin_start(or end) does not throw GTK warnings when called on GTK_WIDGET(button_date-&gt;label) while  gtk_widget_set_size_request does throw warnings. Neither generates a build warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: Fix pathbar "w/o calling gtk_widget get preferred width" warnings</title>
<updated>2016-09-06T03:52:06+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-09-06T03:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=adcd1fba4c7d42ca2a0190887937c7ea17a26204'/>
<id>adcd1fba4c7d42ca2a0190887937c7ea17a26204</id>
<content type='text'>
Stop the "allocating size of GtkButton &lt;xxxx&gt; without calling gtk_widget get preferred width/height()" warnings from caja-pathbar's slider buttons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop the "allocating size of GtkButton &lt;xxxx&gt; without calling gtk_widget get preferred width/height()" warnings from caja-pathbar's slider buttons
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: fix pathbar pango warnings</title>
<updated>2016-09-06T03:44:09+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-09-06T03:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=adabb4340bdcd1fe4dc58614690631bc69937fc5'/>
<id>adabb4340bdcd1fe4dc58614690631bc69937fc5</id>
<content type='text'>
Fix gtk_widget_create_pango_layout: assertion 'GTK_IS_WIDGET (widget)' failed warning and those descending from it. This does NOT fix the  gtk_widget_set_size_request: assertion 'GTK_IS_WIDGET (widget)' failed, which occurs because recent GTK3 versions warn that button_data is not a GtkWidget but still succeed in setting the size. Since GTK 3.22 will be the LAST version of GTK3 this won't break until GTK4 if ever.
Taking this out caused the pathbar buttons to jump on bold text so it had to be retained
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix gtk_widget_create_pango_layout: assertion 'GTK_IS_WIDGET (widget)' failed warning and those descending from it. This does NOT fix the  gtk_widget_set_size_request: assertion 'GTK_IS_WIDGET (widget)' failed, which occurs because recent GTK3 versions warn that button_data is not a GtkWidget but still succeed in setting the size. Since GTK 3.22 will be the LAST version of GTK3 this won't break until GTK4 if ever.
Taking this out caused the pathbar buttons to jump on bold text so it had to be retained
</pre>
</div>
</content>
</entry>
<entry>
<title>Update caja-actions.h</title>
<updated>2016-08-27T23:10:22+00:00</updated>
<author>
<name>bkerlin</name>
<email>me@brentkerlin.com</email>
</author>
<published>2016-08-27T23:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b833d3c4ce84f4a4d8644dd290e0a7b9480c722e'/>
<id>b833d3c4ce84f4a4d8644dd290e0a7b9480c722e</id>
<content type='text'>
Duplicate define of "CAJA_ACTION_UP_ACCEL" removed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Duplicate define of "CAJA_ACTION_UP_ACCEL" removed.</pre>
</div>
</content>
</entry>
<entry>
<title>drop a large amount of completely unused code</title>
<updated>2016-08-22T13:40:21+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-08-21T00:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=3c6122df79f4d6e86d7afa0e6c4b64403de7bc44'/>
<id>3c6122df79f4d6e86d7afa0e6c4b64403de7bc44</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 property-browser: port GtkTable to GtkGrid</title>
<updated>2016-08-12T20:37:47+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-08-09T14:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a6b29d8fd0297323256bf4cc96697e254d3b6e91'/>
<id>a6b29d8fd0297323256bf4cc96697e254d3b6e91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
