<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src/ui, 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>screen: Remove get_current_monitor in favor of get_current_xinerama</title>
<updated>2019-01-31T20:00:19+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-01-31T12:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=fad23c9979d3ba04f377eb0704b6d78b9ebf43c4'/>
<id>fad23c9979d3ba04f377eb0704b6d78b9ebf43c4</id>
<content type='text'>
Since xinerama already contains information on the monitor and its rectangle, there is no need to go through Gdk to get this information again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since xinerama already contains information on the monitor and its rectangle, there is no need to go through Gdk to get this information again.
</pre>
</div>
</content>
</entry>
<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>frames.c: drop unused variables</title>
<updated>2019-01-06T13:31:44+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-01-06T13:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=898e9417c703516dfe2c4b9dc1bd78b6299883ce'/>
<id>898e9417c703516dfe2c4b9dc1bd78b6299883ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>theme: revert theme format version 3.6</title>
<updated>2018-08-29T16:52:28+00:00</updated>
<author>
<name>Alberts Muktupāvels</name>
<email>alberts.muktupavels@gmail.com</email>
</author>
<published>2016-01-28T15:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=a6f9462029e7395c778a6aef9e9e1c5b2452bdda'/>
<id>a6f9462029e7395c778a6aef9e9e1c5b2452bdda</id>
<content type='text'>
Shadow and padding was never part of theme. This format was created by
mutter, and it is an incompatible change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shadow and padding was never part of theme. This format was created by
mutter, and it is an incompatible change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert frame region handling to cairo regions</title>
<updated>2018-08-28T23:22:06+00:00</updated>
<author>
<name>Owen W. Taylor</name>
<email>otaylor@fishsoup.net</email>
</author>
<published>2011-03-20T20:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=522ad73e73b9101dc8cf74f81669321fc28fac8e'/>
<id>522ad73e73b9101dc8cf74f81669321fc28fac8e</id>
<content type='text'>
It's useful to get frame shapes and manipulate them within Mutter, for
example so that the compositor can use them to clip drawing.
For this, we'll need the regions as cairo regions not X regions, so
convert frame shaping code to work in terms of cairo_region_t.

https://bugzilla.gnome.org/show_bug.cgi?id=635268
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's useful to get frame shapes and manipulate them within Mutter, for
example so that the compositor can use them to clip drawing.
For this, we'll need the regions as cairo regions not X regions, so
convert frame shaping code to work in terms of cairo_region_t.

https://bugzilla.gnome.org/show_bug.cgi?id=635268
</pre>
</div>
</content>
</entry>
<entry>
<title>theme: add invisible_border to metacity theme</title>
<updated>2018-08-28T23:15:05+00:00</updated>
<author>
<name>Alberts Muktupāvels</name>
<email>alberts.muktupavels@gmail.com</email>
</author>
<published>2015-01-18T14:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=93b5dd1cf945b59a1ec605e66c2ceda49ba9e397'/>
<id>93b5dd1cf945b59a1ec605e66c2ceda49ba9e397</id>
<content type='text'>
This adds 'invisible_border' to metacity theme. This invisible
border will be used for resize cursor area.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds 'invisible_border' to metacity theme. This invisible
border will be used for resize cursor area.
</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>theme: replace mutter/metacity with marco</title>
<updated>2018-08-28T22:48:24+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-08-28T22:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=5418b4087150a0b72fa86a8fdea706e66dc908d2'/>
<id>5418b4087150a0b72fa86a8fdea706e66dc908d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>theme: Replace char array element comparisons with strncmp</title>
<updated>2018-08-28T22:44:15+00:00</updated>
<author>
<name>Jasper St. Pierre</name>
<email>jstpierre@mecheye.net</email>
</author>
<published>2012-03-01T05:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=9b6f737a66009e139fcf6979fbbdbad33746df80'/>
<id>9b6f737a66009e139fcf6979fbbdbad33746df80</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=662962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=662962
</pre>
</div>
</content>
</entry>
<entry>
<title>tabpopup.c: improve</title>
<updated>2018-08-28T13:39:37+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-08-26T21:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=2ce772a8297517012ba3a7f7d0433c905e2a47ea'/>
<id>2ce772a8297517012ba3a7f7d0433c905e2a47ea</id>
<content type='text'>
* Fix missing white border on outline window.
* Do not create outline_window if we are not going to use it.

Adapted from https://gitlab.gnome.org/GNOME/metacity/commit/a7dd0727
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix missing white border on outline window.
* Do not create outline_window if we are not going to use it.

Adapted from https://gitlab.gnome.org/GNOME/metacity/commit/a7dd0727
</pre>
</div>
</content>
</entry>
</feed>
