<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja, branch v1.20.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>update NEWS for 1.20.2</title>
<updated>2018-04-06T20:42:50+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-04-06T20:42:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=3f19451892020b595a80eaa480c639625e3ee931'/>
<id>3f19451892020b595a80eaa480c639625e3ee931</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings from HiDPI commits</title>
<updated>2018-04-06T20:19:18+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2018-04-06T02:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a58d52a7cbfdd231b38b45af78f72ab067eff302'/>
<id>a58d52a7cbfdd231b38b45af78f72ab067eff302</id>
<content type='text'>
*caja-pathbar: fix warning,and in the process maybe fix occasional segfaults on opening mounted volumes from the desktop

*caja-icon-info: Stop  gdk_cairo_surface_create_from_pixbuf: assertion 'GDK_IS_PIXBUF (pixbuf)' failed warning by handling NULL return from function finding the pixbuf

caja-icon-canvas-item-c: do not use g_object_unref where it does not work Stop the g_object_unref: assertion 'G_IS_OBJECT (object)' failed warnings on closing icon views
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*caja-pathbar: fix warning,and in the process maybe fix occasional segfaults on opening mounted volumes from the desktop

*caja-icon-info: Stop  gdk_cairo_surface_create_from_pixbuf: assertion 'GDK_IS_PIXBUF (pixbuf)' failed warning by handling NULL return from function finding the pixbuf

caja-icon-canvas-item-c: do not use g_object_unref where it does not work Stop the g_object_unref: assertion 'G_IS_OBJECT (object)' failed warnings on closing icon views
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.20.2</title>
<updated>2018-04-05T07:18:53+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2018-04-05T07:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=02207368c3095c832180c2b687e7b22b953981c6'/>
<id>02207368c3095c832180c2b687e7b22b953981c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sidebar: Respect sidebar dimensions on HiDPI</title>
<updated>2018-04-05T07:10:07+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-04-04T11:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ce14bef5c36993b13f117d3134abac36825fef9a'/>
<id>ce14bef5c36993b13f117d3134abac36825fef9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HiDPI: Convert Pixbufs to Cairo Surfaces</title>
<updated>2018-04-05T07:09:50+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-04-03T02:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=dade92d4f1edb6f47933e77229801971cb458ef1'/>
<id>dade92d4f1edb6f47933e77229801971cb458ef1</id>
<content type='text'>
This allows icons in most places to scale up properly for HiDPI
displays.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows icons in most places to scale up properly for HiDPI
displays.
</pre>
</div>
</content>
</entry>
<entry>
<title>general: use gdk_monitor_get_scale_factor</title>
<updated>2018-04-05T07:09:16+00:00</updated>
<author>
<name>Alexandru Pandelea</name>
<email>alexandru.pandelea@gmail.com</email>
</author>
<published>2017-03-08T21:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=556663ac4b8eb03b86fa70eeb6b959e1d27281e2'/>
<id>556663ac4b8eb03b86fa70eeb6b959e1d27281e2</id>
<content type='text'>
As it is deprecated, instead of using gdk_screen_get_monitor_scale_factor
use gdk_monitor_get_scale_factor().

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

origin commit:
https://gitlab.gnome.org/GNOME/nautilus/commit/273e6efc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it is deprecated, instead of using gdk_screen_get_monitor_scale_factor
use gdk_monitor_get_scale_factor().

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

origin commit:
https://gitlab.gnome.org/GNOME/nautilus/commit/273e6efc
</pre>
</div>
</content>
</entry>
<entry>
<title>list-view: use the cairo surface as a drag icon</title>
<updated>2018-04-05T07:08:56+00:00</updated>
<author>
<name>Cosimo Cecchi</name>
<email>cosimoc@gnome.org</email>
</author>
<published>2013-08-05T01:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0630180fcb42da1c6ecd95eb0bba41e71a567b27'/>
<id>0630180fcb42da1c6ecd95eb0bba41e71a567b27</id>
<content type='text'>
As we now store surfaces in the GtkListStore, we have to change the
drag method to use it instead of a pixbuf.

origin commit:
https://gitlab.gnome.org/GNOME/nautilus/commit/18a380af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we now store surfaces in the GtkListStore, we have to change the
drag method to use it instead of a pixbuf.

origin commit:
https://gitlab.gnome.org/GNOME/nautilus/commit/18a380af
</pre>
</div>
</content>
</entry>
<entry>
<title>Scale screen dimensions</title>
<updated>2018-04-05T07:08:43+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-03-29T20:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=1a14801e9e24139efd5bff2a351405fd05d44096'/>
<id>1a14801e9e24139efd5bff2a351405fd05d44096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>icon-info: hash/store icons using scale factor as well as size</title>
<updated>2018-04-05T07:08:08+00:00</updated>
<author>
<name>Lionel Landwerlin</name>
<email>lionel.g.landwerlin@intel.com</email>
</author>
<published>2017-01-06T15:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4c377bad72d5c873999c09fcbc8a2ac6aa76d4d6'/>
<id>4c377bad72d5c873999c09fcbc8a2ac6aa76d4d6</id>
<content type='text'>
Otherwise we might pick up an icon at an invalid size for a given scale.

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

origin commit:
https://gitlab.gnome.org/GNOME/nautilus/commit/53cee1de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we might pick up an icon at an invalid size for a given scale.

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

origin commit:
https://gitlab.gnome.org/GNOME/nautilus/commit/53cee1de
</pre>
</div>
</content>
</entry>
<entry>
<title>file: support HiDpi for thumbnails images</title>
<updated>2018-04-05T07:07:49+00:00</updated>
<author>
<name>Cosimo Cecchi</name>
<email>cosimoc@gnome.org</email>
</author>
<published>2013-08-04T00:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=70534c029224228e1d7761865b71920ffe0d49a0'/>
<id>70534c029224228e1d7761865b71920ffe0d49a0</id>
<content type='text'>
This was missing from the last commit.

origin commit:
https://gitlab.gnome.org/GNOME/nautilus/commit/b3b4bea5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was missing from the last commit.

origin commit:
https://gitlab.gnome.org/GNOME/nautilus/commit/b3b4bea5
</pre>
</div>
</content>
</entry>
</feed>
