~ubuntu-desktop/ubuntu/+source/gtk+3.0:upstream/latest

Last commit made on 2020-02-29
Get this branch:
git clone -b upstream/latest https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gtk+3.0
Members of Ubuntu Desktop can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
upstream/latest
Repository:
lp:~ubuntu-desktop/ubuntu/+source/gtk+3.0

Recent commits

7010997... by Simon McVittie

New upstream version 3.24.14

fab213a... by Matthias Clasen <email address hidden>

3.24.14

63b0616... by Ignacio Casal Quinteiro

Merge branch 'gtk-3-24-fix-runtime-assertions' into 'gtk-3-24'

Prevent Quartz/CoreGraphics runtime assertion failures. (GTK 3)

See merge request GNOME/gtk!1442

a1720b9... by David Hogan <email address hidden>

Prevent Quartz/CoreGraphics runtime assertion failures.

gdk_window_impl_quartz_release_context () can be called with a NULL CGContextRef. This causes CoreGraphics assertion failures when debugging a Gtk application in Xcode, as the code was blindly passing that NULL to CGContextRestoreGState () and CGContextSetAllowsAntialiasing (). Given that the matching pair of CGContextSaveGState () and CGContextSetAllowsAntialiasing () calls are already checking for a NULL CGContextRef, it seems reasonable to wrap these calls in a NULL check.

1c4d5fb... by Asier Sarasua Garmendia

Update Basque translation

878be85... by Claude Paroz

Update French translation

0e5d7c6... by Carlos Garnacho <email address hidden>

Merge branch 'enable' into 'gtk-3-24'

imwayland: Fix enabling and disabling of text inputs

See merge request GNOME/gtk!1354

a7c17ca... by Dorota Czaplejewicz <email address hidden>

imwayland: Do not send events while text input is inactive.

601b7c8... by Dorota Czaplejewicz <email address hidden>

imwayland: Use common function to enable text input

Enabling text input needs to send the supported capabilities.
It's easiest to ensure that by using a single enable function.

fc43741... by Dorota Czaplejewicz <email address hidden>

imwayland: Move release handling after enable

In preparation for the commit which calls enable in the release handler.