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

Last commit made on 2021-07-09
Get this branch:
git clone -b 1.24 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/marco

Branch merges

Branch information

Recent commits

76da06f... by Faidon Liambotis

tabpopup: fix cairo surface leak

Commit 6b05da5e49996a2101edfd703dd3f5d91011d726 introduced a Cairo
surface leak, by calling gdk_cairo_surface_create_from_pixbuf() but then
never freeing those surfaces with cairo_surface_destroy().

This manifested in leaking resources when switching between virtual
desktops, as observed using xrestop ("Pxms" column), which made the
desktop slow and ultimately unusable after a few weeks of uptime.

Fixes #685

a94210e... by raveit65

travis-ci: use ubuntu focal as host system

fixes build issues with fedora:latest (f34) tag.

e0c9ebc... by raveit65

travis: disable travis builds for ubuntu

Sadly, there is a limit for free builds at docker.com
See discussion
https://github.com/orgs/mate-desktop/teams/core-team/discussions/25

6bc5618... by raveit65

release 1.24.2

023973b... by raveit65

tx: sync with transifex

c85ce30... by raveit65

travis: build with mate-common-1.24.2 from repos

11b406e... by raveit65

tx: temporarily disable build for ArchLinux

9db1448... by Michael Webster

compositor-xrender.c: Make sure tooltips are visible when the source
widget is close to the edge of the work area.

See inline comments - as of 3.24 tooltip positioning is handled
differently, and under certain conditions in hidpi, tooltips for the
bottom panel applets can end up off the bottom of the work area.

To reproduce, in hidpi, set the bottom panel to approximately 30px
tall and try to activate a tooltip for an applet on that panel.

8225824... by raveit65

travis CI: use rolling tag for ubuntu docker image

634057c... by rcaridade145 <email address hidden>

window: do not unfocus on new window.

Fix keyboard input on fullscreen VLC.
Based on Metacity commit https://gitlab.gnome.org/GNOME/metacity/-/commit/bf17c79