<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/data, branch v1.16.5</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>caja.css: fix missing comma</title>
<updated>2017-01-22T10:01:51+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-12-03T03:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=37fb8a641a4695a9c572b3460ad2b6eb7a7df1fe'/>
<id>37fb8a641a4695a9c572b3460ad2b6eb7a7df1fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename labels: follow theme if available, sane default</title>
<updated>2016-12-07T07:12:19+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-12-07T07:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0b2858d6a87bf0c1283f333678757a55b11681fa'/>
<id>0b2858d6a87bf0c1283f333678757a55b11681fa</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>Gtk+-3 css: Consider GtkGrid changes</title>
<updated>2016-10-15T07:30:33+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=bd47a43c073a6938a25d9b8f98ff70e73a09a747'/>
<id>bd47a43c073a6938a25d9b8f98ff70e73a09a747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
