mutter:gnome-3-4

Last commit made on 2016-10-11
Get this branch:
git clone -b gnome-3-4 https://git.launchpad.net/mutter

Branch merges

Branch information

Name:
gnome-3-4
Repository:
lp:mutter

Recent commits

24f2743... by Cédric VALMARY (Tot en òc)

Update Occitan translation

a52d418... by Cédric VALMARY (Tot en òc)

Update Occitan translation

8638fb0... by Cédric VALMARY (Tot en òc)

Update Occitan translation

9aea81c... by Cédric VALMARY (Tot en òc)

Update Occitan translation

844ad6f... by Alban Crequy

Initialize window->user_rect in the initial placement

The window positioning is delayed in idle_move_resize() in case the application
resizes/maximizes its window quickly after its creation. The delayed
positioning uses window->user_rect because of bug 426519 comment 3 (see
meta_window_move_resize_now()).

user_rect was not set in the initial positioning, causing the delayed
positioning unable to know which monitor we use for this window. As a
consequence, the window could jump spontaneously from one monitor to another.

With this patch, the window does not jump anymore.

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

01507d9... by Nilamdyuti Goswami

Assamese translation reviewed

24bb097... by Andika Triwidada

[l10n] Updated Indonesian translation

4ca8472... by Luca Ferretti <email address hidden>

l10n: updated Italian translaion

ff688ce... by Praveen Illa

Updated Telugu Translation

5e453f4... by Owen Taylor

meta_window_move_frame(): fix crash when frame is NULL

When meta_frame_calc_borders() was made to take a NULL frame argument,
a crash was accidentally introduced into meta_window_move_frame().

This partially reverts 8c1b2d5.

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