<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja, branch 1.12</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>Release 1.12.7</title>
<updated>2016-03-29T11:55:16+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-29T11:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=07f33074708d31d0c53c8c4274ba91c12eb106a0'/>
<id>07f33074708d31d0c53c8c4274ba91c12eb106a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>icon container: don't set label colors right after widget realize</title>
<updated>2016-03-17T10:31:37+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-03-17T10:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=921690d9c88626790f7820cfce4890a8e9b4fb0b'/>
<id>921690d9c88626790f7820cfce4890a8e9b4fb0b</id>
<content type='text'>
the background might be not yet set at this point, and when it will
be set, the label colors will be properly set on a signal anyway.
so let's not do the same work twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the background might be not yet set at this point, and when it will
be set, the label colors will be properly set on a signal anyway.
so let's not do the same work twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>eel: never try to block background change signal</title>
<updated>2016-03-17T10:27:43+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-16T15:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=74f9b0c082b6b6cba55b44f424820a99c8e4fde6'/>
<id>74f9b0c082b6b6cba55b44f424820a99c8e4fde6</id>
<content type='text'>
that's what was causing random font color changes. the code in
eel-background.c is a complete asynchronous mess, with queued
callbacks sometimes being called in such order that it caused
blocking the background change signal in the situations where
it should never be blocked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that's what was causing random font color changes. the code in
eel-background.c is a complete asynchronous mess, with queued
callbacks sometimes being called in such order that it caused
blocking the background change signal in the situations where
it should never be blocked.
</pre>
</div>
</content>
</entry>
<entry>
<title>icon container: restore original font color select logic</title>
<updated>2016-03-17T10:26:40+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-03-17T10:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=04604abdb754066c1cba0357a3b449516107d953'/>
<id>04604abdb754066c1cba0357a3b449516107d953</id>
<content type='text'>
that is, before 057df2dc1d8ea67b477d696ac6feea8aaf392763

the logic itself is valid, but it was somewhat broken later in a few
attempts to fix the annoying font color bugs. so let's restore it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that is, before 057df2dc1d8ea67b477d696ac6feea8aaf392763

the logic itself is valid, but it was somewhat broken later in a few
attempts to fix the annoying font color bugs. so let's restore it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.12.6</title>
<updated>2016-03-14T15:01:09+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-14T15:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=bbb428f82bf9d5d93c2e394cdf34430eec52f4b7'/>
<id>bbb428f82bf9d5d93c2e394cdf34430eec52f4b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "add check to prevent extensions from being loaded multiple times"</title>
<updated>2016-03-14T14:52:27+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-14T14:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=cb1020ce38edc5d956e981b1c8f092a329b7ade9'/>
<id>cb1020ce38edc5d956e981b1c8f092a329b7ade9</id>
<content type='text'>
This reverts commit 4b5bcc5c67a070e6f29376213e3da993553d8f2b.

It proved to break the actual fix, so reverting it for now. Note that
you will see duplicates in the extensions list now, but it's better
than non-working Python extensions. :-/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4b5bcc5c67a070e6f29376213e3da993553d8f2b.

It proved to break the actual fix, so reverting it for now. Note that
you will see duplicates in the extensions list now, but it's better
than non-working Python extensions. :-/
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.12.5</title>
<updated>2016-03-14T11:11:21+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-14T11:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2f29ade5647e819e2ecfaa9a29819a09d1f0785c'/>
<id>2f29ade5647e819e2ecfaa9a29819a09d1f0785c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add check to prevent extensions from being loaded multiple times</title>
<updated>2016-03-14T11:06:00+00:00</updated>
<author>
<name>Alexander van der Meij</name>
<email>alexandervdm@gliese.me</email>
</author>
<published>2016-03-06T08:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4b5bcc5c67a070e6f29376213e3da993553d8f2b'/>
<id>4b5bcc5c67a070e6f29376213e3da993553d8f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix loading multiple python extensions (regression since 1.9.3)</title>
<updated>2016-03-14T11:05:48+00:00</updated>
<author>
<name>Alexander van der Meij</name>
<email>alexandervdm@gliese.me</email>
</author>
<published>2016-02-29T14:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2a949e219e8d43b475ac7fd7b17519b0467b9152'/>
<id>2a949e219e8d43b475ac7fd7b17519b0467b9152</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] handle smooth scroll events for zooming (with Ctrl held)</title>
<updated>2016-03-01T08:14:25+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-16T11:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=15e4db0b1d29e8663ea9938e709078c70050dc4c'/>
<id>15e4db0b1d29e8663ea9938e709078c70050dc4c</id>
<content type='text'>
fixes https://github.com/mate-desktop/caja/issues/516

adapted from:
https://git.gnome.org/browse/nautilus/commit/?id=1a76e044a2c9b834d00c4ea30f1e3af3321d8cdd
https://git.gnome.org/browse/nautilus/commit/?id=878e2a4f7ada26bb7c106e5bbdbd8434acf86c77
https://git.gnome.org/browse/nautilus/commit/?id=f7b54cdba55a0856b201e62818059ac5007fac35
https://git.gnome.org/browse/nautilus/commit/?id=3d275a971132a41809a3b1e5b8ac683d264d6c35
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/caja/issues/516

adapted from:
https://git.gnome.org/browse/nautilus/commit/?id=1a76e044a2c9b834d00c4ea30f1e3af3321d8cdd
https://git.gnome.org/browse/nautilus/commit/?id=878e2a4f7ada26bb7c106e5bbdbd8434acf86c77
https://git.gnome.org/browse/nautilus/commit/?id=f7b54cdba55a0856b201e62818059ac5007fac35
https://git.gnome.org/browse/nautilus/commit/?id=3d275a971132a41809a3b1e5b8ac683d264d6c35
</pre>
</div>
</content>
</entry>
</feed>
