<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src/caja-application.c, 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>pass CajaApplication instead of GApplication to DBus init</title>
<updated>2017-05-07T11:07:09+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-05-07T11:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=1562ded3bf38fb5a4a0483a8583aaa8640e2422f'/>
<id>1562ded3bf38fb5a4a0483a8583aaa8640e2422f</id>
<content type='text'>
fixes a build warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes a build warning
</pre>
</div>
</content>
</entry>
<entry>
<title>restore DBus interface initialization</title>
<updated>2017-05-03T17:26:36+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-05-03T12:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=00a679615d135db4016330c18ee731a668cdd8b4'/>
<id>00a679615d135db4016330c18ee731a668cdd8b4</id>
<content type='text'>
fixes https://github.com/mate-desktop/caja/issues/771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/caja/issues/771
</pre>
</div>
</content>
</entry>
<entry>
<title>CSS: Load a different caja-desktop.css with GTK 3.14</title>
<updated>2017-05-02T10:53:26+00:00</updated>
<author>
<name>Clement Lefebvre</name>
<email>clement.lefebvre@linuxmint.com</email>
</author>
<published>2017-05-02T10:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4538e30da3f1d5da1971d4372490fff5c62b32af'/>
<id>4538e30da3f1d5da1971d4372490fff5c62b32af</id>
<content type='text'>
In caja-desktop.css this line isn't compatible with GTK 3.14:

".caja-desktop:not(:selected):not(:active):not(.rubberband){"

It is needed for GTK 3.20/3.22 tough.

This PR checks the GTK version and loads the appropriate CSS.

This fixes desktop icons showing black text. That issue was
reproduced with Adwaita under LMDE with GTK 3.14.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In caja-desktop.css this line isn't compatible with GTK 3.14:

".caja-desktop:not(:selected):not(:active):not(.rubberband){"

It is needed for GTK 3.20/3.22 tough.

This PR checks the GTK version and loads the appropriate CSS.

This fixes desktop icons showing black text. That issue was
reproduced with Adwaita under LMDE with GTK 3.14.
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-application.c: Fix uninitialized variable</title>
<updated>2017-03-17T18:40:00+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2017-03-17T18:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7a378aa7109c6bc08050b1ba94d0f9b5c1ec0bc1'/>
<id>7a378aa7109c6bc08050b1ba94d0f9b5c1ec0bc1</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/747
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/747
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename labels: follow theme if available, sane default</title>
<updated>2016-12-04T20:23:03+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-12-04T20:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=aa7af8673a3d894fc99a00d1a30ea57f44e3e1c5'/>
<id>aa7af8673a3d894fc99a00d1a30ea57f44e3e1c5</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/688

*Split caja.css. Much of it can load with GTK_STYLE_PROVIDER_PRIORITY_THEME to allow themes that support Caja to set their own style. CSS required for the desktop background to show and to keep the white text suitable for most backgrounds needs GTK_STYLE_PROVIDER_PRIORITY_APPLICATION so it is loaded separately from new file caja-desktop.css

*Move all css items that must not be overridden by themes (most of them are for the desktop) to caja-desktop.css and keep those that are only needed when themes do not set them at all in caja.css
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/688

*Split caja.css. Much of it can load with GTK_STYLE_PROVIDER_PRIORITY_THEME to allow themes that support Caja to set their own style. CSS required for the desktop background to show and to keep the white text suitable for most backgrounds needs GTK_STYLE_PROVIDER_PRIORITY_APPLICATION so it is loaded separately from new file caja-desktop.css

*Move all css items that must not be overridden by themes (most of them are for the desktop) to caja-desktop.css and keep those that are only needed when themes do not set them at all in caja.css
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix restart loop when started without icons on the desktop</title>
<updated>2016-11-28T06:43:25+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-11-28T06:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ddc5a987ce8bee804a83a72049217a6fcc5cf0c4'/>
<id>ddc5a987ce8bee804a83a72049217a6fcc5cf0c4</id>
<content type='text'>
Fix for https://github.com/mate-desktop/caja/issues/686
Also checked in XFCE to make sure unkillable caja process did not return
Note that the combination of no icons on the desktop with exit on last window will still trigger a restart loop just as it always has
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for https://github.com/mate-desktop/caja/issues/686
Also checked in XFCE to make sure unkillable caja process did not return
Note that the combination of no icons on the desktop with exit on last window will still trigger a restart loop just as it always has
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop libunique,  GTK+2 code, and --with-gtk build option</title>
<updated>2016-11-22T20:02:51+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-11-22T20:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=276eb145ce96d5f75f8d3901daf6310f60ddbb81'/>
<id>276eb145ce96d5f75f8d3901daf6310f60ddbb81</id>
<content type='text'>
*Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors
*Remove GTK2 and libunique specific code.
*Leaves selector for specific GTK3 versions.
*Remove #DEFINES for vbox/hbox previously required for GTK2 compatability
*Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work
*spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors
*Remove GTK2 and libunique specific code.
*Leaves selector for specific GTK3 versions.
*Remove #DEFINES for vbox/hbox previously required for GTK2 compatability
*Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work
*spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
</pre>
</div>
</content>
</entry>
<entry>
<title>application: correct description of --force-desktop option</title>
<updated>2016-11-11T11:03:28+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-11T11:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=efea66045a2fb69741a9da2852ee59b5fe86e08d'/>
<id>efea66045a2fb69741a9da2852ee59b5fe86e08d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>application: remove unused function</title>
<updated>2016-11-10T14:31:28+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-10T14:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a5d2bd2c5e86ea58fed2419face5a9efb0994b17'/>
<id>a5d2bd2c5e86ea58fed2419face5a9efb0994b17</id>
<content type='text'>
same as done upstream:
https://git.gnome.org/browse/nautilus/commit/?id=41da60c3a7156e504f7cf89cea87be49ef75a89c

it's not used after 7008129b5a16ceceafc3dd5868a8317b35561768
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
same as done upstream:
https://git.gnome.org/browse/nautilus/commit/?id=41da60c3a7156e504f7cf89cea87be49ef75a89c

it's not used after 7008129b5a16ceceafc3dd5868a8317b35561768
</pre>
</div>
</content>
</entry>
<entry>
<title>remove convert metadata</title>
<updated>2016-11-08T20:36:56+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-11-08T20:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7008129b5a16ceceafc3dd5868a8317b35561768'/>
<id>7008129b5a16ceceafc3dd5868a8317b35561768</id>
<content type='text'>
Apply https://git.gnome.org/browse/nautilus/commit/?id=87d24047f674ca941e2691602da2501945a82330
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply https://git.gnome.org/browse/nautilus/commit/?id=87d24047f674ca941e2691602da2501945a82330
</pre>
</div>
</content>
</entry>
</feed>
