<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src/ui, branch v1.19.1</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:</title>
<updated>2017-08-22T05:56:34+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-14T14:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=a5439d2175395763e06e8bec10ad7b914742882a'/>
<id>a5439d2175395763e06e8bec10ad7b914742882a</id>
<content type='text'>
avoid deprecated:

gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_point
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoid deprecated:

gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_point
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_screen_width/height</title>
<updated>2017-08-18T06:16:06+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-11T00:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=f0541e3dfda29c26fe14c9c9117f95c49006c75c'/>
<id>f0541e3dfda29c26fe14c9c9117f95c49006c75c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_screen_get_width</title>
<updated>2017-08-18T06:16:06+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-08-08T23:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=d18c2fb4acb58c408c01700682b9922de86e8b2f'/>
<id>d18c2fb4acb58c408c01700682b9922de86e8b2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forces a window scale of 1 for the window manager, instead of using the default or user configured scale. Closes #335 (#336)</title>
<updated>2017-08-11T14:10:56+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2017-08-11T14:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=d051953c1412ced4a140f7f4253c823bbe358165'/>
<id>d051953c1412ced4a140f7f4253c823bbe358165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_display_get_screen</title>
<updated>2017-07-29T00:10:08+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-07-29T00:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=ed1a6302c87c6070bbec549ec36c5b56c12a6564'/>
<id>ed1a6302c87c6070bbec549ec36c5b56c12a6564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_screen_get_number</title>
<updated>2017-07-15T10:20:25+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-07-14T13:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=127e003ef6912473f3e52b49b937c13fab172c1b'/>
<id>127e003ef6912473f3e52b49b937c13fab172c1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: Fix invalid object construction in frames</title>
<updated>2017-06-27T11:21:19+00:00</updated>
<author>
<name>Ikey Doherty</name>
<email>ikey@solus-project.com</email>
</author>
<published>2017-06-20T21:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=b1fa86962a0a264cb0f1d05212fa855474a2350a'/>
<id>b1fa86962a0a264cb0f1d05212fa855474a2350a</id>
<content type='text'>
This legacy construct was carried over from the gtk2/gtk3 port, and
attempts to initialise MetaFrames with a GtkWindow `type` property.
This property doesn't actually exist, and will cause marco to completely
crash when running with `MARCO_DEBUG=1` for local build testing.

Signed-off-by: Ikey Doherty &lt;ikey@solus-project.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This legacy construct was carried over from the gtk2/gtk3 port, and
attempts to initialise MetaFrames with a GtkWindow `type` property.
This property doesn't actually exist, and will cause marco to completely
crash when running with `MARCO_DEBUG=1` for local build testing.

Signed-off-by: Ikey Doherty &lt;ikey@solus-project.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: avoid deprecated GdkDeviceManager</title>
<updated>2017-04-23T11:01:25+00:00</updated>
<author>
<name>Alberts Muktupāvels</name>
<email>alberts.muktupavels@gmail.com</email>
</author>
<published>2017-04-23T11:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=6d9adde1f91d399f5e429f9f09f996aecb7cfa35'/>
<id>6d9adde1f91d399f5e429f9f09f996aecb7cfa35</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/metacity/commit/?id=7ec9a6f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/metacity/commit/?id=7ec9a6f
</pre>
</div>
</content>
</entry>
<entry>
<title>tile-preview: avoid a deprecation warning</title>
<updated>2017-04-23T09:25:13+00:00</updated>
<author>
<name>Alberts Muktupāvels</name>
<email>alberts.muktupavels@gmail.com</email>
</author>
<published>2017-04-23T07:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=e48528e58dbebbe94ea05a78946615b2378e5fd2'/>
<id>e48528e58dbebbe94ea05a78946615b2378e5fd2</id>
<content type='text'>
Taken from:
https://git.gnome.org/browse/metacity/commit/?id=3380502
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from:
https://git.gnome.org/browse/metacity/commit/?id=3380502
</pre>
</div>
</content>
</entry>
<entry>
<title>theme-viewer: don't use deprecated gtk_widget_override_font</title>
<updated>2017-02-07T20:37:34+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2017-02-07T20:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=34599278fd3f77a37ef565494b3a7f3c407e17ce'/>
<id>34599278fd3f77a37ef565494b3a7f3c407e17ce</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/metacity/commit/?id=02fa1e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/metacity/commit/?id=02fa1e1
</pre>
</div>
</content>
</entry>
</feed>
