<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src, branch v1.22.2</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>libmarco-private: add version information</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-06-14T13:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=d6df71beed6d82538c6375895fb8341dfab06573'/>
<id>d6df71beed6d82538c6375895fb8341dfab06573</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>theme: Fix window state when tiling from maximized</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-06-02T01:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=a28666ee996ffd1d293751b642275c971e0d0124'/>
<id>a28666ee996ffd1d293751b642275c971e0d0124</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compositor: fix possible crash closing/destroying window</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-30T19:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=f424a92933a07a7135023c47bfbee8f77bb68659'/>
<id>f424a92933a07a7135023c47bfbee8f77bb68659</id>
<content type='text'>
Partially restore call to destroy_win in compositor when calling
meta_window_free. This is needed to ensure that we never call
meta_window_get_frame_bounds while windows is destroying.

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

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/a9f28dbc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partially restore call to destroy_win in compositor when calling
meta_window_free. This is needed to ensure that we never call
meta_window_get_frame_bounds while windows is destroying.

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

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/a9f28dbc
</pre>
</div>
</content>
</entry>
<entry>
<title>update window-&gt;has_resize_func at the right time when unfullscreening</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-30T19:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=01417e5675fba04549ab0f818fc83a57969b257c'/>
<id>01417e5675fba04549ab0f818fc83a57969b257c</id>
<content type='text'>
Since the frame window size that meta_window_move_resize() uses depends
on whether the window has horizontal/vertical resize functionality, we
need to update this flag before we resize the window.

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

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/c66d83a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the frame window size that meta_window_move_resize() uses depends
on whether the window has horizontal/vertical resize functionality, we
need to update this flag before we resize the window.

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

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/c66d83a7
</pre>
</div>
</content>
</entry>
<entry>
<title>frames: include invisible area in cache</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-30T18:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=b38437e7d1ef717fd92ef6cff5e0caa5ddcc58da'/>
<id>b38437e7d1ef717fd92ef6cff5e0caa5ddcc58da</id>
<content type='text'>
GTK+ theme might use this area to paint box-shadow. Also use
CAIRO_CONTENT_COLOR_ALPHA for cairo surfaces.

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/13137b1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTK+ theme might use this area to paint box-shadow. Also use
CAIRO_CONTENT_COLOR_ALPHA for cairo surfaces.

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/13137b1d
</pre>
</div>
</content>
</entry>
<entry>
<title>frames: Rename layout to text_layout</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-30T12:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=3e456268537d5e322d5ca9ef6f65824b7e50af8e'/>
<id>3e456268537d5e322d5ca9ef6f65824b7e50af8e</id>
<content type='text'>
... to differentiate PangoLayout from MetaFrameLayout.

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

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/8e5781bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... to differentiate PangoLayout from MetaFrameLayout.

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

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/8e5781bc
</pre>
</div>
</content>
</entry>
<entry>
<title>theme: fix warning</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-30T12:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=d4ccb50139bb2899729fb042fcf4717960557863'/>
<id>d4ccb50139bb2899729fb042fcf4717960557863</id>
<content type='text'>
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/3a3c47e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/3a3c47e3
</pre>
</div>
</content>
</entry>
<entry>
<title>frames: again change meta_frames_applet_shapes</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-30T12:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=18ed6c9a52f34ee1a95a964758030aa4adf4003a'/>
<id>18ed6c9a52f34ee1a95a964758030aa4adf4003a</id>
<content type='text'>
With compositing manager:
1. Apply only client shape.

Without compositing manager:
1. Apply client shape.
2. Apply shape around visible frame.

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/3913dcf1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With compositing manager:
1. Apply only client shape.

Without compositing manager:
1. Apply client shape.
2. Apply shape around visible frame.

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/3913dcf1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix scaling overcorrection when caching frame borders</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-23T18:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=35ede5754870c4c94da9687f461f4ccc0494c1ec'/>
<id>35ede5754870c4c94da9687f461f4ccc0494c1ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>frame: remove uneeded include</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-23T17:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=e7d16e453c05d836fcef30fc84cd3f07f242f693'/>
<id>e7d16e453c05d836fcef30fc84cd3f07f242f693</id>
<content type='text'>
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/ca475d44
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/ca475d44
</pre>
</div>
</content>
</entry>
</feed>
