<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src/core, branch 1.8</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>Merge pull request #188 from monsta/patch-2</title>
<updated>2015-06-09T21:17:15+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-09T21:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=cbfc66c6939923ab7cb9787d34a29478a5d68808'/>
<id>cbfc66c6939923ab7cb9787d34a29478a5d68808</id>
<content type='text'>
[1.8] prefs: make workspace name actually change</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[1.8] prefs: make workspace name actually change</pre>
</div>
</content>
</entry>
<entry>
<title>prefs: make keybindings change notifications work with GLib &gt;= 2.43</title>
<updated>2015-04-09T08:13:57+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-04-09T08:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=401d1e249bef56722973a18964ea6d2f3eebe9fe'/>
<id>401d1e249bef56722973a18964ea6d2f3eebe9fe</id>
<content type='text'>
this is achieved by using the same GSettings instance for listening
and reading data. it's an additional fix for the issue with GLib &gt;= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is achieved by using the same GSettings instance for listening
and reading data. it's an additional fix for the issue with GLib &gt;= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
</pre>
</div>
</content>
</entry>
<entry>
<title>prefs: make workspace name actually change</title>
<updated>2015-04-08T10:30:02+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-04-08T10:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=babfc4b2dd4590fb7f0a7a62b794ec1c32a55e0a'/>
<id>babfc4b2dd4590fb7f0a7a62b794ec1c32a55e0a</id>
<content type='text'>
now workspace names actually change on-the-fly when you change them in dconf-editor.
and this works with GLib 2.43 as well.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now workspace names actually change on-the-fly when you change them in dconf-editor.
and this works with GLib 2.43 as well.</pre>
</div>
</content>
</entry>
<entry>
<title>Use zenity instead of mate-dialogs</title>
<updated>2015-03-08T20:06:42+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-03-17T18:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=bebf48053b95f6e7ff3ed7e920c48f7387b05167'/>
<id>bebf48053b95f6e7ff3ed7e920c48f7387b05167</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prefs: first connect to settings, then read them.</title>
<updated>2015-03-08T20:03:41+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-02-18T12:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=2d1be17303aa8fe96a058a9e1275767fdfeb66b9'/>
<id>2d1be17303aa8fe96a058a9e1275767fdfeb66b9</id>
<content type='text'>
fixes the issue with GLib &gt;= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619

Closes https://github.com/mate-desktop/marco/pull/174
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes the issue with GLib &gt;= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619

Closes https://github.com/mate-desktop/marco/pull/174
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell we are Metacity to avoid issues with maximized Java applications</title>
<updated>2014-09-25T12:05:02+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-09-23T09:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=d60e7128dbcbf301088f71a221e9afc7b34e3157'/>
<id>d60e7128dbcbf301088f71a221e9afc7b34e3157</id>
<content type='text'>
Not the best solution, but the only way to fix the issue at the moment

See https://github.com/linuxmint/muffin/pull/11
Closes https://github.com/mate-desktop/marco/issues/133
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not the best solution, but the only way to fix the issue at the moment

See https://github.com/linuxmint/muffin/pull/11
Closes https://github.com/mate-desktop/marco/issues/133
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell to GTK3 that marco support _GTK_FRAME_EXTENTS hint</title>
<updated>2014-07-01T17:10:01+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-04-21T18:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=a8d3d014aa25441e368d5ef6f2703f8b2a6b0f52'/>
<id>a8d3d014aa25441e368d5ef6f2703f8b2a6b0f52</id>
<content type='text'>
Also if marco doesnt support it, but this currently fixes ugly dialog windows with GTK 3.12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also if marco doesnt support it, but this currently fixes ugly dialog windows with GTK 3.12
</pre>
</div>
</content>
</entry>
<entry>
<title>src/core/main.c sys/wait.h fix</title>
<updated>2014-06-25T09:31:14+00:00</updated>
<author>
<name>Robert David</name>
<email>robert.david.public@gmail.com</email>
</author>
<published>2014-03-10T12:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=046dabb3993219c7b1d1c91aad20d49e678ba70b'/>
<id>046dabb3993219c7b1d1c91aad20d49e678ba70b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix core/main.c wait.h on nonlinux</title>
<updated>2014-06-25T09:29:52+00:00</updated>
<author>
<name>Robert David</name>
<email>robert.david.public@gmail.com</email>
</author>
<published>2014-03-10T11:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=2b74916f3405603ef858815bb943ca0f97320608'/>
<id>2b74916f3405603ef858815bb943ca0f97320608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>window: remove warning about _NET_WM_MOVERESIZE's lack of timestamps</title>
<updated>2014-02-18T07:50:57+00:00</updated>
<author>
<name>Rui Matos</name>
<email>tiagomatos@gmail.com</email>
</author>
<published>2011-09-12T17:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=0630ffb92194c5a0aed1f3e6ad91f2ee01caeb8c'/>
<id>0630ffb92194c5a0aed1f3e6ad91f2ee01caeb8c</id>
<content type='text'>
The comments in the code about the protocol's inadequacies are enough, there's
no need to spam our standard outputs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comments in the code about the protocol's inadequacies are enough, there's
no need to spam our standard outputs.
</pre>
</div>
</content>
</entry>
</feed>
