<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/libcaja-private, branch 1.16</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>file: make caja_file_get_gicon return custom icons too (#765)</title>
<updated>2017-04-23T13:35:25+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-04-20T09:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=270bdcc5bb28bef06e02f5feabe2ac5a6b10b86a'/>
<id>270bdcc5bb28bef06e02f5feabe2ac5a6b10b86a</id>
<content type='text'>
fixes https://github.com/mate-desktop/caja/issues/410

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=f1c782c13dd675bafffb2a4d85900da52be88f3f</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/caja/issues/410

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=f1c782c13dd675bafffb2a4d85900da52be88f3f</pre>
</div>
</content>
</entry>
<entry>
<title>Open With dialog: force icon size</title>
<updated>2017-04-23T13:21:37+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-04-19T13:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b4123d435e2c730b3924bf089ec43fdd692dd12d'/>
<id>b4123d435e2c730b3924bf089ec43fdd692dd12d</id>
<content type='text'>
fixes https://github.com/mate-desktop/caja/issues/735
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/caja/issues/735
</pre>
</div>
</content>
</entry>
<entry>
<title>Add size_request to IconContainer to work around uncecessary  relayouting</title>
<updated>2017-04-14T14:01:23+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-04-14T10:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=8140e40379ce94f975c65a8bf2e11c636998c05c'/>
<id>8140e40379ce94f975c65a8bf2e11c636998c05c</id>
<content type='text'>
The GtkScrolledWindow uses the widget prefered size as a guess as to
whether scrollbars are needed or not in the automatic scrollbars case.
If we don't report anything for them we typically get it wrong and cause
two size allocate calls on the child each time, with different sizes.
This (the two sizes speicifically) will cause unnecessary relayouts of
the window.

So, we just report the current size of the layed out icons as the prefered
size. This is somewhat wrong as its depending on previous size_allocation
calls rather than the "ideal" size of the widget, but since the ideal size
is ignored anyway and just used for this it works well.

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=fa6e447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GtkScrolledWindow uses the widget prefered size as a guess as to
whether scrollbars are needed or not in the automatic scrollbars case.
If we don't report anything for them we typically get it wrong and cause
two size allocate calls on the child each time, with different sizes.
This (the two sizes speicifically) will cause unnecessary relayouts of
the window.

So, we just report the current size of the layed out icons as the prefered
size. This is somewhat wrong as its depending on previous size_allocation
calls rather than the "ideal" size of the widget, but since the ideal size
is ignored anyway and just used for this it works well.

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=fa6e447
</pre>
</div>
</content>
</entry>
<entry>
<title>IconCanvasItem: fix overlapping filenames on hover</title>
<updated>2017-04-14T13:50:37+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-04-13T06:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=1042cd8eeac2dc10114ab9e35f6e066c5e131ec0'/>
<id>1042cd8eeac2dc10114ab9e35f6e066c5e131ec0</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=308f4ce
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=308f4ce
</pre>
</div>
</content>
</entry>
<entry>
<title>[GTK+2] eel: Revert to set_back_pixmap for directories too</title>
<updated>2017-03-27T09:07:48+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2017-03-27T09:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=dedfcf46269792f1fa112d6236226f17d7d8050d'/>
<id>dedfcf46269792f1fa112d6236226f17d7d8050d</id>
<content type='text'>
Fixes #752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #752
</pre>
</div>
</content>
</entry>
<entry>
<title>eel: Avoid deprecated gdk_window_set_background functions</title>
<updated>2017-03-12T12:07:16+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2017-03-12T12:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=dc510d875ae166dd814cebc060186b4042b0ef30'/>
<id>dc510d875ae166dd814cebc060186b4042b0ef30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "GTK3.21:fix desktop redraw"</title>
<updated>2017-02-25T17:10:44+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2017-02-25T17:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=f8e542223bdd305ac69ed0380b05b9a0c99ad3ab'/>
<id>f8e542223bdd305ac69ed0380b05b9a0c99ad3ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace atk_focus_tracker_notify with atk_object_notify_state_change</title>
<updated>2017-02-16T13:56:16+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>themuso@ubuntu.com</email>
</author>
<published>2017-01-27T06:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=894252758b9da52948c4dddee97ab2dff31ea3da'/>
<id>894252758b9da52948c4dddee97ab2dff31ea3da</id>
<content type='text'>
squashed b2c2794dc0fbefc1a2dd902a0266afe68db7f79a + cea24ed35ad7f5a22298fe6d921e30a34476ad11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
squashed b2c2794dc0fbefc1a2dd902a0266afe68db7f79a + cea24ed35ad7f5a22298fe6d921e30a34476ad11
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ATK_STATE_SELECTED and ATK_STATE_FOCUSED appropriately for highlight property changes</title>
<updated>2017-02-16T13:50:33+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>themuso@ubuntu.com</email>
</author>
<published>2017-01-27T05:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=f2c26527f2c8b66b86becfebb81dd85cd3976d5b'/>
<id>f2c26527f2c8b66b86becfebb81dd85cd3976d5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keyboard-down wraparound on compact view</title>
<updated>2017-01-22T10:29:11+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-01-03T00:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d6dd10e66392e9b433eec39d8c86993d1d4386c9'/>
<id>d6dd10e66392e9b433eec39d8c86993d1d4386c9</id>
<content type='text'>
Fix https://github.com/mate-desktop/caja/issues/671
Apply https://git.gnome.org/browse/nautilus/commit/?id=40be4b85f51fc7b192ef7421b2ede27954997cc8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://github.com/mate-desktop/caja/issues/671
Apply https://git.gnome.org/browse/nautilus/commit/?id=40be4b85f51fc7b192ef7421b2ede27954997cc8
</pre>
</div>
</content>
</entry>
</feed>
