<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src/file-manager, branch v1.19.0</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>don't check nonexistent MATE22_USER_DIR env var</title>
<updated>2017-04-18T08:19:51+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-04-18T08:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ed842baac4f438a90bd6214020d2363241171545'/>
<id>ed842baac4f438a90bd6214020d2363241171545</id>
<content type='text'>
another case of excessive gnome -&gt; mate renaming back in 2011
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
another case of excessive gnome -&gt; mate renaming back in 2011
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken rename in list view by selectin file name cell.</title>
<updated>2017-03-23T15:33:42+00:00</updated>
<author>
<name>Martin Pieuchot</name>
<email>mpi@grenadille.net</email>
</author>
<published>2017-03-23T10:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=8eb3d9d5452eb42634f27de59178e64da1e8f86f'/>
<id>8eb3d9d5452eb42634f27de59178e64da1e8f86f</id>
<content type='text'>
This is a backport from nautilus 5b09cedf434b53a975074b346d511335fc735cba

  list-view: explicitly set cursor on file name cell renderer on rename

  The file name column has two cell renderers, one for the icon and another for
  the name string. Thus, gtk_tree_view_set_cursor() isn't enough to reliably
  start editing the file name cell since it will try to edit whatever is the
  currently focused cell in the column.

  https://bugzilla.gnome.org/show_bug.cgi?id=656128

Fixes https://github.com/mate-desktop/caja/issues/741
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a backport from nautilus 5b09cedf434b53a975074b346d511335fc735cba

  list-view: explicitly set cursor on file name cell renderer on rename

  The file name column has two cell renderers, one for the icon and another for
  the name string. Thus, gtk_tree_view_set_cursor() isn't enough to reliably
  start editing the file name cell since it will try to edit whatever is the
  currently focused cell in the column.

  https://bugzilla.gnome.org/show_bug.cgi?id=656128

Fixes https://github.com/mate-desktop/caja/issues/741
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "GTK3.21:fix desktop redraw"</title>
<updated>2017-03-13T09:28:08+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=438682bef1a8fea49b4c6972350bede1bfad69d0'/>
<id>438682bef1a8fea49b4c6972350bede1bfad69d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code</title>
<updated>2017-02-07T18:39:20+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-02-07T18:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=14b802e267e66f99db00fec1d2e6d262e5b7fb5a'/>
<id>14b802e267e66f99db00fec1d2e6d262e5b7fb5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for https://github.com/mate-desktop/caja/issues/734</title>
<updated>2017-02-07T06:00:50+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-02-07T06:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d575ecad1297e3200df6370efd5d9ae6db12b96a'/>
<id>d575ecad1297e3200df6370efd5d9ae6db12b96a</id>
<content type='text'>
restore "open with other application" menu entry for directories
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
restore "open with other application" menu entry for directories
</pre>
</div>
</content>
</entry>
<entry>
<title>show/hide columns instead of appending/removing them</title>
<updated>2017-01-06T10:39:44+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-01-06T10:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=81c03e738fd933702738264c75b0a4a0a72495b9'/>
<id>81c03e738fd933702738264c75b0a4a0a72495b9</id>
<content type='text'>
fixes https://github.com/mate-desktop/caja/issues/649

adapted from:
https://git.gnome.org/browse/nautilus/commit/?id=e19f7cb3fec1e6c884d1741c3c00916c65ab035f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/caja/issues/649

adapted from:
https://git.gnome.org/browse/nautilus/commit/?id=e19f7cb3fec1e6c884d1741c3c00916c65ab035f
</pre>
</div>
</content>
</entry>
<entry>
<title>Show "open with" tab in properties window when "open with" menu available</title>
<updated>2016-12-29T18:36:00+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-12-21T18:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a4f26d060486684e8d37e922ab2fbc4dcc02a85e'/>
<id>a4f26d060486684e8d37e922ab2fbc4dcc02a85e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show "open with" menu for desktop and theme files</title>
<updated>2016-12-29T18:36:00+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-12-20T01:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5432a415dadbd8db34081037645e0c38457900ec'/>
<id>5432a415dadbd8db34081037645e0c38457900ec</id>
<content type='text'>
Apply https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&amp;id=b9c51fd4eb84a9f52ee4be1bf183fc516984130b
via
https://gist.github.com/raveit65/19cfc5fe706ac6a2ea5d663a94fb02af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&amp;id=b9c51fd4eb84a9f52ee4be1bf183fc516984130b
via
https://gist.github.com/raveit65/19cfc5fe706ac6a2ea5d663a94fb02af
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build warning about wrong variable type</title>
<updated>2016-12-29T12:10:34+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-29T12:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5d1e0d9af9f8f235cc66c9ee2d20005eaf958fde'/>
<id>5d1e0d9af9f8f235cc66c9ee2d20005eaf958fde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indent and spacing a bit</title>
<updated>2016-12-29T11:49:39+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-29T11:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5ba16bf7f86d2a9daff01cc146a57f5201141c65'/>
<id>5ba16bf7f86d2a9daff01cc146a57f5201141c65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
