<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja, 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>release 1.19.3</title>
<updated>2017-12-27T15:24:43+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-12-27T15:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2ac7f3788d2bf9f4688da834856d53174f8f5124'/>
<id>2ac7f3788d2bf9f4688da834856d53174f8f5124</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with transifex</title>
<updated>2017-12-27T15:18:23+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-12-27T15:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=bf71268149a6641b7a9005884945c7afc06f7ff5'/>
<id>bf71268149a6641b7a9005884945c7afc06f7ff5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>release 1.19.2</title>
<updated>2017-10-11T13:59:01+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-10-11T13:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d0429e31320aa70661af3408171fcd4781c33f34'/>
<id>d0429e31320aa70661af3408171fcd4781c33f34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with transifex</title>
<updated>2017-10-11T13:55:09+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-10-11T13:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=44ed4a55f4b0df13908c71fe577e5ae343c4eccf'/>
<id>44ed4a55f4b0df13908c71fe577e5ae343c4eccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
