<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src/core, branch v1.22.4</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>window: add _GTK_THEME_VARIANT to initial window properties</title>
<updated>2019-09-12T13:15:17+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2019-07-30T09:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=f781b4546f2a94ff050e1585f273d8105c1a54a2'/>
<id>f781b4546f2a94ff050e1585f273d8105c1a54a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed moving windows to edges to work with CSD clients.</title>
<updated>2019-09-12T13:07:54+00:00</updated>
<author>
<name>Omar Zeidan</name>
<email>omar@zeidan.io</email>
</author>
<published>2019-08-02T10:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=f63d442d409a6e70c3765a86a2df9b00bd4ea250'/>
<id>f63d442d409a6e70c3765a86a2df9b00bd4ea250</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>window: Update allowed action hints</title>
<updated>2019-09-12T13:06:56+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-10T22:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=cb77089c8d3683672790b35e7baf4cb5c67b0b0c'/>
<id>cb77089c8d3683672790b35e7baf4cb5c67b0b0c</id>
<content type='text'>
When changing window state, we want to change the allowed action hints
so that other applications, mainly the taskbar, can disable menu entries
that do not make much visual sense. For example, unmaximizing
a minimized window: even though this operation is possible, it causes
user confusion as there is no visibility until the user unminimizes it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When changing window state, we want to change the allowed action hints
so that other applications, mainly the taskbar, can disable menu entries
that do not make much visual sense. For example, unmaximizing
a minimized window: even though this operation is possible, it causes
user confusion as there is no visibility until the user unminimizes it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix use of RBGA visual in frame.c when compositing is not in use</title>
<updated>2019-09-10T15:17:36+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2019-09-06T21:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=206e15faf8639e8ca98a20a3e12d3dfda3a0a0b3'/>
<id>206e15faf8639e8ca98a20a3e12d3dfda3a0a0b3</id>
<content type='text'>
Use the window's visual in all cases, fix problems with drivers forcing use of blit rather than pageflip mode when comppositing is not used or window is unredirected
Apply https://gitlab.gnome.org/GNOME/metacity/commit/5863176a2bd659c8d9a3d1c7b023a27c1a8c0aa5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the window's visual in all cases, fix problems with drivers forcing use of blit rather than pageflip mode when comppositing is not used or window is unredirected
Apply https://gitlab.gnome.org/GNOME/metacity/commit/5863176a2bd659c8d9a3d1c7b023a27c1a8c0aa5
</pre>
</div>
</content>
</entry>
<entry>
<title>boxes: Actually check for rectangle containment</title>
<updated>2019-07-02T14:30:27+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-06T02:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=1f2352b9e8937ae2d8f24fc8a12be5717bd21528'/>
<id>1f2352b9e8937ae2d8f24fc8a12be5717bd21528</id>
<content type='text'>
Fixes condition duplicated:

          /* If a contains b, just remove b */
          if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = other;
            }
          /* If b contains a, just remove a */
          else if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = compare;
            }
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes condition duplicated:

          /* If a contains b, just remove b */
          if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = other;
            }
          /* If b contains a, just remove a */
          else if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = compare;
            }
</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>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>
<entry>
<title>frame: make frame window transparent</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:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=fa32fffe0f6b0191cd17ce9ab19f89c4082497cf'/>
<id>fa32fffe0f6b0191cd17ce9ab19f89c4082497cf</id>
<content type='text'>
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/74db1f11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/74db1f11
</pre>
</div>
</content>
</entry>
<entry>
<title>frames: apply shapes in different way</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:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=969d85a4ed8aa5958f97649f9de11b802cf22f6c'/>
<id>969d85a4ed8aa5958f97649f9de11b802cf22f6c</id>
<content type='text'>
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/cd383e72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/cd383e72
</pre>
</div>
</content>
</entry>
<entry>
<title>window: Correct coordinates for the configure event</title>
<updated>2019-06-16T16:12:44+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-05-23T16:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=a2582172dbb6e54a48b5bc6a69761e2758b712b3'/>
<id>a2582172dbb6e54a48b5bc6a69761e2758b712b3</id>
<content type='text'>
We should still correct the coordinates for withdrawn windows.

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/9da3004e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should still correct the coordinates for withdrawn windows.

upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/9da3004e
</pre>
</div>
</content>
</entry>
</feed>
