~mate-desktop/mate-desktop/+git/marco:alt-tab-icons-hidpi

Last commit made on 2023-03-07
Get this branch:
git clone -b alt-tab-icons-hidpi https://git.launchpad.net/~mate-desktop/mate-desktop/+git/marco

Branch merges

Branch information

Name:
alt-tab-icons-hidpi
Repository:
lp:~mate-desktop/mate-desktop/+git/marco

Recent commits

c99c852... by Victor Kareh <email address hidden>

window: Convert all icons to cairo surfaces

32f1967... by Victor Kareh <email address hidden>

iconcache: Read icons into cairo surfaces

We internally read icons as cairo surfaces before converting them to
GdkPixbuf. This will allow us to eventually delete a lot of GdkPixbuf
manipulation and simplify the drawing codepath.

df29957... by Victor Kareh <email address hidden>

iconcache: replace width and height with size in read_icons

meta_read_icons is used in MetaWindow. In it ideal_width and
ideal_height have same value - default icon size. Same with
ideal_mini_width and ideal_mini_height.

Simplify function by replacing width and height parameters with size
parameter.

Adapted from https://gitlab.gnome.org/GNOME/libwnck/-/commit/c1460f79

319ee4f... by insaner <email address hidden>

Show correct window title when owned by superuser. Issue #749

d83cb24... by sparkida <email address hidden>

Add setting to raise windows on alt+tab popup

dcd5d21... by Joakim Tjernlund <email address hidden>

Test if XResQueryClientIds() is available before using it.

Needed for X2Go as it does not have XRES 1.2 extension.

81ca712... by Joakim Tjernlund <email address hidden>

Test Xres 1.2 is present

Before using any Xres extension one must call XResQueryExtension()
Also make sure Xres 1.2 is available as marco need XResQueryClientIds()

0f7a8c6... by Joakim Tjernlund <email address hidden>

test return value from XResQueryClientIds()

14ca155... by mbkma <email address hidden>

release 1.27.0

ec34b92... by mbkma <email address hidden>

tx: sync with transifex