<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src, branch v1.16.4</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 broken rename in list view by selectin file name cell.</title>
<updated>2017-03-25T21:08:03+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=b205aaf76fde5f061f5e1fdb1a38534841e4883e'/>
<id>b205aaf76fde5f061f5e1fdb1a38534841e4883e</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>[GTK+3] property-browser: add style class frame to scrolledwindows</title>
<updated>2017-03-25T21:07:19+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-03-23T08:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=60b192c5939bf07f93bf4103ff7ccb55fe816581'/>
<id>60b192c5939bf07f93bf4103ff7ccb55fe816581</id>
<content type='text'>
port of 52a3d30957889eb37e65e9c4416dbe0ea79a109c + 45f862c6178358e73470296e5793b10c486926c1 to mixed GTK+2/3 code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
port of 52a3d30957889eb37e65e9c4416dbe0ea79a109c + 45f862c6178358e73470296e5793b10c486926c1 to mixed GTK+2/3 code
</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>restore "open with other application" menu entry for directories</title>
<updated>2017-02-17T12:55:40+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=d8ac8e9c2b7781931e42b72e3200e269a0f27acb'/>
<id>d8ac8e9c2b7781931e42b72e3200e269a0f27acb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>show/hide columns instead of appending/removing them</title>
<updated>2017-01-22T10:30:57+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=d443ee5ad388cacc96ce7d523af5216e266daf01'/>
<id>d443ee5ad388cacc96ce7d523af5216e266daf01</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>GTK+3: fix build warning about wrong variable type</title>
<updated>2017-01-22T10:22:16+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=5d10e2fd61222796bbd540dc1c452de50a075747'/>
<id>5d10e2fd61222796bbd540dc1c452de50a075747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prefs dialog: fix vertical expand of content with window resize</title>
<updated>2017-01-22T10:02:52+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-06T14:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ebe5dcc666f85033e9711e83461e0b5188c3f869'/>
<id>ebe5dcc666f85033e9711e83461e0b5188c3f869</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: fix mousewheel scrolling in compact view</title>
<updated>2017-01-22T10:00:38+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-11-04T03:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d773ac2760052190cccb7ca1161a005fb2464b7d'/>
<id>d773ac2760052190cccb7ca1161a005fb2464b7d</id>
<content type='text'>
with patch by ZenWalker to fix horizontal wheel scrolling

cherry-picked and squashed from:
https://github.com/mate-desktop/caja/commit/f34590dd7a71251515b90cd9812878b7d26d30b6
https://github.com/mate-desktop/caja/commit/ae053dbf2cc26ae74df5e782261c3a3bc7126763
https://github.com/mate-desktop/caja/commit/3e93f938000cdb24a6137daecd77fe010ae93f36
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with patch by ZenWalker to fix horizontal wheel scrolling

cherry-picked and squashed from:
https://github.com/mate-desktop/caja/commit/f34590dd7a71251515b90cd9812878b7d26d30b6
https://github.com/mate-desktop/caja/commit/ae053dbf2cc26ae74df5e782261c3a3bc7126763
https://github.com/mate-desktop/caja/commit/3e93f938000cdb24a6137daecd77fe010ae93f36
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop warnings on window-close and 3 warnings on exit</title>
<updated>2017-01-22T09:49:34+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-10-07T04:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=6b020640202f9e14af14845e54b8f3a74e941bf0'/>
<id>6b020640202f9e14af14845e54b8f3a74e941bf0</id>
<content type='text'>
Fix the gsignal warnings on window-close

based on https://github.com/mate-desktop/atril/commit/fda33fbeedc0aab64d9479850047d0817d0b38be
"Check if handler_id is connected before disconnect" from Atril

Also Fix "Source ID XXX was not found..." warnings on closing Caja

These three gsources are already gone when Caja exits, their ID's still exist but they cannot be found to remove. The warnings indicate double removal so this code block is just a source of errors. Leave it in place but commented out for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the gsignal warnings on window-close

based on https://github.com/mate-desktop/atril/commit/fda33fbeedc0aab64d9479850047d0817d0b38be
"Check if handler_id is connected before disconnect" from Atril

Also Fix "Source ID XXX was not found..." warnings on closing Caja

These three gsources are already gone when Caja exits, their ID's still exist but they cannot be found to remove. The warnings indicate double removal so this code block is just a source of errors. Leave it in place but commented out for now.
</pre>
</div>
</content>
</entry>
</feed>
