<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src/file-manager, branch v1.22.1</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>Pass "NULL" for keyboard event</title>
<updated>2019-04-08T17:58:25+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2019-04-03T07:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=03879a95d4e7af812be6e0d7017855da67cf2ab3'/>
<id>03879a95d4e7af812be6e0d7017855da67cf2ab3</id>
<content type='text'>
Fix  #1198 "Context menu with menu key broken"

Pass "NULL" for event which is passed ultimately to gtk_menu_popup_at_pointer as an invalid event was being passed when the menu key was used to open the icon views context menu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix  #1198 "Context menu with menu key broken"

Pass "NULL" for event which is passed ultimately to gtk_menu_popup_at_pointer as an invalid event was being passed when the menu key was used to open the icon views context menu
</pre>
</div>
</content>
</entry>
<entry>
<title>fm-tree-model: Fix use of memory after it is freed</title>
<updated>2019-03-05T00:20:06+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-02-24T20:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=1848d37c4ddb0d4d5b20f5bbb99b94e22aae68e7'/>
<id>1848d37c4ddb0d4d5b20f5bbb99b94e22aae68e7</id>
<content type='text'>
to avoid warning with Clang Analyzer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid warning with Clang Analyzer
</pre>
</div>
</content>
</entry>
<entry>
<title>fm-directory-view: Fix use of memory after it is freed</title>
<updated>2019-03-05T00:19:40+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-02-23T17:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7b605dd4d10b44aa8fd998d75dc2862edeea8629'/>
<id>7b605dd4d10b44aa8fd998d75dc2862edeea8629</id>
<content type='text'>
to avoid warning with Clang Analyzer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid warning with Clang Analyzer
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incompatible pointer types</title>
<updated>2019-02-02T00:14:51+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-02-01T12:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4e42def6ff1c846d54e93260d116dc69eac97d2f'/>
<id>4e42def6ff1c846d54e93260d116dc69eac97d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid deprecated g_type_class_add_private</title>
<updated>2019-01-28T03:13:55+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-01-24T09:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e8f124db938d82554f98a325dc23e9e09e195eb4'/>
<id>e8f124db938d82554f98a325dc23e9e09e195eb4</id>
<content type='text'>
- caja-connect-server-dialog
- caja-navigation-window
- caja-property-browser
- caja-sidebar-title
- caja-trash-bar
- caja-window
- caja-zoom-action
- caja-zoom-control
- fm-desktop-icon-view
- fm-properties-window
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- caja-connect-server-dialog
- caja-navigation-window
- caja-property-browser
- caja-sidebar-title
- caja-trash-bar
- caja-window
- caja-zoom-action
- caja-zoom-control
- fm-desktop-icon-view
- fm-properties-window
</pre>
</div>
</content>
</entry>
<entry>
<title>[libcaja-private] Re-check file MIME type before picking an application.</title>
<updated>2019-01-03T20:29:22+00:00</updated>
<author>
<name>Max Eliaser</name>
<email>max@meliaserlow.dyndns.tv</email>
</author>
<published>2018-12-30T22:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=9991fb1762bd44762c4ee43b2484f30114a307d4'/>
<id>9991fb1762bd44762c4ee43b2484f30114a307d4</id>
<content type='text'>
An example of when the MIME type might change: a file is initially created
with 0 bytes of content, but more data is added later. Empty files are always
detected as plain text, but the file might not be empty anymore when the user
opens it.

This commit affects the behavior when double-clicking a file and when right-
clicking on it too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An example of when the MIME type might change: a file is initially created
with 0 bytes of content, but more data is added later. Empty files are always
detected as plain text, but the file might not be empty anymore when the user
opens it.

This commit affects the behavior when double-clicking a file and when right-
clicking on it too.
</pre>
</div>
</content>
</entry>
<entry>
<title>[file-manager] Fix apparent bug in context menu updating code.</title>
<updated>2019-01-03T20:29:22+00:00</updated>
<author>
<name>Max Eliaser</name>
<email>max@meliaserlow.dyndns.tv</email>
</author>
<published>2019-01-01T21:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e51b16d36919d1f075804cffcb9739c2ce761028'/>
<id>e51b16d36919d1f075804cffcb9739c2ce761028</id>
<content type='text'>
The code looked like it was supposed to check whether each file in the
selection could be opened in an external app, but was only checking the
first item in the selection repeatedly.

This bug may have been mostly benign since the subsequent call to
caja_mime_get_default_application_for_files will return NULL anyway if the
files don't all match each other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code looked like it was supposed to check whether each file in the
selection could be opened in an external app, but was only checking the
first item in the selection repeatedly.

This bug may have been mostly benign since the subsequent call to
caja_mime_get_default_application_for_files will return NULL anyway if the
files don't all match each other.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fm-directory-view.c:  Decrease minimum update interval."</title>
<updated>2018-12-30T20:43:12+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-12-30T01:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=cf23b9ab14406c0b84be044fdf3fa93431a18a16'/>
<id>cf23b9ab14406c0b84be044fdf3fa93431a18a16</id>
<content type='text'>
This reverts commit 021ff2ac062f1cfd52726c78e9a3956405001c6e.

Fixes https://github.com/mate-desktop/caja/issues/1101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 021ff2ac062f1cfd52726c78e9a3956405001c6e.

Fixes https://github.com/mate-desktop/caja/issues/1101
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless comments, correct description string</title>
<updated>2018-12-27T12:11:09+00:00</updated>
<author>
<name>Sargastic</name>
<email>sargastic@gmail.com</email>
</author>
<published>2018-08-15T09:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2d6648558791748fee853491eba6603b85675c9e'/>
<id>2d6648558791748fee853491eba6603b85675c9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add independent show/hide backup files</title>
<updated>2018-12-27T12:11:09+00:00</updated>
<author>
<name>Sargastic</name>
<email>sargastic@gmail.com</email>
</author>
<published>2018-08-11T19:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=58e987622a1d4ff137b9e5475880376dd60ac18b'/>
<id>58e987622a1d4ff137b9e5475880376dd60ac18b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
