metacity:gnome-3-18

Last commit made on 2017-04-04
Get this branch:
git clone -b gnome-3-18 https://git.launchpad.net/metacity

Branch merges

Branch information

Name:
gnome-3-18
Repository:
lp:metacity

Recent commits

bbe29f4... by Shantanu Goel

frames: use correct variable in for loop assignment

update_context_styles is using the wrong variable when advancing
to the next key in the hash table which can cause an infinite
loop if # of variants is ever greater than 1.

This problem was originally reported here:

https://github.com/linuxmint/Cinnamon/issues/5254

The following patch was commited in Mint:

https://github.com/linuxmint/muffin/commit/6120bdde

This patch is just a shorter version of the Mint patch
and they deserve all the credit for the idea.

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

64e95c2... by Alberts Muktupāvels

window: send synthetic ConfigureNotify events

We might receive ConfigureRequest to change only window stacking
order. According to ICCCM section 4.1.5 we should send synthetic
ConfigureNotify event.

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

5a6a858... by Alberts Muktupāvels

Revert "window: send synthetic ConfigureNotify events"

This reverts commit 15940e701cef107666df63c7318367c564e5f37e.

15940e7... by Alberts Muktupāvels

window: send synthetic ConfigureNotify events

We might receive ConfigureRequest to change only window stacking
order. According to ICCCM section 4.1.5 we should send synthetic
ConfigureNotify event.

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

54e7061... by Alberts Muktupāvels

theme: fix gradients with one alpha value

Commit 71d5decc42f3367bcbe2c4656356edd0f94d9feb ported gradient
code from GdkPixbuf to cairo. Ported code wrongly assumed that
alpha values always match color stops.

72488dc... by Alberts Muktupāvels

compositor: set cw->window to NULL in xrender_free_window

d5f9e42... by Alberts Muktupāvels

compositor: don't remove window on UnmapNotify event

Compositor still needs to know about unmapped windows to properly
handle window stacking order.

https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050

8df92d3... by Alberts Muktupāvels

NEWS: fix bug number

005b7eb... by Alberts Muktupāvels

bump version to 3.18.7, update NEWS

1dfbe40... by Alberts Muktupāvels

frames: use cairo_push_group in meta_frames_get_mask