<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src/core, branch 1.18</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>Fix mismatched enums in keybinding detection for switch-panels and switch-panels-backward</title>
<updated>2018-03-08T17:03:38+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-03-07T18:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=6243525021b2174ca5a9a9d21b4a109adef2ca7e'/>
<id>6243525021b2174ca5a9a9d21b4a109adef2ca7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes move_to_center moving window between monitors</title>
<updated>2018-02-13T17:40:58+00:00</updated>
<author>
<name>Omar Zeidan</name>
<email>omar@zeidan.io</email>
</author>
<published>2018-02-12T16:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=a17f588b7ff2a97c94d42650fff52b9dc0091f8e'/>
<id>a17f588b7ff2a97c94d42650fff52b9dc0091f8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix synthetic keybinding/button-grab window (#342)</title>
<updated>2017-08-18T07:17:31+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2017-08-14T10:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=841f6cc41ab3389d12912dbcb166744ab3eab688'/>
<id>841f6cc41ab3389d12912dbcb166744ab3eab688</id>
<content type='text'>
* Determine focused window when processing synthetic events

When a client is passively grabbing keybindings that it does not need,
it sends them up for other clients to process.

Often in this situation, the event contains the wrong window (either
root, for global keybindings, or the original client itself). This means
that Marco will attempt to process the event for the wrong window.

This is not an issue for global keybindings within Marco, as the focused
window does not matter. However, for shortcuts that operate directly on
specific windows, the event gets lost.

This change addresses this by determining what the currently-focused
window is, regardless of which client forwarded the event.

* Determine window under pointer when processing synthetic events

When a client is passively grabbing mouse clicks that it does not need,
it sends them up for other clients to process.

Often in this situation, the event contains the wrong window (either
root, for global keybindings, or the original client itself). This means
that Marco will attempt to process the event for the wrong window.

This change addresses this by determining what the current window under
the mouse pointer is, regardless of which client forwarded the event.

* Remove unused development data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Determine focused window when processing synthetic events

When a client is passively grabbing keybindings that it does not need,
it sends them up for other clients to process.

Often in this situation, the event contains the wrong window (either
root, for global keybindings, or the original client itself). This means
that Marco will attempt to process the event for the wrong window.

This is not an issue for global keybindings within Marco, as the focused
window does not matter. However, for shortcuts that operate directly on
specific windows, the event gets lost.

This change addresses this by determining what the currently-focused
window is, regardless of which client forwarded the event.

* Determine window under pointer when processing synthetic events

When a client is passively grabbing mouse clicks that it does not need,
it sends them up for other clients to process.

Often in this situation, the event contains the wrong window (either
root, for global keybindings, or the original client itself). This means
that Marco will attempt to process the event for the wrong window.

This change addresses this by determining what the current window under
the mouse pointer is, regardless of which client forwarded the event.

* Remove unused development data
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use non-deprecated feature test macros</title>
<updated>2017-05-10T15:03:59+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2017-04-23T09:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=146ba74e9e76f0c79af1dbefde5573cad65529ec'/>
<id>146ba74e9e76f0c79af1dbefde5573cad65529ec</id>
<content type='text'>
_SVID_SOURCE has been deprecated in newer versions of glibc breaking -WError;
the recommended replacement of _DEFAULT_SOURCE is fairly new, so switch to
_XOPEN_SOURCE instead.

Based on mutter commits b159d6a5e17219557574defb6c3788d9b0c39757
and b159d6a5e17219557574defb6c3788d9b0c39757.

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

taken from:
https://git.gnome.org/browse/metacity/commit/?id=56bcf350fb599ec2caf68af4f0f92b1c3999027c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_SVID_SOURCE has been deprecated in newer versions of glibc breaking -WError;
the recommended replacement of _DEFAULT_SOURCE is fairly new, so switch to
_XOPEN_SOURCE instead.

Based on mutter commits b159d6a5e17219557574defb6c3788d9b0c39757
and b159d6a5e17219557574defb6c3788d9b0c39757.

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

taken from:
https://git.gnome.org/browse/metacity/commit/?id=56bcf350fb599ec2caf68af4f0f92b1c3999027c
</pre>
</div>
</content>
</entry>
<entry>
<title>workspace: switch wrapping behavior for 'classic' and 'toroidal'</title>
<updated>2017-01-30T07:52:20+00:00</updated>
<author>
<name>Kevin S.C. Decker</name>
<email>kevin.decker@fu-berlin.de</email>
</author>
<published>2016-12-28T23:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=5a92d0b24a661e160c98c7ecfaf7da0b043d4ef6'/>
<id>5a92d0b24a661e160c98c7ecfaf7da0b043d4ef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added functionality to ignore applications while show-desktop is triggered</title>
<updated>2017-01-17T19:22:29+00:00</updated>
<author>
<name>Illia Danko</name>
<email>ilyuha21st@gmail.com</email>
</author>
<published>2016-10-28T16:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=238373df58d4ba275b7aead36f4d47971fbed18d'/>
<id>238373df58d4ba275b7aead36f4d47971fbed18d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added functionality to disable display preselected tab window border</title>
<updated>2016-12-05T06:28:31+00:00</updated>
<author>
<name>Illia Danko</name>
<email>ilyuha21st@gmail.com</email>
</author>
<published>2016-10-07T20:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=9a4b1e0bb71cd991cd1d86d4fb432377ba4f4eab'/>
<id>9a4b1e0bb71cd991cd1d86d4fb432377ba4f4eab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-10-15T12:39:12+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-10-15T12:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=40e26ed6d0e9ef84522ad0723f630bd7d796beec'/>
<id>40e26ed6d0e9ef84522ad0723f630bd7d796beec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash on showing alt-tab thumbnails with compositor on (GTK+2)</title>
<updated>2016-04-12T10:46:13+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-04-12T10:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=758e41a133afb4e95dd91f1cbb66039f7636e4e3'/>
<id>758e41a133afb4e95dd91f1cbb66039f7636e4e3</id>
<content type='text'>
was my mistake in 9212dacb2bfd5985d8426bf0bdb88f2aca03444e :-/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
was my mistake in 9212dacb2bfd5985d8426bf0bdb88f2aca03444e :-/
</pre>
</div>
</content>
</entry>
<entry>
<title>remove duplicate function declaration</title>
<updated>2016-03-09T07:21:14+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-03-04T11:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=3309d14d44cf85be76f3487da2df25f65616847b'/>
<id>3309d14d44cf85be76f3487da2df25f65616847b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
