gnome-shell:wip/jimmac/closebutton-tweaks

Last commit made on 2019-03-11
Get this branch:
git clone -b wip/jimmac/closebutton-tweaks https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/jimmac/closebutton-tweaks
Repository:
lp:gnome-shell

Recent commits

c617273... by jimmac

theme: window close button touchup

- tone down the shading considerably to match the previous look

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/453

348d303... by monday15

theme: Fix :checked:active page-indicator

Closes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1036

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

magnifier: Fix color argument

Clutter.TextureNode takes a Clutter.Color, not a Cogl.Color.

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

187c219... by Robert Mader

st-theme-node-transition: Exclude get_new_paint_state() from introspection

to silence a build warning.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/449

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

st-widget: Add missing g_return_val_if_fail()

It's a public function, so it's good practice to sanity-check its
input (unless disabled at compile time of course).

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1018

436861e... by jimmac

theme: improve legibility of error messages

- the login dialog uses warning_color, so be consistent
- nevertheless increase lightness of the error_color

Fixes issue https://gitlab.gnome.org/GNOME/gnome-shell/issues/1016

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

texture-cache: Apply resource scale to the right dimension

Size matters!

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/444

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

layout: Use custom actor for uiGroup

The bind constraint that replaced the Shell.GenericContainer in commit
f4682748faf4 is subtly different from the previous code:
It forces the actor to have the same size as the stage, rather than just
requesting that size.

This breaks the magnifier which relies on the UI being able to be bigger
than the display size. Fix by going back to using a custom actor.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/646

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

userWidget: Fix avatar size

The texture cache now returns an actor with an appropriate ClutterContent
rather than a ClutterTexture. That actor uses the CONTENT_SIZE request
mode, which means that it will unconditionally request the preferred size
of the content. That is, setting an explicit size no longer has an effect.

Fix this by making sure the image is already loaded with the desired
dimensions.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1024

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

Bump version to 3.32.0

Update NEWS.