<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src, 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>Fix invocation with --geometry from the command line</title>
<updated>2019-04-09T12:48:34+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2019-04-02T20:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=79be18ef14cdf3404b96af1e8355648b5c0b3beb'/>
<id>79be18ef14cdf3404b96af1e8355648b5c0b3beb</id>
<content type='text'>
Due to changes somewhere else windows called with --geometry must now be opened before splitedOptions is freed or the geometry passed to later functions gets corrrupted

Note that setting a width smaller than 654 px will generate GTK warnings (negative content width and similar) but will still mostly work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to changes somewhere else windows called with --geometry must now be opened before splitedOptions is freed or the geometry passed to later functions gets corrrupted

Note that setting a width smaller than 654 px will generate GTK warnings (negative content width and similar) but will still mostly work.
</pre>
</div>
</content>
</entry>
<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>caja-information-panel: Fix use of memory after it is freed</title>
<updated>2019-03-05T00:19:53+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-02-23T18:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7c9ae01aaee4583eb0ca979dc3a07b6ae585a90d'/>
<id>7c9ae01aaee4583eb0ca979dc3a07b6ae585a90d</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>[Security] Use 'g_strlcpy' instead of 'strcpy'</title>
<updated>2019-03-05T00:18:47+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-02-23T12:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=fede3677725c71920288dfa9a6acdd0230e6c68b'/>
<id>fede3677725c71920288dfa9a6acdd0230e6c68b</id>
<content type='text'>
to avoid warnings with Clang Analyzer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid warnings with Clang Analyzer
</pre>
</div>
</content>
</entry>
<entry>
<title>Read authors and documenters fom caja.about file</title>
<updated>2019-02-18T07:23:30+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-17T14:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=53791817d5609e3b7e1631219c9ee9cd1d485cf6'/>
<id>53791817d5609e3b7e1631219c9ee9cd1d485cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure proper translation of the about dialog title</title>
<updated>2019-02-17T11:19:18+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-16T21:45:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=f5e08dd157d6a092fe6c779b9212343928dc743d'/>
<id>f5e08dd157d6a092fe6c779b9212343928dc743d</id>
<content type='text'>
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog

https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog

https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Update authors</title>
<updated>2019-02-14T21:21:22+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-14T12:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=222fcc0954eb13239e60fcd2b5fd5f1e5ae4406d'/>
<id>222fcc0954eb13239e60fcd2b5fd5f1e5ae4406d</id>
<content type='text'>
Merged the authors with the new ones:

git log --pretty="%an &lt;%ae&gt;" --since "2012-01-01" -- . "*.h" "*.c" | sort | uniq
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged the authors with the new ones:

git log --pretty="%an &lt;%ae&gt;" --since "2012-01-01" -- . "*.h" "*.c" | sort | uniq
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Documenters</title>
<updated>2019-02-13T22:27:39+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-13T07:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ba01c8c54f31695caf407911cf53f63575f408f7'/>
<id>ba01c8c54f31695caf407911cf53f63575f408f7</id>
<content type='text'>
Update "Documented by" in About Caja dialog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update "Documented by" in About Caja dialog
</pre>
</div>
</content>
</entry>
</feed>
