<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src, branch v1.19.3</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>WidthOfScreen and HeightOfScreen implementation</title>
<updated>2017-12-16T19:04:18+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-12-04T00:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2fea2c846689d3810def93e6e0e6eeb01c2ef718'/>
<id>2fea2c846689d3810def93e6e0e6eeb01c2ef718</id>
<content type='text'>
This commit reverts:

https://github.com/mate-desktop/caja/commit/4c130e22b98bbc1a85747adac3b582e45d34514e
https://github.com/mate-desktop/caja/commit/ac12e6d16f4a51b3327d013781e72cfec17f3624
https://github.com/mate-desktop/caja/commit/17b3c0ca924ffcd4bd06fded98227eba626d4f0b
https://github.com/mate-desktop/caja/commit/42c8d2c3373c25d6e321be6950997c0d7ce44279

And it applies an alternative to fix the deprecated functions:

gdk_screen_get_width
gdk_screen_get_height

gdk_screen_width
gdk_screen_height
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit reverts:

https://github.com/mate-desktop/caja/commit/4c130e22b98bbc1a85747adac3b582e45d34514e
https://github.com/mate-desktop/caja/commit/ac12e6d16f4a51b3327d013781e72cfec17f3624
https://github.com/mate-desktop/caja/commit/17b3c0ca924ffcd4bd06fded98227eba626d4f0b
https://github.com/mate-desktop/caja/commit/42c8d2c3373c25d6e321be6950997c0d7ce44279

And it applies an alternative to fix the deprecated functions:

gdk_screen_get_width
gdk_screen_get_height

gdk_screen_width
gdk_screen_height
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #880 and fix refusal to unmount when sidebar is wide</title>
<updated>2017-12-14T22:48:31+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-12-12T07:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c6b81f64c4c4212e414c04e584380774d6ac83ca'/>
<id>c6b81f64c4c4212e414c04e584380774d6ac83ca</id>
<content type='text'>
caja-places-sidebar: revert all kludges for eject behavior: Revert
https://github.com/mate-desktop/caja/commit/d14fef384a435471860130f7337d5dea5bb824a0
https://github.com/mate-desktop/caja/commit/9b2e152876067aaee3baa699c51c6c6174d4954e
and
https://github.com/mate-desktop/caja/commit/30f19d0aed3e40a3682f820059ebb8b3038ba84e
the last being a subset of a commit we'll apply later

caja-places-sidebar: fix eject button hover, eject behavior
Apply https://github.com/GNOME/nautilus/commit/f294a4e80626793624d76d6002b094d1c0809de4
"Fix up eject button hover in places sidebar"
We were calling gtk_tree_view_column_cell_get_position() without properly loading the cell attribute
for the right row before. We fix this by calling gtk_tree_view_column_cell_set_cell_data().
With this in place we can also use the x_offset for the position and avoid the whole summing of widths.
Due to a bug in Gtk which expands the eject icon cell renderer we have to right align it so that it
lines up properly.
https://bugzilla.gnome.org/show_bug.cgi?id=640741

caja-places-sidebar: disable overlay scrollbar
disable overlay scrollbars as they force the use of too much padding
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caja-places-sidebar: revert all kludges for eject behavior: Revert
https://github.com/mate-desktop/caja/commit/d14fef384a435471860130f7337d5dea5bb824a0
https://github.com/mate-desktop/caja/commit/9b2e152876067aaee3baa699c51c6c6174d4954e
and
https://github.com/mate-desktop/caja/commit/30f19d0aed3e40a3682f820059ebb8b3038ba84e
the last being a subset of a commit we'll apply later

caja-places-sidebar: fix eject button hover, eject behavior
Apply https://github.com/GNOME/nautilus/commit/f294a4e80626793624d76d6002b094d1c0809de4
"Fix up eject button hover in places sidebar"
We were calling gtk_tree_view_column_cell_get_position() without properly loading the cell attribute
for the right row before. We fix this by calling gtk_tree_view_column_cell_set_cell_data().
With this in place we can also use the x_offset for the position and avoid the whole summing of widths.
Due to a bug in Gtk which expands the eject icon cell renderer we have to right align it so that it
lines up properly.
https://bugzilla.gnome.org/show_bug.cgi?id=640741

caja-places-sidebar: disable overlay scrollbar
disable overlay scrollbars as they force the use of too much padding
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: wrong behavior with key "enter" while renaming files in list view</title>
<updated>2017-11-12T20:26:33+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-11-04T02:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b7eac84c00bcfb41e066f0d2c538f8d3b17054e0'/>
<id>b7eac84c00bcfb41e066f0d2c538f8d3b17054e0</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/698
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/698
</pre>
</div>
</content>
</entry>
<entry>
<title>open folder in new window: [ctrl] + [shift] + [w]</title>
<updated>2017-11-05T00:45:33+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-11-05T00:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c28e749f4bd1260ab019655e7f2f5f4320650ea5'/>
<id>c28e749f4bd1260ab019655e7f2f5f4320650ea5</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/859
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/859
</pre>
</div>
</content>
</entry>
<entry>
<title>zoom-control: change zoom with mousewheel scroll over button</title>
<updated>2017-11-02T14:39:50+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-11-02T14:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=836a987ba4612f95571b51d61c851ca1eefb4118'/>
<id>836a987ba4612f95571b51d61c851ca1eefb4118</id>
<content type='text'>
like it was with GTK+2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like it was with GTK+2
</pre>
</div>
</content>
</entry>
<entry>
<title>View -&gt; Visible Columns: fix vertical expand of dialog content</title>
<updated>2017-10-10T09:55:40+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-10-10T09:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b1f4107ff7211657e7e35304879aade488322647'/>
<id>b1f4107ff7211657e7e35304879aade488322647</id>
<content type='text'>
this menu item is only visible when list view is selected,
so I'm not surprised we missed it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this menu item is only visible when list view is selected,
so I'm not surprised we missed it
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: wrong &lt;Shift+Del&gt; behavior while renaming files</title>
<updated>2017-09-23T18:28:05+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2017-09-23T18:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e3c0b427bb5f6d29122abcedc894d311d989715b'/>
<id>e3c0b427bb5f6d29122abcedc894d311d989715b</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/509
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/509
</pre>
</div>
</content>
</entry>
<entry>
<title>list view: fix large icon margins on zooming out</title>
<updated>2017-08-29T18:48:40+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-08-28T11:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=1b6b16df34de6114e2cdd62b66d0c6e75c42a3e1'/>
<id>1b6b16df34de6114e2cdd62b66d0c6e75c42a3e1</id>
<content type='text'>
ported from:
https://git.gnome.org/browse/nautilus/commit/?id=4f17fb7db7b8736ebb4fe82ddb1c279777847730
https://git.gnome.org/browse/nautilus/commit/?id=41de4e52b43c8ed5c9118860dac7caa303ebbc5b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ported from:
https://git.gnome.org/browse/nautilus/commit/?id=4f17fb7db7b8736ebb4fe82ddb1c279777847730
https://git.gnome.org/browse/nautilus/commit/?id=41de4e52b43c8ed5c9118860dac7caa303ebbc5b
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Adds columns autosizing"</title>
<updated>2017-08-29T09:17:42+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-08-28T11:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b13b94a76b79dd2ce90998971defaf326f5c15ea'/>
<id>b13b94a76b79dd2ce90998971defaf326f5c15ea</id>
<content type='text'>
This reverts commit 2a424fca8bd928223e92570fa692266c471a52b3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2a424fca8bd928223e92570fa692266c471a52b3.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove weird +x attribute from a source file</title>
<updated>2017-08-28T10:40:28+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-08-28T10:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4ca3d658e1bb1736c96b1b2b3bda85dba43a4080'/>
<id>4ca3d658e1bb1736c96b1b2b3bda85dba43a4080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
