metacity:gnome-3-34

Last commit made on 2020-03-06
Get this branch:
git clone -b gnome-3-34 https://git.launchpad.net/metacity

Branch merges

Branch information

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

Recent commits

1b231de... by Alberts Muktupāvels

revert "window: stop updating layers on focus changes"

This reverts commit 12c4f35ca5a6f596518d50b2b2c647608c3d3410.

https://gitlab.gnome.org/GNOME/metacity/issues/8

ae883e9... by Alberts Muktupāvels

libmetacity: fix blurry titlebar font

https://gitlab.gnome.org/GNOME/metacity/issues/2

c0f4e8c... by Alberts Muktupāvels

revert "stack: never focus unmanaging windows"

This reverts commit 33a6a39c9a7f1a0d706d79175c7ed157984f3da0.

Original commit was:
https://gitlab.gnome.org/GNOME/mutter/commit/b3b9d9e1617f350a2a3f3a

Commit in metacity was incomplete and because of that also did not
reflect what it actually did. Also exactly this part was reverted in
mutter - https://gitlab.gnome.org/GNOME/mutter/commit/d99442d6e6b7.

83d31a0... by Alberts Muktupāvels

compositor-xrender: clip shape region to window size

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

1fef108... by Alberts Muktupāvels

bump version to 3.34.1, update NEWS

edf16a4... by Alberts Muktupāvels

xrender: fix shadow regression

Commit 8b0ed193cfa7 introduced regression - unmaximized window does
not have a shadow. Update needs_shadow in sync_window_geometry to
make sure we have correct state when calling win_extents that will
recreate shadow if needed.

68fe148... by Alberts Muktupāvels

window: fix frame height for shaded windows

22870c4... by Alberts Muktupāvels

xrender: fix shaded windows regression

When window is shaded client window is unmapped. Commit 433bf689997e
replaced cw->attrs.map_state with cw->window->mapped that introduced
regression - shaded windows are no longer visible.

93453e9... by Alberts Muktupāvels

window: add meta_window_is_toplevel_mapped

e1d52ce... by Alberts Muktupāvels

xrender: fix memory leak