<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src, branch 1.22</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>workspace: Don't try to use per-workspace MRU lists as a hint for focusing</title>
<updated>2020-06-01T07:53:16+00:00</updated>
<author>
<name>rcaridade145</name>
<email>rcaridade145@gmail.com</email>
</author>
<published>2020-03-03T20:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=0557efcb231d3e252a2c980c8f1bc5efef69de24'/>
<id>0557efcb231d3e252a2c980c8f1bc5efef69de24</id>
<content type='text'>
A prior commit switched from focusing the topmost window as the default
window to focusing the MRU window. This was done in alignment with the
introduction of per-workspace MRU lists to avoid problems where the window
stack was inadvertently changed when focusing windows during window switches.

Now that focusing windows don't have as big an impact on the stacking order,
we can revert back to focusing the top window, which is less confusing to the
user.

For now, leave per-workspace MRU lists, as they're a pretty good approximation
of a global MRU list, and it works well enough.

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

Based on commit https://gitlab.gnome.org/GNOME/metacity/-/commit/f628d8f8901f46fa9e00707ae9d7ccfd1e85f427
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A prior commit switched from focusing the topmost window as the default
window to focusing the MRU window. This was done in alignment with the
introduction of per-workspace MRU lists to avoid problems where the window
stack was inadvertently changed when focusing windows during window switches.

Now that focusing windows don't have as big an impact on the stacking order,
we can revert back to focusing the top window, which is less confusing to the
user.

For now, leave per-workspace MRU lists, as they're a pretty good approximation
of a global MRU list, and it works well enough.

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

Based on commit https://gitlab.gnome.org/GNOME/metacity/-/commit/f628d8f8901f46fa9e00707ae9d7ccfd1e85f427
</pre>
</div>
</content>
</entry>
<entry>
<title>Guard against null changes introduced by previous commit</title>
<updated>2020-03-09T12:34:30+00:00</updated>
<author>
<name>rcaridade145</name>
<email>rcaridade145@gmail.com</email>
</author>
<published>2020-02-24T10:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=4ae91ff847a9d4c78dbe9eb882f3bba36f7493ef'/>
<id>4ae91ff847a9d4c78dbe9eb882f3bba36f7493ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce nullpointer checks and return null if validation fails</title>
<updated>2020-03-09T12:34:15+00:00</updated>
<author>
<name>rcaridade145</name>
<email>rcaridade145@gmail.com</email>
</author>
<published>2020-02-22T11:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=f77dbd234236322d99ae4df6bf07d06db7709d3a'/>
<id>f77dbd234236322d99ae4df6bf07d06db7709d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util: meta_bug raises SIGABRT so it shouldn't return</title>
<updated>2020-03-09T12:33:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-02-03T15:29:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=556c4ffd0051da4191bff37be9dc94d94f365af9'/>
<id>556c4ffd0051da4191bff37be9dc94d94f365af9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>window: handle legacy fullscreen requests</title>
<updated>2020-02-15T13:30:09+00:00</updated>
<author>
<name>rcaridade145</name>
<email>rcaridade145@gmail.com</email>
</author>
<published>2020-01-25T18:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=897a11c196081a31b3cd6035270da28039cb0e52'/>
<id>897a11c196081a31b3cd6035270da28039cb0e52</id>
<content type='text'>
https://gitlab.gnome.org/GNOME/metacity/commit/1fafd279006ece8cf664fd777143cdfafbefad6d

window: handle legacy fullscreen requests

Doing this on the actual resize requests makes more sense
than handling it as a window-manager imposed constraints,
so move the code accordingly.

Adapted from mutter patch by Florian Müllner:
https://git.gnome.org/browse/mutter/commit/?id=fba022cc06b8c7e80ef36f48d6577a251384cc4b

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

Bug 781946 - Non-native decorated windows stuck maximised on secondary screen with Marco/Metacity
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.gnome.org/GNOME/metacity/commit/1fafd279006ece8cf664fd777143cdfafbefad6d

window: handle legacy fullscreen requests

Doing this on the actual resize requests makes more sense
than handling it as a window-manager imposed constraints,
so move the code accordingly.

Adapted from mutter patch by Florian Müllner:
https://git.gnome.org/browse/mutter/commit/?id=fba022cc06b8c7e80ef36f48d6577a251384cc4b

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

Bug 781946 - Non-native decorated windows stuck maximised on secondary screen with Marco/Metacity
</pre>
</div>
</content>
</entry>
<entry>
<title>Xprops fix memory leak.</title>
<updated>2020-02-02T12:49:25+00:00</updated>
<author>
<name>rcaridade145</name>
<email>rcaridade145@gmail.com</email>
</author>
<published>2020-01-11T13:10:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=251a84f0e5450a3b89385097c62be9285b45b62a'/>
<id>251a84f0e5450a3b89385097c62be9285b45b62a</id>
<content type='text'>
Origin commit :
https://gitlab.gnome.org/GNOME/metacity/commit/c87f73f3b4413720a2f3e6a672826d3fec7f77a9
"
XmbTextPropertyToTextList documentation says that XFreeStringList
should be used to free the storage for the list and its contents.
"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Origin commit :
https://gitlab.gnome.org/GNOME/metacity/commit/c87f73f3b4413720a2f3e6a672826d3fec7f77a9
"
XmbTextPropertyToTextList documentation says that XFreeStringList
should be used to free the storage for the list and its contents.
"
</pre>
</div>
</content>
</entry>
<entry>
<title>testboxes: Fix find_closest_point_to_line() test</title>
<updated>2020-02-02T12:46:35+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-09-23T18:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=50cc7c7f2b4b8975779a34c30c052fdd7a3aaf34'/>
<id>50cc7c7f2b4b8975779a34c30c052fdd7a3aaf34</id>
<content type='text'>
Eeeks, testing floating points for equality ...

upstream commit:
https://gitlab.gnome.org/GNOME/mutter/commit/0fccb0fc8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eeeks, testing floating points for equality ...

upstream commit:
https://gitlab.gnome.org/GNOME/mutter/commit/0fccb0fc8
</pre>
</div>
</content>
</entry>
<entry>
<title> display.c: add missing "break"</title>
<updated>2020-02-02T12:44:52+00:00</updated>
<author>
<name>Pavel Shlyak</name>
<email>shlyak-pavel2011@ya.ru</email>
</author>
<published>2019-08-25T12:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=26864e5fd207a7cd000fd1b6aaa2f041ce8261ef'/>
<id>26864e5fd207a7cd000fd1b6aaa2f041ce8261ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix window type for splash</title>
<updated>2020-02-02T12:43:20+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-05-29T03:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=b07f3f3d72aa34a1bbffb59aa33cb7e53ed3ae3d'/>
<id>b07f3f3d72aa34a1bbffb59aa33cb7e53ed3ae3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "compositor: fix possible crash closing/destroying window"</title>
<updated>2019-12-06T15:11:22+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-12-02T16:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=baef3d7f25bbd4665ecced218be3b4e97c4d8a02'/>
<id>baef3d7f25bbd4665ecced218be3b4e97c4d8a02</id>
<content type='text'>
This reverts commit df56628979abc17474b001c58c28c6f3637ada9d.

It causes an issue where windows remain in the background even when
being drawn in the foreground.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit df56628979abc17474b001c58c28c6f3637ada9d.

It causes an issue where windows remain in the background even when
being drawn in the foreground.
</pre>
</div>
</content>
</entry>
</feed>
