metacity:gnome-3-32

Last commit made on 2019-09-13
Get this branch:
git clone -b gnome-3-32 https://git.launchpad.net/metacity

Branch merges

Branch information

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

Recent commits

35ea82b... by Alberts Muktupāvels

xrender: fix memory leak

13089f6... by Alberts Muktupāvels

xprops: fix memory leak

XmbTextPropertyToTextList documentation says that XFreeStringList
should be used to free the storage for the list and its contents.

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

bf1bfba... by Alberts Muktupāvels

bump version to 3.32.0, update NEWS

18314a7... by Nathan Follens <email address hidden>

Update Dutch translation

ed96503... by Pablo Barciela <email address hidden>

boxes: Actually check for rectangle containment

Fixes condition duplicated:

          /* If a contains b, just remove b */
          if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = other;
            }
          /* If b contains a, just remove a */
          else if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = compare;
            }

a9a7115... by Piotr Drąg

Update Polish translation

4181c60... by Andre Klapper

Replace git.gnome.org by Gitlab URL in <GitRepository> in DOAP file

4a76a9d... by Andre Klapper

Replace Bugzilla by Gitlab URL in DOAP file

074af8f... by Alberts Muktupāvels

revert "unminimize windows with initial IconicState if first known on MapRequest"

According to ICCCM client is allowed to go from Withdrawn to Iconic
state. Also there are x11 apps that has -iconic command line option
that was broken.

Revert 6875256e63fbfd4500ddd27a7bf1aafc8d4c1ca3 commit to restore
previous behaviour.

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

fa4d02c... by Alberts Muktupāvels

libmetacity: add appmenu class to button