<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/data, branch v1.17.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>Gtk+-3 css: Consider GtkGrid changes</title>
<updated>2016-10-15T07:29:32+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-10-15T07:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=dffb0850e530855fe67a4a6e8768c4b9ecf17a62'/>
<id>dffb0850e530855fe67a4a6e8768c4b9ecf17a62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: port libunique -&gt;GtkApplication as build time option</title>
<updated>2016-10-08T19:01:44+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-10-08T19:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=9e5ea15d104720cfee752c193b77f8b03558c6b9'/>
<id>9e5ea15d104720cfee752c193b77f8b03558c6b9</id>
<content type='text'>
Add --disable-libunique configuration option for GTK3 builds. This builds a port from libunique to GtkApplication. keep GTK2 builds unchanged

Caja can now be build with GTK2 and libunique, GTK3 and libunique, or GTK3 without libunique using GtkApplication instead

GtkApplication port  Based on cherrypicked nautilus commits from
https://github.com/GNOME/nautilus/commit/a8481ee4bd8d34e792d63598fa5efb47736f9de4
main: adapt to GtkApplication changes
through
https://github.com/GNOME/nautilus/commit/c3382e0415d51082545f277c380d37be160e8d2d
application: move nautilus_application_new() to its own function

GTK3/GtkApplication builds:  add --force-desktop option
This is useful for other DE's

All: StartupNotify=false in .desktop files, as caja never connects to notification daemons and in GtkApplication builds this causes busy spinning curors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add --disable-libunique configuration option for GTK3 builds. This builds a port from libunique to GtkApplication. keep GTK2 builds unchanged

Caja can now be build with GTK2 and libunique, GTK3 and libunique, or GTK3 without libunique using GtkApplication instead

GtkApplication port  Based on cherrypicked nautilus commits from
https://github.com/GNOME/nautilus/commit/a8481ee4bd8d34e792d63598fa5efb47736f9de4
main: adapt to GtkApplication changes
through
https://github.com/GNOME/nautilus/commit/c3382e0415d51082545f277c380d37be160e8d2d
application: move nautilus_application_new() to its own function

GTK3/GtkApplication builds:  add --force-desktop option
This is useful for other DE's

All: StartupNotify=false in .desktop files, as caja never connects to notification daemons and in GtkApplication builds this causes busy spinning curors
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: stop warning spew from sidebar, pathbar</title>
<updated>2016-09-01T01:01:49+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-09-01T01:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b6dc8005f32c50bb3eb37f8fe17bdebf2f296e81'/>
<id>b6dc8005f32c50bb3eb37f8fe17bdebf2f296e81</id>
<content type='text'>
The button underallocation warnings came from pathbar sliders picking up padding from themes, then being forced to render to a smaller size in the code.

The GTK_ICON_LOOKUP_GENERIC_FALLBACK warnings came from the sidebar icons, this flag is now a source of errors. Unfortunately NULL does not work, so set GTK_ICON_LOOKUP_FORCE_SIZE, which does not create errors and ensures the icon size we actually want in the sidebar is used anyway.

Stops all but two of the warnings listed in
https://github.com/mate-desktop/caja/issues/561
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The button underallocation warnings came from pathbar sliders picking up padding from themes, then being forced to render to a smaller size in the code.

The GTK_ICON_LOOKUP_GENERIC_FALLBACK warnings came from the sidebar icons, this flag is now a source of errors. Unfortunately NULL does not work, so set GTK_ICON_LOOKUP_FORCE_SIZE, which does not create errors and ensures the icon size we actually want in the sidebar is used anyway.

Stops all but two of the warnings listed in
https://github.com/mate-desktop/caja/issues/561
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring back part of caja.css needed for compositing</title>
<updated>2016-08-09T18:25:20+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-08-09T18:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=e5cb35ed5701a28b7a91cf2919f8695f9c8776af'/>
<id>e5cb35ed5701a28b7a91cf2919f8695f9c8776af</id>
<content type='text'>
Composited case still requires desktop, desktop window to be set transparent. Changes in last commit only affected noncomposited case</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Composited case still requires desktop, desktop window to be set transparent. Changes in last commit only affected noncomposited case</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "caja.css: include GTK 3.21 desktop selectors"</title>
<updated>2016-08-09T17:46:45+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-08-09T17:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c7daae8ae33f89e99573f6303b707ff1475b34c8'/>
<id>c7daae8ae33f89e99573f6303b707ff1475b34c8</id>
<content type='text'>
This reverts commit 8d658fa4f3790972c38e04df23eaa7b88b5066d8.

No need of this after latest commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8d658fa4f3790972c38e04df23eaa7b88b5066d8.

No need of this after latest commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>caja.css: include GTK 3.21 desktop selectors</title>
<updated>2016-08-04T13:30:23+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-07-29T21:12:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=8d658fa4f3790972c38e04df23eaa7b88b5066d8'/>
<id>8d658fa4f3790972c38e04df23eaa7b88b5066d8</id>
<content type='text'>
The selectors to hold the desktop transparent in GTK 3.21 or later builds seem to be ignored in GTK 3.20 or older builds where Caja draws the desktop. Ideally some makefile work and two raw files would apply this only in GTK 3.21 and later builds</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The selectors to hold the desktop transparent in GTK 3.21 or later builds seem to be ignored in GTK 3.20 or older builds where Caja draws the desktop. Ideally some makefile work and two raw files would apply this only in GTK 3.21 and later builds</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+3 css: improve border settings for desktop window</title>
<updated>2016-05-03T15:17:52+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-03T15:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7a3cf0e3ec05acd1aa5599a690263c757c6c3616'/>
<id>7a3cf0e3ec05acd1aa5599a690263c757c6c3616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>css: don't allow borders on scrolledwindow</title>
<updated>2016-04-27T22:24:11+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-04-27T22:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=eebcc7053f03ddd0d69cd7f1a5d21c8132e01af7'/>
<id>eebcc7053f03ddd0d69cd7f1a5d21c8132e01af7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3 css: set a fg color for EelEditableLabel and allow box-shadow</title>
<updated>2016-04-22T08:51:46+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-04-22T08:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0b88f6fa5d043687c82a326dd5dcae4aed582644'/>
<id>0b88f6fa5d043687c82a326dd5dcae4aed582644</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: improve EelEditableLabel settings css file</title>
<updated>2016-04-20T14:04:43+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-04-20T14:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=355a7dc4209ab6b0ddfdd5597c99d9a2ae63c406'/>
<id>355a7dc4209ab6b0ddfdd5597c99d9a2ae63c406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
