mutter:wip/fmuellner/flash-flash

Last commit made on 2019-03-12
Get this branch:
git clone -b wip/fmuellner/flash-flash https://git.launchpad.net/mutter

Branch merges

Branch information

Name:
wip/fmuellner/flash-flash
Repository:
lp:mutter

Recent commits

7bd33e7... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

frame: Remove flashing support

It's now unused.

https://gitlab.gnome.org/GNOME/mutter/issues/491

f8d62da... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

bell: Always flash window instead of frame

Traditionally visual alerts were implemented by flashing the focus
window's frame. As that only works for windows that we decorate,
flashing the whole window was added as a fallback for client-decorated
windows.

However that introduces some confusing inconsistency, better to just
always flash the entire window.

https://gitlab.gnome.org/GNOME/mutter/issues/491

303e02b... by Marco Trevisan (Treviño)

monitor: Fix indentation style on foreach functions

https://gitlab.gnome.org/GNOME/mutter/merge_requests/488

e2525f2... by Marco Trevisan (Treviño)

monitor: Fix indentation style on calculate_crtc_pos and friends

https://gitlab.gnome.org/GNOME/mutter/merge_requests/488

9b8510a... by Marco Trevisan (Treviño)

monitor: Fix indentation style on calculate_supported_scales and friends

https://gitlab.gnome.org/GNOME/mutter/merge_requests/488

8a87e87... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

shadow-factory: Update shadow of attached modals

When commit 91c6a144da synced shadows with Adwaita, it removed the
shadow completely from attached modal dialogs. However Adwaita uses
the same shadow for all dialogs (modal or not), so do the same here.

https://gitlab.gnome.org/GNOME/mutter/issues/490

9aca31c... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

cogl: Introspect CoglTexture2D(Sliced)

gnome-shell cannot use CoglTexture if gjs can't tell that an object
in question implements the CoglTexture interface.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1020
https://gitlab.gnome.org/GNOME/mutter/merge_requests/482

a555a2c... by Adam Jackson <email address hidden>

cogl: Remove unused CoglTextureDriver::try_setting_gl_border_color

https://gitlab.gnome.org/GNOME/mutter/merge_requests/480

32504ae... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

meta-monitor: Remove useless variable

Since commit f76b3edf9cdf, the variable is never set to TRUE and
we can simply remove it.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/475

80ceeb2... by Benjamin Berg <email address hidden>

keybindings: Fix theoretical memory leak while ungrabbing

In the unlikely event that one tries to ungrab an action which does not
exist, a small leak could occur. Fix this by using g_autofree.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/478