Jeremy Bicha
a6b13c6aef
New upstream version 3.24.12
2019-10-05 08:44:07 -04:00
Matthias Clasen
075dcc142a
3.24.12
2019-10-03 23:19:35 -04:00
Matthias Clasen
def95d9ebf
Update for 3.24.12
2019-10-03 23:19:02 -04:00
Ask Hjorth Larsen
50ffb3a4ac
Updated Danish translation of gtk-properties
2019-10-02 05:54:13 +02:00
Ask Hjorth Larsen
a3ea33baad
Updated Danish translation of gtk
2019-10-02 05:54:10 +02:00
Marek Černocký
4f2bfea6b1
Updated Czech translation
2019-10-02 02:08:45 +02:00
Marek Černocký
a5c19887b0
Updated Czech translation
2019-10-01 17:31:41 +02:00
Daniel Șerbănescu
fd11103cff
Update Romanian translation
2019-10-01 15:32:16 +00:00
Matthias Clasen
14922f1784
Merge branch 'gtk-debug-warn-when-built-without-debug' into 'gtk-3-24'
...
Print a warning if GTK_DEBUG is set but gtk isn't built with G_ENABLE_DEBUG
See merge request GNOME/gtk!1109
2019-10-01 14:54:19 +00:00
Daniel Mustieles
57b8f759c5
Updated Spanish translation
2019-10-01 15:53:40 +02:00
Milo Casagrande
d243efc127
Update Italian translation
2019-09-30 07:40:13 +00:00
Christoph Reiter
e27f2a5c92
meson: match autotools interface age
...
Noticed while diffing autotools/meson build results
2019-09-29 18:06:08 +02:00
Matej Urbančič
4b65e0ce0c
Updated Slovenian translation
2019-09-28 21:14:30 +02:00
Christoph Reiter
e65c703741
Print a warning if GTK_DEBUG is set but gtk isn't built with G_ENABLE_DEBUG
...
G_ENABLE_DEBUG is tied to the meson builttype property, so building with "plain"
results in G_ENABLE_DEBUG not being defined and the GTK_DEBUG env var just gets ignored
for that build.
Since it can be confusing that GTK_DEBUG has no effect print a warning message instead.
Fixes #2020
2019-09-28 20:54:38 +02:00
Rafael Fontenelle
300cef8249
Update Brazilian Portuguese translation
2019-09-28 18:06:37 +00:00
Piotr Drąg
ecf3fcdc90
Update Polish translation
2019-09-28 13:44:34 +02:00
Aurimas Černius
ddd975cdb2
Updated Lithuanian translation
2019-09-28 12:51:43 +03:00
Matthias Clasen
ca9fc93925
Merge branch 'BUG_popover_focus_from_another_window_GTK3' into 'gtk-3-24'
...
popover: fix focus when inside an unfocused window
See merge request GNOME/gtk!1073
2019-09-27 20:29:27 +00:00
Matthias Clasen
e58bb02acd
Merge branch 'BUG_popover_focus_new_folder_issue_GTK3' into 'gtk-3-24'
...
Fix popovers not restablishing default widget
See merge request GNOME/gtk!1075
2019-09-27 20:17:57 +00:00
Matthias Clasen
7ff79452c1
Merge branch '362-gtk-fileopen-dialog-need-filetype-mime-sort-option' into 'gtk-3-24'
...
GtkFileChooser: add a sortable "Type" column
See merge request GNOME/gtk!858
2019-09-27 19:59:17 +00:00
Matthias Clasen
6188a2e8c8
Merge branch 'printing-get-ppd-from-original-host-if-needed-gtk-3' into 'gtk-3-24'
...
printing: Get PPD from original host if needed
See merge request GNOME/gtk!1103
2019-09-27 19:23:37 +00:00
Matthias Clasen
f9273a86bd
Merge branch 'wip/carlosg/atk-util-checks' into 'gtk-3-24'
...
a11y: Avoid clobbering AtkUtilClass vmethods
See merge request GNOME/gtk!1108
2019-09-27 19:05:34 +00:00
Carlos Garnacho
054165d406
a11y: Avoid clobbering AtkUtilClass vmethods
...
In the unlikely case that GTK is "embedded" with other toolkits
(hi, Mutter), GTK will clobber the embedder's AtkUtil implementation,
leaving its own a11y in a broken state.
AtkUtil is not meant to be overridden by multiple toolkits within a
single client, so the most sensible thing to do is stay away from it
if that is the case. This helps the embedder's a11y to win.
Fixes Clutter a11y in Mutter after xwayland-on-demand, process
startup used to be in a fixed order so that Clutter's a11y would
eventually win, but x11/gtk startup is now asynchronous and able to
happen at a later point.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1687
2019-09-27 18:15:44 +02:00
Jonas Ådahl
c05f25d968
Merge branch 'dnd-coordinates2' into 'gtk-3-24'
...
gtk: Properly calculate device offset for DnD
See merge request GNOME/gtk!1104
2019-09-27 15:56:01 +00:00
Nathan Follens
f803b11626
Update Dutch translation
2019-09-25 11:23:08 +00:00
Benjamin Otte
91c5562b04
Merge branch 'wip/otte/for-gtk-3-24' into 'gtk-3-24'
...
CSS: Handle unknown resolution
See merge request GNOME/gtk!1107
2019-09-24 21:11:00 +00:00
Benjamin Otte
bdb96507bd
CSS: Handle unknown resolution
...
gdk_screen_get_resolution() can return -1 when the resolution is
unknown. Catch that case and use the default resolution of 96, like in
every other case.
Fixes #2119
2019-09-24 22:39:38 +02:00
Robert Mader
77e0d83000
gtk: Properly calculate device offset for DnD
...
We need to take the device scale into account, like it is done in
gdkwindow.c.
This fixes wrongly placed DnD surfaces in scaled contexts on X11
as well as Wayland.
2019-09-23 11:50:05 +02:00
Matthias Clasen
5d23819c69
Merge branch 'fix-gtk3-build' into 'gtk-3-24'
...
build: Avoid redefining EXTRA_DIST
See merge request GNOME/gtk!1101
2019-09-20 00:54:03 +00:00
Philip Chimento
62412cbcf4
build: Avoid redefining EXTRA_DIST
...
EXTRA_DIST is defined here and in Makefile.decl. The build system will
complain about that.
2019-09-19 16:26:44 -07:00
Marek Kasik
bf7851f57c
printing: Get PPD from original host if needed
...
Try to get PPD from original host if there is no PPD for remote printer
on current CUPS server.
2019-09-19 19:33:36 +02:00
Kjartan Maraas
3203c59108
Update Norwegian Bokmål translation
2019-09-18 13:42:06 +00:00
Matthias Clasen
ac53fed1f2
Merge branch 'BUG_tooltip_blocks_combo_GTK3' into 'gtk-3-24'
...
tooltips: hide tooltips before showing popups
See merge request GNOME/gtk!1084
2019-09-15 21:20:37 +00:00
Matthias Clasen
16d8ca8ad9
Merge branch 'builder-notify' into 'gtk-3-24'
...
Freeze notify queue when building objects
See merge request GNOME/gtk!1086
2019-09-15 15:55:43 +00:00
Matthias Clasen
a265ae2c96
Merge branch 'revert-9711c2ad' into 'gtk-3-24'
...
Revert "Merge branch 'remove-mingw-SetupDiGetDevicePropertyW-check-3-24' into 'gtk-3-24'"
See merge request GNOME/gtk!1096
2019-09-15 15:53:52 +00:00
Christoph Reiter
8a9ffef52b
Revert "Merge branch 'remove-mingw-SetupDiGetDevicePropertyW-check-3-24' into 'gtk-3-24'"
...
This reverts merge request !862
2019-09-15 15:19:29 +00:00
Matthias Clasen
f4cd637056
Merge branch 'drop-mir' into 'gtk-3-24'
...
Drop the mir backend
See merge request GNOME/gtk!1062
2019-09-09 20:02:02 +00:00
Chun-wei Fan
6e1e1991d5
Merge branch 'win32-ime-fixes' into 'gtk-3-24'
...
Win32 IME fixes
See merge request GNOME/gtk!1063
2019-09-09 04:42:39 +00:00
Emmanuele Bassi
70c4b66d99
Bump up the version in the Meson build file
...
We already released 3.24.11.
2019-09-07 17:44:18 +01:00
Marek Černocký
6119c09535
Updated Czech translation
2019-09-07 12:09:18 +02:00
Emin Tufan Çetin
77c41261d6
Update Turkish translation
2019-09-07 08:07:42 +00:00
Efstathios Iosifidis
30a4d273fb
Update Greek translation
2019-09-06 20:50:03 +00:00
Philip Zander
d33c24b31e
Win32 IME fixes
...
See merge request !1063
2019-09-06 20:45:45 +02:00
Emin Tufan Çetin
195a550bf4
Update Turkish translation
2019-09-06 18:30:51 +00:00
Milo Casagrande
5ca7bbfd0e
Update Italian translation
2019-09-05 11:59:33 +00:00
Christoph Reiter
10daf4c3b6
Merge branch 'autotools-also-dist-subprojects-directory' into 'gtk-3-24'
...
autotools: dist the subprojects directory
See merge request GNOME/gtk!1069
2019-09-04 17:11:52 +00:00
Iain Lane
e2ad7f7afe
New upstream version 3.24.11
2019-09-04 16:25:11 +01:00
Emmanuele Bassi
001c0a35ce
Freeze notify queue when building objects
...
We're potentially applying multiple properties during object
construction; we should avoid constantly notifying after setting each
one, and instead coalesce the notifications at the end. In most cases,
the calling code doesn't have access to the instance, so it won't be
able to connect to the "notify" signal anyway, but it avoids a lot of
busy work.
2019-09-04 11:14:01 +01:00
Matthias Clasen
622111f1ca
3.24.11
2019-09-03 22:34:36 -04:00
Matthias Clasen
90dfff5901
Fix gtk-builder-tool tests
2019-09-03 22:34:36 -04:00