<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/src/file-manager, branch v1.15.4</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>Fix background rendering in noncomposited case</title>
<updated>2016-08-08T08:17:18+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-08-08T06:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=8c926115c99100a581abfd20dced5dfbe4922792'/>
<id>8c926115c99100a581abfd20dced5dfbe4922792</id>
<content type='text'>
Apply Alberts Muktupāvels' https://bugzilla.gnome.org/attachment.cgi?id=332444&amp;action=diff to Caja, it just plain works.
Remove previous fallback background code.
Add GTK 3.21 selectors missed in caja_desktop_window_class_init, clean up a couple tabs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply Alberts Muktupāvels' https://bugzilla.gnome.org/attachment.cgi?id=332444&amp;action=diff to Caja, it just plain works.
Remove previous fallback background code.
Add GTK 3.21 selectors missed in caja_desktop_window_class_init, clean up a couple tabs
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3.21:fix desktop redraw (fm-list-view.c)</title>
<updated>2016-08-04T13:30:23+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-07-29T21:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=3d61fc43087764d2a99c8cdce4bebc697ba961bc'/>
<id>3d61fc43087764d2a99c8cdce4bebc697ba961bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3.21:fix desktop redraw (fm-icon-view.c)</title>
<updated>2016-08-04T13:30:23+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-07-29T21:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c8ea6aafe576d204b4423c868754b4580c52d397'/>
<id>c8ea6aafe576d204b4423c868754b4580c52d397</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3.21:fix desktop redraw (fm-directory-view.c)</title>
<updated>2016-08-04T13:30:23+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-07-29T21:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=b8f0f58e84776d828964dc0ecfd5604421222268'/>
<id>b8f0f58e84776d828964dc0ecfd5604421222268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK3.21:fix desktop redraw (fm-desktop-icon-view.c)</title>
<updated>2016-08-04T13:29:32+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-07-29T21:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=3fd59d25d213f53761691aa81095623fe5895e52'/>
<id>3fd59d25d213f53761691aa81095623fe5895e52</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.21: stop properties window going full height</title>
<updated>2016-07-20T18:28:33+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2016-07-14T20:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=fb2849550b6916b6d0399a163a756ec3b911d704'/>
<id>fb2849550b6916b6d0399a163a756ec3b911d704</id>
<content type='text'>
Stop the properties window from ballooning to full screen height when built and run with GTK 3.21/22. In GTK 3.21 the "emblems" tab's scrolled window will expand to the entire height of the screen attempting to accomodate all icons unless this is explicitly limited using the new command gtk_scrolled_window_set_max_content_height().

Unfortunately that command is GTK 3.21 and later only, so this forces GTK 3.21 builds to be run only with Gtk 3.21 and later.  Thus this is put behind a GTK 3.21 selector and packages built from it must depend on GTK 3.21 and later. Fortunately no distro is going to ship any file manager built with newer GTK 3 than they ship. A GTK 3.21 build of this will actually open in 3.20 but hit the undefined symbol and crash if you select "properties" on any item, exactly as I would expect it to so.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop the properties window from ballooning to full screen height when built and run with GTK 3.21/22. In GTK 3.21 the "emblems" tab's scrolled window will expand to the entire height of the screen attempting to accomodate all icons unless this is explicitly limited using the new command gtk_scrolled_window_set_max_content_height().

Unfortunately that command is GTK 3.21 and later only, so this forces GTK 3.21 builds to be run only with Gtk 3.21 and later.  Thus this is put behind a GTK 3.21 selector and packages built from it must depend on GTK 3.21 and later. Fortunately no distro is going to ship any file manager built with newer GTK 3 than they ship. A GTK 3.21 build of this will actually open in 3.20 but hit the undefined symbol and crash if you select "properties" on any item, exactly as I would expect it to so.</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+-3 fm-properties-window: 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-28T09:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=d3159246257fda50e908759c196db04e699bc475'/>
<id>d3159246257fda50e908759c196db04e699bc475</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=ba52f92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=ba52f92
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+-3 fm-list-view: 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-27T19:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c5bcad96143a48b6c04107ec8e4d3d554297425c'/>
<id>c5bcad96143a48b6c04107ec8e4d3d554297425c</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=f81188e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=f81188e
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk+-3.20 fm-desktop-icon-view: 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-26T22:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=78f10df5adf757025070f864a92a1916c78593fb'/>
<id>78f10df5adf757025070f864a92a1916c78593fb</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 fm-icon-view: fix a Wincompatible-pointer-types build warning</title>
<updated>2016-05-31T18:16:09+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-31T18:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=5a17525f875b012385004f9b164e59edc5962ee3'/>
<id>5a17525f875b012385004f9b164e59edc5962ee3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
