e12747870b
Merge branch 'wip/jimmac/gtk3-public-hc-colors' into 'gtk-3-24'
...
HC: export public colors
See merge request GNOME/gtk!1749
2020-04-23 12:42:16 +00:00
16b4ae8486
HC: export public colors
...
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2641 and
https://gitlab.gnome.org/GNOME/gtk/-/issues/2650
2020-04-23 14:24:46 +02:00
1f9f370346
Merge branch 'wip/jimmac/gtk3-uniform-checkboxes' into 'gtk-3-24'
...
Wip/jimmac/gtk3 uniform checkboxes
See merge request GNOME/gtk!1748
2020-04-23 12:13:53 +00:00
30906f3240
Adwaita: lower glyph contrast for checkboxes
...
- stylistic choice didn't sit well with majority of the design team
2020-04-23 13:57:58 +02:00
35b9677006
Update Turkish translation
2020-04-21 10:58:14 +00:00
8f7f6bffbc
Update French translation
2020-04-20 20:56:21 +00:00
fc3bb14b82
Update Brazilian Portuguese translation
2020-04-20 20:47:19 +00:00
d36da44f2b
Updated Spanish translation
2020-04-20 15:54:29 +02:00
95ea8fd932
Merge branch 'ci-version-check' into 'gtk-3-24'
...
Add check on build system version
See merge request GNOME/gtk!1723
2020-04-19 18:33:13 +00:00
93faac9d8e
Add check on build system version
...
Since we're shipping both Meson and Autotools build systems for GTK3,
and both of them have a version field, it's bound to happen that the
GTK version defined in either build systems will go out of sync.
Let's add a check in both builds so that something will fail before
doing a release in case the versions do not match.
2020-04-19 18:47:57 +01:00
bcf08abef0
meson: bump version
2020-04-19 09:29:54 -04:00
15d71079fe
Update Swedish translation
2020-04-18 20:47:01 +00:00
01ca0d2f53
Merge branch 'BUG_sibebarplaces_avoid_click_focus_GTK3' into 'gtk-3-24'
...
GtkPlacesSidebar: avoid location clicks to grab focus
See merge request GNOME/gtk!1714
2020-04-18 19:51:38 +00:00
7c343a87d1
GtkPlacesSidebar: avoid location clicks to grab focus
...
Sibebar location rows should not grab focus on click.
Fixes filechooser issue #1469
2020-04-18 14:38:47 -04:00
74a630321b
Update Polish translation
2020-04-18 16:32:59 +02:00
a79c1f40c6
Update Croatian translation
2020-04-18 13:06:25 +00:00
609fb27e11
Update Chinese (China) translation
2020-04-18 09:09:08 +00:00
d78d8b245f
Update Ukrainian translation
2020-04-18 04:57:48 +00:00
633f0fa52a
Merge branch 'jjardon/3_24_more_licenses' into 'gtk-3-24'
...
3.24: gtk/gtkaboutdialog: Add some more very common licenses:
See merge request GNOME/gtk!1672
2020-04-17 21:50:45 +00:00
3483a3e134
Merge branch 'BUG_filechooser_async_data_loss_GTK3' into 'gtk-3-24'
...
GtkFilechooserWidget: prevent oblivious selection of file
See merge request GNOME/gtk!1682
2020-04-17 20:30:07 +00:00
27d7f55aba
Merge branch 'macos-esc-fix' into 'gtk-3-24'
...
Fix quartz input method filtering Esc keypress
See merge request GNOME/gtk!1696
2020-04-15 23:04:04 +00:00
3236c09d7d
Fix quartz input method filtering Esc keypress
2020-04-15 16:48:02 -04:00
98918b689e
Update French translation
2020-04-15 14:04:04 +00:00
25c2b8693a
Update Finnish translation
2020-04-15 13:57:10 +00:00
0459569b49
Avoid a critical in the Emoji chooser
...
If event_widget is NULL, just dismiss the popover.
https://gitlab.gnome.org/GNOME/gtk/-/issues/2199
2020-04-14 15:37:59 -04:00
5c7fca7405
Update Turkish translation
2020-04-14 16:06:31 +00:00
9ea19ea9b0
Updated Spanish translation
2020-04-14 12:46:09 +02:00
e6ff990145
GtkFilechooserWidget: prevent oblivious selection of file
...
which could happen after confirming the "file overwrite"
dialog and may result in a different file being overwritten
causing data loss.
The oblivious file selection can be done by a mouse
click or keyboard press sent inadvertently just after
confirming the "file overwrite" dialog.
Fixed by adding a flag to ignore any button/key press
events sent to the file list. We set this flag just
after the user accepts the "file overwrite" dialog,
which means the enclosing GtkfilechooserDialog is about
to get closed. And we restablish the flag when the dialog
is shown again (in its map() handler).
Fixes data loss issue #2288
2020-04-13 16:33:10 -04:00
c8d058137a
Updated Lithuanian translation
2020-04-13 22:41:19 +03:00
48088579d8
Update Swedish translation
2020-04-13 18:40:02 +00:00
7360d470c9
Merge branch 'gtk-3-24' into 'gtk-3-24'
...
Remove the blacklist list in convert-emoji.c since now it is supported
See merge request GNOME/gtk!1681
2020-04-13 15:27:40 +00:00
73737bcc4f
Remove the blacklist list in convert-emoji.c since now it is supported
2020-04-13 15:27:40 +00:00
dea11781a5
Update Ukrainian translation
2020-04-13 05:28:06 +00:00
e51cfe2349
Merge branch 'window-set-focus-docstring-fix' into 'gtk-3-24'
...
window: Fix docstring formatting on 'set-focus' signal
See merge request GNOME/gtk!1677
2020-04-12 22:50:07 +00:00
d536fa5aa4
window: Fix docstring formatting on 'set-focus' signal
...
This comment was added in 93bcca7f02
but missed a
colon so it never actually generated documentation and the nullable annotation
never made it into GObject-introspection language bindings.
This crude regex does not catch any other instances of this mistake. The @
symbol is used to disambiguate signal doc comments from property doc comments,
since property docs usually don't have parameters.
$ pcre2grep -rM '\\* [A-Z][A-Za-z]*:([a-z\-]*):\n +\* @' gtk/
2020-04-12 15:09:54 -07:00
476afca97d
Merge branch 'fix-issue-2604' into 'gtk-3-24'
...
Fix message dialog not shown when the user tries to create a folder but a file...
See merge request GNOME/gtk!1676
2020-04-12 18:31:09 +00:00
0352d88b8a
Fix message dialog not shown when the user tries to create a folder but a file with the same name exists
...
Fixes issue #2604
2020-04-12 15:05:18 +02:00
adc2f4ad9e
3.24: gtk/gtkaboutdialog: Add some more very common licenses:
...
- BSD 3-Clause "New" or "Revised" license
- Apache License 2.0
- Mozilla Public License 2.0
2020-04-12 13:11:22 +01:00
15737d7a94
Update Japanese translation
2020-04-12 08:51:04 +00:00
a1f43f53b4
Update Japanese translation
2020-04-12 08:42:56 +00:00
a2b101ba5b
Merge branch 'fno-common-3-24' into 'gtk-3-24'
...
Add a missing extern, to fix building with -fno-common (3.24 branch)
See merge request GNOME/gtk!1632
2020-04-11 15:16:55 +00:00
f9decb0cd6
3.24.18
2020-04-09 18:33:59 -04:00
85389c4bcf
Merge branch 'docs-urls' into 'gtk-3-24'
...
docs: Update the links in the FAQ
See merge request GNOME/gtk!1654
2020-04-08 18:18:16 +00:00
23d6764a6d
docs: Update the links in the FAQ
...
The GTK website has been updated, and we don't use Bugzilla any more.
Fixes : #2593
2020-04-08 18:47:20 +01:00
f8dd5b6b84
Merge branch 'wip/smcv/missing-xinclude-content' into 'gtk-3-24'
...
[gtk3] Add miscellaneous unpackaged files to dist tarball
See merge request GNOME/gtk!1653
2020-04-08 15:10:02 +00:00
c37bbb2641
Add miscellaneous unpackaged files to dist tarball
...
Various files are in git but not in dist tarballs. Some of them look
like potentially useful references for downstream distributors.
Signed-off-by: Simon McVittie <smcv@debian.org >
2020-04-08 13:43:28 +01:00
76b87660ba
examples: Add exampleapp.desktop to dist tarballs
...
This should fix the last known instance of "MISSING XINCLUDE CONTENT"
in the generated documentation when using srcdir != builddir with
Autotools.
Fixes: https://gitlab.gnome.org/GNOME/gtk/issues/723
Bug-Debian: https://bugs.debian.org/672369
2020-04-08 13:38:59 +01:00
a5dc7bbfc1
Merge branch 'wip/warn-less-about-temps' into 'gtk-3-24'
...
wayland: Move warning about transient-less temporaries to map()
See merge request GNOME/gtk!1650
2020-04-08 11:02:26 +00:00
cf060b4c7d
wayland: Move warning about transient-less temporaries to map()
...
We shouldn't warn in a funtion that seemingly only checks how something
eventually should be mapped.
Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/2589
2020-04-08 11:43:49 +02:00
99bae0fb5f
Merge branch 'wip/wayland-unconfigured-cut-shadow-2' into 'gtk-3-24'
...
wayland: Always store unconfigured size
See merge request GNOME/gtk!1638
2020-04-07 11:31:56 +00:00