<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/libcaja-private, branch v1.15.2</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>drop unneeded includes</title>
<updated>2016-07-13T12:41:14+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-07-13T12:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=f3331893add1aca7fe85e1f3803000d17fec0c63'/>
<id>f3331893add1aca7fe85e1f3803000d17fec0c63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcaja-private: drop unused CajaIdleQueue code</title>
<updated>2016-07-12T12:55:20+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-07-12T12:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=87d1b9fd67ae60726f6bd7d842804bc4737143ad'/>
<id>87d1b9fd67ae60726f6bd7d842804bc4737143ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcaja-private: drop some more unused code</title>
<updated>2016-07-12T11:29:42+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-07-12T11:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=867e7659adacb350b2fb5c20447affd5ef54db25'/>
<id>867e7659adacb350b2fb5c20447affd5ef54db25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcaja-private: remove unused CajaMergedDirectory code</title>
<updated>2016-07-12T11:12:20+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-07-12T11:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a1a90ed979fe7a93a95742c0ca911f13b68d46b9'/>
<id>a1a90ed979fe7a93a95742c0ca911f13b68d46b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: don't use deprecated GMutex/GThread API</title>
<updated>2016-07-11T10:53:14+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-07-06T21:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=80d463a721ce9191efdada8f1b041baea1af1643'/>
<id>80d463a721ce9191efdada8f1b041baea1af1643</id>
<content type='text'>
Also, threads area always enabled, so we can remove the
G_THREADS_ENABLED conditionals.
Require GLib 2.31 for this.

taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&amp;id=0594aa1

Note, this fixes a Wimplicit-function-declaration warning
in caja-search-engine-simple
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, threads area always enabled, so we can remove the
G_THREADS_ENABLED conditionals.
Require GLib 2.31 for this.

taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&amp;id=0594aa1

Note, this fixes a Wimplicit-function-declaration warning
in caja-search-engine-simple
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+-3 open-with-dialog: use widget properties instead of GtkAlignment</title>
<updated>2016-07-06T15:47:43+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-07-05T19:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2a7321bebb76d5f0010f3111a2842e1f909d7ca4'/>
<id>2a7321bebb76d5f0010f3111a2842e1f909d7ca4</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 file-conflict-dialog: use widget properties instead of GtkAlignment</title>
<updated>2016-07-06T15:47:42+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-27T17:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=60efc5224fd7768ee100c248660338607f8ecf15'/>
<id>60efc5224fd7768ee100c248660338607f8ecf15</id>
<content type='text'>
GtkAlignment has been deprecated since GTK+ 3.14 and the use of
halign, valign and margin properties is encouraged.

This commit aligns widgets by use of said properties instead of the
GtkAlignment widget.

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=470235f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkAlignment has been deprecated since GTK+ 3.14 and the use of
halign, valign and margin properties is encouraged.

This commit aligns widgets by use of said properties instead of the
GtkAlignment widget.

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=470235f
</pre>
</div>
</content>
</entry>
<entry>
<title>icon-container: don't use eel helper to set adjustment values</title>
<updated>2016-07-06T15:47:42+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-27T11:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=1f7ab5dcbca155f331735a8483d768ea0c349c18'/>
<id>1f7ab5dcbca155f331735a8483d768ea0c349c18</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=3a9c6cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=3a9c6cd
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+-3 caja-icon-dnd: avoid deprecated gtk_drag_begin</title>
<updated>2016-07-04T12:40:52+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-27T10:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d886a6fa7e3c624d4b53e5d3346ab63a34a991bf'/>
<id>d886a6fa7e3c624d4b53e5d3346ab63a34a991bf</id>
<content type='text'>
use gtk_drag_begin_with_coordinates instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use gtk_drag_begin_with_coordinates instead
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk+-3.20 eel-canvas: use GdkSeat operations</title>
<updated>2016-07-04T12:40:52+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-26T18:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=fecfeff6c34c1ac11c4803cb3ffc0b6722bd93b7'/>
<id>fecfeff6c34c1ac11c4803cb3ffc0b6722bd93b7</id>
<content type='text'>
Some GdkDisplay operations have been deprecated in GDK 3.20.

This commit replaces the deprecated code in eel_canvas_item_grab() and
eel_canvas_item_ungrab() functions with new GdkSeat operations.

https://bugzilla.gnome.org/show_bug.cgi?id=762235

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=225f2cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some GdkDisplay operations have been deprecated in GDK 3.20.

This commit replaces the deprecated code in eel_canvas_item_grab() and
eel_canvas_item_ungrab() functions with new GdkSeat operations.

https://bugzilla.gnome.org/show_bug.cgi?id=762235

taken from:
https://git.gnome.org/browse/nautilus/commit/?id=225f2cf
</pre>
</div>
</content>
</entry>
</feed>
