metacity:gnome-3-22

Last commit made on 2018-03-24
Get this branch:
git clone -b gnome-3-22 https://git.launchpad.net/metacity

Branch merges

Branch information

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

Recent commits

1cfa0d9... by wsxy162

Update zh_CN translation

f1c37d9... by Alberts Muktupāvels

libmetacity: fix copy/paste errors

6620965... by Alberts Muktupāvels

theme-viewer: fix copy/paste error

c3741e5... by Alberts Muktupāvels

libmetacity: fix copy/paste error

5539354... 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

eda8883... by Iñaki Larrañaga Murgoitio

Update Basque language

b85aa51... by Iñaki Larrañaga Murgoitio

Update Basque language

ecea0c1... by Alberts Muktupāvels

libmetacity: fix gradients with one alpha value

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

e6910e0... by Daniel Mustieles

Updated Spanish translation

ac6b821... by Alberts Muktupāvels

libmetacity: use POS_EXPR_INT for POS_TOKEN_VARIABLE

Commit 90f64f2ba50413c3fd20a7049162736e2eb98811 changed
POS_TOKEN_VARIABLE type from POS_EXPR_INT to POS_EXPR_DOUBLE.

Unfortunately this breaks existing themes. Use POS_EXPR_DOUBLE
only on HiDPI screens (scale > 1) to restore previous behaviour.

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