<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src/include, branch v1.22.1</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>Increase icon size on tab and workspace popups</title>
<updated>2019-01-31T20:00:19+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-01-22T15:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=8abba9a150e4004004609ff7a1c72a188f170d5f'/>
<id>8abba9a150e4004004609ff7a1c72a188f170d5f</id>
<content type='text'>
Alt+Tab and Workspace popups should be sized relative to the monitor size.
This way they look nice and large regardless of the display resolution.

Also, given much larger modern resolutions, icon sizes should be larger by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alt+Tab and Workspace popups should be sized relative to the monitor size.
This way they look nice and large regardless of the display resolution.

Also, given much larger modern resolutions, icon sizes should be larger by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>'meta_error_trap_push' instead 'meta_error_trap_push_with_return'</title>
<updated>2019-01-07T00:44:52+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-01-06T11:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=4940310cda91a4bea223deb7568fb77829518ded'/>
<id>4940310cda91a4bea223deb7568fb77829518ded</id>
<content type='text'>
both functions have the same code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
both functions have the same code
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for app-menu button in theme</title>
<updated>2018-08-28T22:53:42+00:00</updated>
<author>
<name>Alberts Muktupāvels</name>
<email>alberts.muktupavels@gmail.com</email>
</author>
<published>2014-10-07T02:37:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=c49f361a93752ffb53d99fd55fa7e8db2ac660c5'/>
<id>c49f361a93752ffb53d99fd55fa7e8db2ac660c5</id>
<content type='text'>
Add app-menu button support in themes. This is done only to support
metacity theme format 3.5 version. Marco will not show this
button!

Based on metacity commit:
https://gitlab.gnome.org/GNOME/metacity/commit/6a2cc159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add app-menu button support in themes. This is done only to support
metacity theme format 3.5 version. Marco will not show this
button!

Based on metacity commit:
https://gitlab.gnome.org/GNOME/metacity/commit/6a2cc159
</pre>
</div>
</content>
</entry>
<entry>
<title>Add frame type for attached modal dialogs</title>
<updated>2018-08-28T13:38:37+00:00</updated>
<author>
<name>Owen W. Taylor</name>
<email>otaylor@fishsoup.net</email>
</author>
<published>2014-09-27T14:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=c9c3f858e28edf0856a263941007401923adbabd'/>
<id>c9c3f858e28edf0856a263941007401923adbabd</id>
<content type='text'>
Add a new frame type META_FRAME_TYPE_ATTACHED which is used for
attached modal dialogs.

The theme format version is bumped to 3.2, and attached windows
can have borders defined in a metacity-theme-3.xml as:

 &lt;window version="&gt;= 3.2" type="attached" style_set="[name]"/&gt;

If no style is defined for "attached", drawing will fall back
to the "border" type.

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

NOTE: Patch copied from mutter and adapted for metacity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new frame type META_FRAME_TYPE_ATTACHED which is used for
attached modal dialogs.

The theme format version is bumped to 3.2, and attached windows
can have borders defined in a metacity-theme-3.xml as:

 &lt;window version="&gt;= 3.2" type="attached" style_set="[name]"/&gt;

If no style is defined for "attached", drawing will fall back
to the "border" type.

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

NOTE: Patch copied from mutter and adapted for metacity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optionally attach modal dialogs</title>
<updated>2018-08-28T13:38:37+00:00</updated>
<author>
<name>Maxim Ermilov</name>
<email>zaspire@rambler.ru</email>
</author>
<published>2014-09-27T14:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=37fecf49392eb10ada1f4bf481d6ad6be56891dd'/>
<id>37fecf49392eb10ada1f4bf481d6ad6be56891dd</id>
<content type='text'>
Add a preference /apps/mutter/general/attach_modal_dialogs. When
true, instead of having independent titlebars, modal dialogs appear
attached to the titlebar of the parent window and are moved
together with the parent window.

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

NOTE: Patch copied from mutter and adapted for metacity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a preference /apps/mutter/general/attach_modal_dialogs. When
true, instead of having independent titlebars, modal dialogs appear
attached to the titlebar of the parent window and are moved
together with the parent window.

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

NOTE: Patch copied from mutter and adapted for metacity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add meta_window_get_transient_for() method</title>
<updated>2018-08-28T13:38:37+00:00</updated>
<author>
<name>Davyd Madeley</name>
<email>davyd@madeley.id.au</email>
</author>
<published>2014-09-27T14:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=4f47c5be61320102120fcae6c8c04f63c5b4f5b5'/>
<id>4f47c5be61320102120fcae6c8c04f63c5b4f5b5</id>
<content type='text'>
NOTE: Patch copied from mutter and adapted for metacity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE: Patch copied from mutter and adapted for metacity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mismatched enums in keybinding detection for switch-panels and switch-panels-backward</title>
<updated>2018-03-08T14:33:09+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=03cffa36b4c89532873848064ef595e5d0ac9b9c'/>
<id>03cffa36b4c89532873848064ef595e5d0ac9b9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented simple shourtcuts to move window to another monitor</title>
<updated>2018-01-15T16:29:48+00:00</updated>
<author>
<name>Omar Zeidan</name>
<email>omar@zeidan.io</email>
</author>
<published>2017-12-30T02:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=7e14f82c4b5e3137bbdc3a4e55dbfe01e5af28c0'/>
<id>7e14f82c4b5e3137bbdc3a4e55dbfe01e5af28c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More elegant solution for handling new move-to-workspace keybinds</title>
<updated>2018-01-02T08:28:57+00:00</updated>
<author>
<name>Omar Zeidan</name>
<email>omar@zeidan.io</email>
</author>
<published>2018-01-01T20:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=52701a81d82cd89525ed883cb046f11f384c8d6c'/>
<id>52701a81d82cd89525ed883cb046f11f384c8d6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented a setting to disable top tiling</title>
<updated>2018-01-02T08:24:38+00:00</updated>
<author>
<name>Omar Zeidan</name>
<email>omar@zeidan.io</email>
</author>
<published>2017-12-31T15:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=709fe3eb2f8987ffc598ecbece4997acdf51cdca'/>
<id>709fe3eb2f8987ffc598ecbece4997acdf51cdca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
