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

Last commit made on 2018-07-02
Get this branch:
git clone -b upstream/latest https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gtk+2.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+2.0

Recent commits

32a7c4a... by Marco Trevisan (Treviño)

Import Upstream version 2.24.32

3f67785... by Jeremy Bícha

New upstream version 2.24.32

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

2.24.32

331877f... by Matthias Clasen <email address hidden>

Fix abicheck

Update symbols files, and ignore marshallers that appear.

a5bbaa1... by Jeremy Bícha

New upstream version 2.24.31

efa7d3f... by Jeremy Bícha

Initial upstream branch

61d5c82... by Colomban Wendling

Fix updating the widget accessible description when using its tooltip

We need to notify ATK the description changed when the tooltip text
associated with the widget changes and gail_widget_get_description()
would use it as the description.

https://bugzilla.gnome.org/show_bug.cgi?id=779009

5ce6f24... by Chun-wei Fan <email address hidden>

Fix introspection builds on Visual Studio 2017

Detect Visual Studio 2017 properly, so that we won't mistaken it for
2015.

a52af43... by Piotr Drąg

Update Polish translation

bc555cd... by Daniel Boles <email address hidden>

imcontextxim: Fix showing glyph in status window

This custom drawing code was broken, which meant the current mode
indicator/character did not show, severely hindering XIM users.

Fix by simply removing the custom drawing and just being a GtkWindow, by
cherry-picking these two from GTK+ 3:
  commit 211ccb5c73a444683d493588c3eb29b457a5586b
  commit c750cea4e57ed3bcb5ba7eada95d0be380aa2fe5t

https://bugzilla.gnome.org/show_bug.cgi?id=696624