<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src/core, 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>Store a window flag when user resizes from tiled</title>
<updated>2017-08-30T19:13:58+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2017-08-30T19:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=f396a2bebc9c365527c5c6e4d4d489879e8bbea4'/>
<id>f396a2bebc9c365527c5c6e4d4d489879e8bbea4</id>
<content type='text'>
Use that flag to retain the correct window size when performing other
operations. Reset when re-tiling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use that flag to retain the correct window size when performing other
operations. Reset when re-tiling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow tiled windows to be resized horizontally</title>
<updated>2017-08-29T19:36:19+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2017-08-29T19:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=c577f51e1e1258f8a6c55764a8b86d3421c466e7'/>
<id>c577f51e1e1258f8a6c55764a8b86d3421c466e7</id>
<content type='text'>
Determine whether the user is initiating a resize action on a tiled
window. If the user is trying to grab the window for resizing
horizontally from the edge that's farther away from the screen edge,
allow the resize to occur. Otherwise maintain the current tile geometry.

Also modified the window hints to allow resizing from the window menu.

Fixes #250
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Determine whether the user is initiating a resize action on a tiled
window. If the user is trying to grab the window for resizing
horizontally from the edge that's farther away from the screen edge,
allow the resize to occur. Otherwise maintain the current tile geometry.

Also modified the window hints to allow resizing from the window menu.

Fixes #250
</pre>
</div>
</content>
</entry>
<entry>
<title>display: don't use deprecated GDK_DEVICE_MANAGER</title>
<updated>2017-08-14T15:39:27+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-14T13:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=c64a516cbca7b8d07e5de0af9223ae0199e18857'/>
<id>c64a516cbca7b8d07e5de0af9223ae0199e18857</id>
<content type='text'>
use GtkSeat for &gt; gtk+-3.20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use GtkSeat for &gt; gtk+-3.20
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix synthetic keybinding/button-grab window (#342)</title>
<updated>2017-08-14T10:31:10+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=680dca33ba526ae0d2dc333ac26a1c5872d86120'/>
<id>680dca33ba526ae0d2dc333ac26a1c5872d86120</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>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>Alt/tab - define arrow keycode + numpad arrows</title>
<updated>2017-07-14T08:47:21+00:00</updated>
<author>
<name>Pierre-Louis Dubouilh</name>
<email>pldubouilh@gmail.com</email>
</author>
<published>2017-07-13T12:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=7c69bcf4d5b195902c770bcbf84bd8b8c3427059'/>
<id>7c69bcf4d5b195902c770bcbf84bd8b8c3427059</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow use of arrows while in alt+tab popup</title>
<updated>2017-07-14T08:47:21+00:00</updated>
<author>
<name>Pierre-Louis Dubouilh</name>
<email>pldubouilh@gmail.com</email>
</author>
<published>2017-06-24T15:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=c4750c85961777e6ab00b46fb12b1ba0253796d5'/>
<id>c4750c85961777e6ab00b46fb12b1ba0253796d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added hotkey to rename current workspace</title>
<updated>2017-06-05T06:23:38+00:00</updated>
<author>
<name>Felipe Barriga Richards</name>
<email>spam@felipebarriga.cl</email>
</author>
<published>2017-01-06T16:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=5ded52f5e98d60abb903cc9194714a9b293ad482'/>
<id>5ded52f5e98d60abb903cc9194714a9b293ad482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use non-deprecated feature test macros</title>
<updated>2017-04-23T09:29:38+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=76ed712251aeab04ce7e7b5d9c421baf9b9f34cd'/>
<id>76ed712251aeab04ce7e7b5d9c421baf9b9f34cd</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>
</feed>
