~mate-desktop/mate-desktop/+git/marco:1.26

Last commit made on 2023-10-24
Get this branch:
git clone -b 1.26 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/marco

Branch merges

Branch information

Recent commits

7a017dd... by Colomban Wendling

tabpopup: Use more contrasting background when not composited

When composited, the tab popup uses an OSD style which typically has a
dark background, so we use a light background highlight color.
However, when not composited the popup uses a light color and should
thus use a dark highlight. This was done for the workspace popup, but
not for the window one, leading to the highlight being hardly visible
in several themes.

fdfc8bd... by Mihai Moldovan

ui/tabpopup: likewise only enable compositing code if available.

a67e582... by Mihai Moldovan

ui/frames: check that compositing is not only requested, but also available.

Enabling code that is supposed to be used in compositing conditions is
harmful if compositing is not actually available. Just checking the
preference is not enough to make sure that compositing is available -
the X server might be missing crucial extensions for compositing to
work, which in turn correctly disables the internal compositor.

The end result is graphical issues like black borders around windows in
such situations.

Make sure that compositing is both requested AND available to fix this
bug.

a938884... by Colomban Wendling

Fix losing title of windows with a 3 or 4 bytes first character

Fixes #757.

efc984b... by raveit65

release 1.26.2

b8230bc... by raveit65

tx: migrate to new API

083e573... by raveit65

tx: pull from transifex

730ed9d... by insaner <email address hidden>

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

03dff12... 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.

2c0d384... 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()