<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco, branch marco-1.10.2</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>Update news. Closes #166. Closes #169.</title>
<updated>2015-08-20T16:55:10+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-08-20T16:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=2db426f23b78b6e5913c0e843a9af8aa600de2cb'/>
<id>2db426f23b78b6e5913c0e843a9af8aa600de2cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync translations with transifex</title>
<updated>2015-08-20T16:47:38+00:00</updated>
<author>
<name>mate-i18n</name>
<email>mate-i18n@ml.mate-desktop.org</email>
</author>
<published>2015-06-12T07:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=b56eeac2f2631938e801ab3165fdc8780dbb18af'/>
<id>b56eeac2f2631938e801ab3165fdc8780dbb18af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow programmatic minimization without MWM_FUNC_MINIMIZE</title>
<updated>2015-08-20T16:47:12+00:00</updated>
<author>
<name>Stefan Dösinger</name>
<email>stefandoesinger@gmail.com</email>
</author>
<published>2014-11-20T13:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=0e06e0c8f093823afee971d2cb81c7c81d6f7981'/>
<id>0e06e0c8f093823afee971d2cb81c7c81d6f7981</id>
<content type='text'>
This fixes switching out of fullscreen Direct3D applications running in
Wine. See issue 166 for more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes switching out of fullscreen Direct3D applications running in
Wine. See issue 166 for more details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.10.2</title>
<updated>2015-08-20T15:18:31+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-08-20T15:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=fa44a50bec82c569c4f45f626294349b6e472257'/>
<id>fa44a50bec82c569c4f45f626294349b6e472257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS</title>
<updated>2015-08-20T15:18:17+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-08-20T15:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=748f4d16136e6f5001c6a3ce384d72cfa62cec99'/>
<id>748f4d16136e6f5001c6a3ce384d72cfa62cec99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>window menu: make minimize item insensitive when window should not</title>
<updated>2015-08-20T12:29:54+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-01T10:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=b837b76071e88227ddd95067dc4576e7f53ba4f7'/>
<id>b837b76071e88227ddd95067dc4576e7f53ba4f7</id>
<content type='text'>
be minimized (e.g. delete confirmation dialog, logout dialog...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be minimized (e.g. delete confirmation dialog, logout dialog...)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when struts change during grab operation</title>
<updated>2015-08-20T12:29:12+00:00</updated>
<author>
<name>Owen W. Taylor</name>
<email>otaylor@fishsoup.net</email>
</author>
<published>2015-08-20T11:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=37f2f987d777f7542bda97402cb092a4710db409'/>
<id>37f2f987d777f7542bda97402cb092a4710db409</id>
<content type='text'>
Since meta_workspace_invalidate_work_area() frees the edges
workspace-&gt;screen_edges and workspace-&gt;monitor_edges, we must clean up
our cached edge resistance data when the invalidate_work_area() is
called on the active workspace, or when the workspace changes.

Make the computation of the edge resistance data lazy so that it
will be recomputed the next time we try to access it.
meta_display_compute_resistance_and_snapping_edges() is made
private to edge-resistance.c

Invaliding the data when active workspace changes also will improve
correctness for edge resistance when the current workspace changes
during a grab operation. (Even with this fix we still don't try to
handle window positions changing during a grab operation; that can't
cause a crash since, unlike screen and monitor edges, the window edges
are freshly allocated, it will just cause slight oddness in that
corner case.)

Root cause tracked down due to much effort by Jon Nettleton.
https://bugzilla.gnome.org/show_bug.cgi?id=608800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since meta_workspace_invalidate_work_area() frees the edges
workspace-&gt;screen_edges and workspace-&gt;monitor_edges, we must clean up
our cached edge resistance data when the invalidate_work_area() is
called on the active workspace, or when the workspace changes.

Make the computation of the edge resistance data lazy so that it
will be recomputed the next time we try to access it.
meta_display_compute_resistance_and_snapping_edges() is made
private to edge-resistance.c

Invaliding the data when active workspace changes also will improve
correctness for edge resistance when the current workspace changes
during a grab operation. (Even with this fix we still don't try to
handle window positions changing during a grab operation; that can't
cause a crash since, unlike screen and monitor edges, the window edges
are freshly allocated, it will just cause slight oddness in that
corner case.)

Root cause tracked down due to much effort by Jon Nettleton.
https://bugzilla.gnome.org/show_bug.cgi?id=608800
</pre>
</div>
</content>
</entry>
<entry>
<title>theme: Remove outdated assertion</title>
<updated>2015-08-20T12:29:12+00:00</updated>
<author>
<name>Yaakov Selkowitz</name>
<email>yselkowi@redhat.com</email>
</author>
<published>2015-07-17T18:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=ae7d0154803e6ff34379ca914d2177c4c6bb32aa'/>
<id>ae7d0154803e6ff34379ca914d2177c4c6bb32aa</id>
<content type='text'>
The theme state used to use GtkStateType, but was ported over to GtkStateFlags,
leaving behind a broken assertion that fails when using certain Metacity
themes, for example Nodoka.

https://bugzilla.gnome.org/show_bug.cgi?id=661286
https://git.gnome.org/browse/mutter/commit/?id=28deea4
https://git.gnome.org/browse/metacity/commit/?id=c9099b4
https://github.com/mate-desktop/marco/issues/205
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The theme state used to use GtkStateType, but was ported over to GtkStateFlags,
leaving behind a broken assertion that fails when using certain Metacity
themes, for example Nodoka.

https://bugzilla.gnome.org/show_bug.cgi?id=661286
https://git.gnome.org/browse/mutter/commit/?id=28deea4
https://git.gnome.org/browse/metacity/commit/?id=c9099b4
https://github.com/mate-desktop/marco/issues/205
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.10.1</title>
<updated>2015-06-11T22:26:55+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-11T22:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=fea3311a440a92cd85c4bb63184d88e5f59a5943'/>
<id>fea3311a440a92cd85c4bb63184d88e5f59a5943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #164 from dnk/tile_preview_glitch</title>
<updated>2015-06-10T17:22:32+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-10T17:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=6c5d2c56bccfd9c681e9a5bbeeafe815b93bb8f8'/>
<id>6c5d2c56bccfd9c681e9a5bbeeafe815b93bb8f8</id>
<content type='text'>
tile preview: invalidate window before showing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tile preview: invalidate window before showing</pre>
</div>
</content>
</entry>
</feed>
