<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/eel, branch v1.12.7</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>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>eel: fix some forgotten memory leaks</title>
<updated>2016-02-15T14:01:43+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-08T07:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ef80bf2011986bd4570c0975872c3896e17c4f30'/>
<id>ef80bf2011986bd4570c0975872c3896e17c4f30</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=8f15b28dd7afdd1a5c5b9c0d54c05d978a10461a
https://git.gnome.org/browse/nautilus/commit/?id=60217c642cb4b12297b2d8ddd2a2eae45671a5a7
https://git.gnome.org/browse/nautilus/commit/?id=5f5bea72af6e23986b7367a2a2157fb15481f367
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=8f15b28dd7afdd1a5c5b9c0d54c05d978a10461a
https://git.gnome.org/browse/nautilus/commit/?id=60217c642cb4b12297b2d8ddd2a2eae45671a5a7
https://git.gnome.org/browse/nautilus/commit/?id=5f5bea72af6e23986b7367a2a2157fb15481f367
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fix in code and g_param_spec: homogenous -&gt; homogeneous.</title>
<updated>2015-12-23T12:41:03+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-12-21T12:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=1579bea75bc962dcaa29426cdf60ac3690a94ad3'/>
<id>1579bea75bc962dcaa29426cdf60ac3690a94ad3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: do not use deprecated gtk_misc_set_alignment</title>
<updated>2015-10-19T13:31:56+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-09-26T15:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=597e229c69cf05e734ce0a08cc8ad1af4b2ebae8'/>
<id>597e229c69cf05e734ce0a08cc8ad1af4b2ebae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3: Replace gtk_{v,h}box new with gtk_box_new</title>
<updated>2015-10-19T13:06:57+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-09-27T15:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5609227c672d94e54edec26e2b4db5f9e1697e17'/>
<id>5609227c672d94e54edec26e2b4db5f9e1697e17</id>
<content type='text'>
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Use accessor functions instead of direct access</title>
<updated>2015-07-09T14:10:09+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-07-09T14:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=88dc45f1bbe2ecf9d1d3fa6cedf09fa425a202ae'/>
<id>88dc45f1bbe2ecf9d1d3fa6cedf09fa425a202ae</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] eel: fix bad positioning of rename window in certain cases</title>
<updated>2015-06-19T12:22:02+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-06-19T12:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c4c4fed16fd80654d40b356700076a27e49fc227'/>
<id>c4c4fed16fd80654d40b356700076a27e49fc227</id>
<content type='text'>
adapted from https://github.com/linuxmint/nemo/commit/d5377cfd53034b6ab5588376322126f48782ec59
(thanks to @mtwebster and nautilus developer who did the original commit)

fixes https://github.com/mate-desktop/caja/issues/376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adapted from https://github.com/linuxmint/nemo/commit/d5377cfd53034b6ab5588376322126f48782ec59
(thanks to @mtwebster and nautilus developer who did the original commit)

fixes https://github.com/mate-desktop/caja/issues/376
</pre>
</div>
</content>
</entry>
<entry>
<title>editable-label GTk3: only clear the selection if we change to insensitive</title>
<updated>2015-06-18T00:15:03+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-06-18T00:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2365acdcb607f7cbb3820900b2a979b1bf23778a'/>
<id>2365acdcb607f7cbb3820900b2a979b1bf23778a</id>
<content type='text'>
this fixes non selected text if renaming a file

taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&amp;id=d2c3410
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this fixes non selected text if renaming a file

taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&amp;id=d2c3410
</pre>
</div>
</content>
</entry>
<entry>
<title>drop support for GLib &lt; 2.36</title>
<updated>2015-01-13T10:55:00+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-12T13:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8'/>
<id>53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8</id>
<content type='text'>
Closes https://github.com/mate-desktop/caja/pull/372
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/caja/pull/372
</pre>
</div>
</content>
</entry>
<entry>
<title>use mate_gdk_spawn_command_line_on_screen like other MATE apps do</title>
<updated>2015-01-12T13:18:34+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-10T10:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5706c595970bc76e11feb56ed56c190452c076d6'/>
<id>5706c595970bc76e11feb56ed56c190452c076d6</id>
<content type='text'>
Closes https://github.com/mate-desktop/caja/pull/370
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/caja/pull/370
</pre>
</div>
</content>
</entry>
</feed>
