Matthias Clasen [Fri, 23 Sep 2022 14:37:58 +0000 (14:37 +0000)]
Merge branch 'wip/carlosg/touchpad-gestures-matching-fingers' into 'main'
gtkgesture: Do not update gestures with mismatching n-points on touchpad
See merge request GNOME/gtk!5046
Marek Černocký [Fri, 23 Sep 2022 14:22:41 +0000 (16:22 +0200)]
Updated Czech translation
Carlos Garnacho [Fri, 23 Sep 2022 11:45:46 +0000 (13:45 +0200)]
gtkgesture: Do not update gestures with mismatching n-points on touchpad
Check that the touchpad gesture event has a matching number of fingers before
updating the GtkGesture point tracking, instead of afterwards. Avoids pointless
tracking of these touchpad events when we know beforehand that the gesture
will never be activated by the touchpad events.
Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/5199
Marek Černocký [Fri, 23 Sep 2022 13:57:50 +0000 (15:57 +0200)]
Updated Czech translation
Emmanuele Bassi [Wed, 21 Sep 2022 21:06:23 +0000 (21:06 +0000)]
Merge branch 'windows-build-instructions-link' into 'main'
Update GTK on Windows link: use gtk.org, not wiki
See merge request GNOME/gtk!5043
Matthias Clasen [Wed, 21 Sep 2022 18:57:58 +0000 (18:57 +0000)]
Merge branch 'font-chooser-docs' into 'main'
fontchooser: Add some details to the docs
See merge request GNOME/gtk!5041
Mitchell Hentges [Wed, 21 Sep 2022 18:12:21 +0000 (20:12 +0200)]
Update GTK on Windows link: use gtk.org, not wiki
The old wiki page has a couple issues:
* It's out-of-date, not having any notes for GTK4 specifically,
and it doesn't link to `gvsbuild`, which (I believe) is
the current official (and best) way to build GTK with MSVC.
* It's "locked", so it's harder for contributors to update. This
is OK, except for one spicy detail:
* It's not clear how to contribute/report issues on the locked wiki
pages, so out-of-date information falls off the radar.
Regardless :) the gtk.org GTK for Windows docs are a much better
springboard, in my opinion.
Matthias Clasen [Wed, 21 Sep 2022 11:28:26 +0000 (07:28 -0400)]
fontchooser: Add some details to the docs
Matthias Clasen [Tue, 20 Sep 2022 10:58:45 +0000 (10:58 +0000)]
Merge branch 'cross-gi-docgen-detection' into 'main'
build: fix gi-docgen detection in cross builds
See merge request GNOME/gtk!5039
Michal Vasilek [Sun, 18 Sep 2022 18:48:21 +0000 (20:48 +0200)]
build: fix gi-docgen detection in cross builds
gi-docgen is supposed to be ran natively on the build machine, without
native: true dependency() searches for gi-docgen on the host system.
When it doesn't find it, it falls back to a subproject even if gi-docgen
is available on the build machine.
also make gtk_doc require introspection
Matej Urbančič [Mon, 19 Sep 2022 19:50:27 +0000 (19:50 +0000)]
Update Slovenian translation
Bruce Cowan [Mon, 19 Sep 2022 15:17:18 +0000 (15:17 +0000)]
Update British English translation
Matthias Clasen [Mon, 19 Sep 2022 13:55:10 +0000 (13:55 +0000)]
Merge branch 'wip/smcv/shifted-shortcuts' into 'main'
gdkevents: Don't ignore modifiers that are not currently active
Closes #5095
See merge request GNOME/gtk!5037
Matthias Clasen [Mon, 19 Sep 2022 13:30:22 +0000 (13:30 +0000)]
Merge branch 'wip/smcv/reliable-gresource' into 'main'
build: Use more conservative GResource embedding on non-x86_64
Closes #5107
See merge request GNOME/gtk!4956
Martin [Mon, 19 Sep 2022 08:38:02 +0000 (08:38 +0000)]
Update Slovenian translation
Sabri Ünal [Sun, 18 Sep 2022 08:21:42 +0000 (08:21 +0000)]
Update Turkish translation
Baurzhan Muftakhidinov [Sun, 18 Sep 2022 04:56:54 +0000 (04:56 +0000)]
Update Kazakh translation
Simon McVittie [Sat, 17 Sep 2022 20:50:38 +0000 (21:50 +0100)]
build: Use more conservative GResource embedding on non-x86_64
Doing clever things with objcopy is faster and seems to be reliable on
x86_64 Linux, but also doesn't work on all toolchains and architectures:
in particular, Debian has had trouble with this on arm and mips.
In a distro build environment where we are compiling all of GTK every
time, the cost of potentially unreliable builds is higher than the cost
of using slower but more conservative GResource embedding.
Resolves: https://gitlab.gnome.org/GNOME/gtk/-/issues/5107
Signed-off-by: Simon McVittie <smcv@debian.org>
Simon McVittie [Sat, 17 Sep 2022 17:53:00 +0000 (18:53 +0100)]
gdkevents: Don't ignore modifiers that are not currently active
The X11 backend can mark modifiers like Shift as consumed even if they
aren't actually active, which seems to be something to do with making
shortcuts like `<Control><Shift>plus` and `<Control>plus` work as
intended regardless of whether the plus symbol is obtained by pressing
Shift and a key (like `+/=` on American, British or French keyboards)
or not (like `*/+` on German keyboards).
However, this can go badly wrong when the modifier is *not* pressed.
For example, terminals normally have separate bindings for `<Control>c`
(send SIGINT) and `<Control><Shift>c` (copy). If we disregard the
consumed modifiers completely, when the X11 backend marks Shift as
consumed, pressing Ctrl+c would send SIGINT *and* copy to the clipboard,
which is not what was intended.
By masking out the members of `consumed` that are not in `state`, we
get the same interpretation for X11 and Wayland, and ensure that
keyboard shortcuts that explicitly mention Shift can only be triggered
while holding Shift. It continues to be possible to trigger keyboard
shortcuts that do not explicitly mention Shift (such as `<Control>plus`)
while holding Shift, if the backend reports Shift as having been
consumed in order to generate the plus keysym.
Resolves: https://gitlab.gnome.org/GNOME/gtk/-/issues/5095
Bug-Debian: https://bugs.debian.org/
1016927
Signed-off-by: Simon McVittie <smcv@debian.org>
Matthias Clasen [Fri, 16 Sep 2022 16:29:33 +0000 (12:29 -0400)]
4.8.1
Matthias Clasen [Fri, 16 Sep 2022 12:12:37 +0000 (12:12 +0000)]
Merge branch 'detect-stylus' into 'main'
Recognize "stylus" devices as GDK_SOURCE_PEN
Closes #4394
See merge request GNOME/gtk!4776
Matthias Clasen [Fri, 16 Sep 2022 00:35:13 +0000 (00:35 +0000)]
Merge branch 'fix-filetransfer-mimetype' into 'main'
portal: Use the right mimetype for file transfers
Closes #5182
See merge request GNOME/gtk!5033
Matthias Clasen [Thu, 15 Sep 2022 19:24:04 +0000 (19:24 +0000)]
Merge branch 'wip/abono/gtk-main-remove-condition' into 'main'
gtk/main: Remove condition that always evaluates TRUE
See merge request GNOME/gtk!5031
Matthias Clasen [Thu, 15 Sep 2022 18:55:55 +0000 (14:55 -0400)]
portal: Use the right mimetype for file transfers
The filetransfer protocol says to use
application/vnd.portal.filetransfer, but I used
application/vnd.portal.files when I implemented the
protocol. Oops.
This commit dds the correct mimetype, but we still
support the old one to preserve interoperatibility
with existing flatpaks using GTK 4.6.
Fixes: #5182
Alessandro Bono [Thu, 15 Sep 2022 14:44:44 +0000 (16:44 +0200)]
gtk/main: Remove condition that always evaluates TRUE
Benjamin Otte [Wed, 14 Sep 2022 18:48:11 +0000 (18:48 +0000)]
Merge branch 'wip/coreyberla/gridview-rubberband' into 'main'
gridview: Fix rubberbanding from negative x coordinates
Closes nautilus#2492
See merge request GNOME/gtk!5030
Corey Berla [Wed, 14 Sep 2022 18:27:13 +0000 (11:27 -0700)]
gridview: Fix rubberbanding from negative x coordinates
This is a follow-up to
1e9a36ffa8d198212cde130a021256fd142ba6c5. For GridView
we also need to make sure that we aren't rubberbanding below x=0 which
causes unexpected rubberbanding behavior.
Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2492
Matthias Clasen [Tue, 13 Sep 2022 10:24:49 +0000 (10:24 +0000)]
Merge branch 'single-key-compose' into 'main'
input: Accept short compose sequences
Closes #5172
See merge request GNOME/gtk!5026
Matthias Clasen [Tue, 13 Sep 2022 02:21:39 +0000 (22:21 -0400)]
Add a test for short compose sequences
Add a table that has a short sequence
to verify that we can parse this.
Matthias Clasen [Tue, 13 Sep 2022 01:46:15 +0000 (21:46 -0400)]
Update test results
The table sizes change, even though none of our
test tables include short sequences.
Matthias Clasen [Tue, 13 Sep 2022 02:05:07 +0000 (22:05 -0400)]
Regenerate builtin sequences
The table format has changed.
Matthias Clasen [Tue, 13 Sep 2022 01:45:49 +0000 (21:45 -0400)]
input: Accept short compose sequences
Some of the X keyboard layouts use compose
sequences of length one to make individual
keys generate multiple Unicode characters.
To support this use case, change the index
part of the table format to also include
an offset for length 1. Bump the table
version to indicate this change.
Fixes: #5172
Matthias Clasen [Mon, 12 Sep 2022 16:01:30 +0000 (12:01 -0400)]
Cosmetics: Fix a typo
Boyuan Yang [Sun, 11 Sep 2022 19:24:40 +0000 (19:24 +0000)]
Update Chinese (China) translation
Jordi Mas [Sun, 11 Sep 2022 12:32:27 +0000 (14:32 +0200)]
Update Catalan translation
Matthias Clasen [Sat, 10 Sep 2022 20:09:28 +0000 (20:09 +0000)]
Merge branch 'misc-gl-fixes' into 'main'
gsk: Make glyph upload more similar to icons
See merge request GNOME/gtk!4074
Matthias Clasen [Fri, 8 Oct 2021 08:14:19 +0000 (10:14 +0200)]
gsk: Make glyph upload more similar to icons
When uploading glyphs to the atlas, clear
the padding bytes so that no dirt remains there.
Matthias Clasen [Sat, 10 Sep 2022 18:51:14 +0000 (18:51 +0000)]
Merge branch 'matthiasc/for-main' into 'main'
clang-format: This did not work
See merge request GNOME/gtk!5021
Matthias Clasen [Sat, 10 Sep 2022 18:35:40 +0000 (14:35 -0400)]
clang-format: This did not work
I thought AlignConsecutiveDeclarations would
align function parameters, but it doesn't.
So drop it again.
Cheng-Chia Tseng [Sat, 10 Sep 2022 09:09:29 +0000 (09:09 +0000)]
Update Chinese (Taiwan) translation
Matthias Clasen [Sat, 10 Sep 2022 00:32:45 +0000 (00:32 +0000)]
Merge branch 'game-sounds' into 'main'
gtk-demo: Make losing games hurt
See merge request GNOME/gtk!5017
Emmanuele Bassi [Sat, 10 Sep 2022 00:04:03 +0000 (00:04 +0000)]
Merge branch 'a11y-state-changes' into 'main'
a11y: Be safe against state type changes
See merge request GNOME/gtk!5018
Matthias Clasen [Sat, 10 Sep 2022 00:02:41 +0000 (00:02 +0000)]
Merge branch 'less-fetching-in-ci' into 'main'
ci: Improve style check script
See merge request GNOME/gtk!5020
Matthias Clasen [Fri, 9 Sep 2022 23:59:49 +0000 (23:59 +0000)]
Merge branch 'clang-format-improvement' into 'main'
ci: Improve clang-format style
See merge request GNOME/gtk!3770
Matthias Clasen [Mon, 19 Jul 2021 19:53:37 +0000 (15:53 -0400)]
ci: Improve clang-format style
Add
AlignConsecutiveDeclarations: true
PointerAlignment: Right
which will produce the style we want with llvm 13.
Matthias Clasen [Fri, 9 Sep 2022 23:41:42 +0000 (19:41 -0400)]
ci: Improve style check script
Only fetch the two branches we are about to
compare, and use existing git merge-base to
find the common ancestor.
Emmanuele Bassi [Fri, 9 Sep 2022 23:30:38 +0000 (23:30 +0000)]
Merge branch 'ebassi/style-check' into 'main'
ci: Re-sync the style check with GLib
See merge request GNOME/gtk!5019
Matthias Clasen [Fri, 9 Sep 2022 23:03:43 +0000 (19:03 -0400)]
ci: Fix the git usage in scripts
Thanks, git.
Emmanuele Bassi [Fri, 9 Sep 2022 22:39:20 +0000 (23:39 +0100)]
ci: Move style check to its own stage
Drop the `.pre` phase.
Emmanuele Bassi [Fri, 9 Sep 2022 22:19:04 +0000 (23:19 +0100)]
ci: Re-sync the style check with GLib
Matthias Clasen [Fri, 9 Sep 2022 20:06:02 +0000 (16:06 -0400)]
a11y: Be safe against state type changes
For some of the a11y states, calling gtk_accessible_reset_state
can change the type of the state value from boolean or tristate
to undefined.
Handle that, instead of throwing criticals.
Related: !4910
Matthias Clasen [Fri, 9 Sep 2022 19:38:39 +0000 (19:38 +0000)]
Merge branch 'filechooser-keybindings' into 'main'
filechooser: Restore ~ and . functionality
See merge request GNOME/gtk!5016
Matthias Clasen [Fri, 9 Sep 2022 19:36:31 +0000 (15:36 -0400)]
gtk-demo: Make losing games hurt
Use a more annoying sound for losses.
And use it for all games.
Matthias Clasen [Fri, 9 Sep 2022 18:44:31 +0000 (18:44 +0000)]
Merge branch 'widget-factory-filechooser' into 'main'
widget-factory: Add a file chooser
See merge request GNOME/gtk!5015
Matthias Clasen [Fri, 9 Sep 2022 18:43:05 +0000 (14:43 -0400)]
filechooser: Restore ~ and . functionality
We'll have to keep patching up these things
until somebody rewrites the file chooser :(
Inspired by: !4970
Matthias Clasen [Fri, 9 Sep 2022 18:28:08 +0000 (14:28 -0400)]
widget-factory: Add a file chooser
We don't have a readily accessible file chooser
in our demo apps. Fix that by making the Open
menu item on page 2 bring up a file chooser.
Matthias Clasen [Fri, 9 Sep 2022 16:57:27 +0000 (16:57 +0000)]
Merge branch 'fix-fontrendering-demo' into 'main'
gtk-demo: Avoid a segfault
Closes #5166
See merge request GNOME/gtk!5014
Matthias Clasen [Fri, 9 Sep 2022 16:33:08 +0000 (12:33 -0400)]
gtk-demo: Avoid a segfault
The code in the fontrendering demo is a bit sloppy
and assumes that we always get a single run when
appending a sequence of 4 chars and 4 spaces.
That is not in general true, such as for Emoji.
Instead of working harder to handle Emoji here,
just give up and fall back to 'a'.
Fixes: #5166
Matthias Clasen [Fri, 9 Sep 2022 14:59:03 +0000 (14:59 +0000)]
Merge branch 'gtkplaces' into 'main'
gtkplacesview: Right click popover fix crash and align menu with mouse
See merge request GNOME/gtk!4662
Matthias Clasen [Fri, 9 Sep 2022 14:56:33 +0000 (14:56 +0000)]
Merge branch 'gtktooltip.c-optimise' into 'main'
gtk/gtktooltip.c: check result of event position get operation
Closes #5134
See merge request GNOME/gtk!4996
Matthias Clasen [Fri, 9 Sep 2022 12:36:43 +0000 (12:36 +0000)]
Merge branch 'wip/carlosg/im-reset' into 'main'
Avoid early IM reset on updates
Closes #5133
See merge request GNOME/gtk!5012
Rūdolfs Mazurs [Wed, 7 Sep 2022 20:56:57 +0000 (20:56 +0000)]
Update Latvian translation
Matthias Clasen [Wed, 7 Sep 2022 15:04:43 +0000 (15:04 +0000)]
Merge branch 'fix-file-transfer-portal' into 'main'
Stop recursion in registering serializers
See merge request GNOME/gtk!5013
Matthias Clasen [Wed, 7 Sep 2022 11:57:42 +0000 (07:57 -0400)]
Make clipboard tests work with portals
This was not working right, since it hasn't been
tested with portals - there are no portals in ci.
Matthias Clasen [Wed, 7 Sep 2022 11:53:12 +0000 (07:53 -0400)]
Handle absence of portals
When the documents portal is not on the bus,
we still get an (unowned) proxy, and we need
to handle that situation.
Matthias Clasen [Wed, 7 Sep 2022 03:44:58 +0000 (23:44 -0400)]
portals: Fix FileTransfer portal calls
We were not passing the right arguments to
the AddFiles call, causing the file transfer
to fail.
Matthias Clasen [Wed, 7 Sep 2022 03:38:08 +0000 (23:38 -0400)]
Make the file transfer portal setup sync again
We need to register the portal mime types before
the others to prefer them, doing this call async
messes up that ordering.
This is effectively reverting
69fb3648b2e20935b7839f874
Matthias Clasen [Wed, 7 Sep 2022 03:35:48 +0000 (23:35 -0400)]
Stop recursion in registering serializers
This was probably unintentional, and messes up
the ordering of our registration.
Matthias Clasen [Tue, 6 Sep 2022 22:19:30 +0000 (22:19 +0000)]
Merge branch 'textbuffer-set-text-docs' into 'main'
Document irreversibility of gtk_text_buffer_set_text
See merge request GNOME/gtk!5005
Matthias Clasen [Tue, 6 Sep 2022 20:50:06 +0000 (20:50 +0000)]
Merge branch 'launch-uri-no-export' into 'main'
Make gtk_launch_uri more robust
Closes #5152
See merge request GNOME/gtk!5010
Matthias Clasen [Tue, 6 Sep 2022 20:34:39 +0000 (20:34 +0000)]
Merge branch 'gtk-scale-set-digits-update-label' into 'main'
GtkScale: Update the label size request from set_digits ()
Closes #5156
See merge request GNOME/gtk!5011
Matthias Clasen [Tue, 6 Sep 2022 20:30:15 +0000 (20:30 +0000)]
Merge branch 'wip/antoniof/columnview-rtl' into 'main'
columnview: Invert columns on RTL
Closes nautilus#2302
See merge request GNOME/gtk!5002
Carlos Garnacho [Tue, 6 Sep 2022 19:55:13 +0000 (21:55 +0200)]
gtktextview: Also reset IM context after IM surrounding text deletion
When the IM commands the GtkText to delete text, the cursor position
would change, and so would the surrounding text. Reset the IM context
so that these updates are properly picked up by the IM.
Fixes backspace key behavior in the GNOME Shell OSK, since that relies
on the surrounding text being properly updated for the next iteration.
Carlos Garnacho [Tue, 6 Sep 2022 19:53:25 +0000 (21:53 +0200)]
gtktext: Also reset IM context after IM surrounding text deletion
When the IM commands the GtkText to delete text, the cursor position
would change, and so would the surrounding text. Reset the IM context
so that these updates are properly picked up by the IM.
Fixes backspace key behavior in the GNOME Shell OSK, since that relies
on the surrounding text being properly updated for the next iteration.
Carlos Garnacho [Tue, 6 Sep 2022 19:43:14 +0000 (21:43 +0200)]
gtktext: Avoid early IM reset on updates
Resetting the IM on IM updates is too eager and indeed the simple
IM context doesn't like that this happens in the middle of dead
key handling.
We however want to reset the IM after actual text buffer changes
(say, a committed string) moved the cursor position, altered the
surrounding text, etc. So that the IM implementation does know to
update its state.
Since there is going to be an actual IM reset anyways, it does
no longer make sense to try to preserve the old priv->need_im_reset
status during commit handling.
Fixes: 52ac71b972 ("gtktextview: Shuffle the places doing IM reset")
Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/5133
Carlos Garnacho [Tue, 6 Sep 2022 19:38:35 +0000 (21:38 +0200)]
gtktext: Avoid early IM reset on updates
Resetting the IM on IM updates is too eager and indeed the simple
IM context doesn't like that this happens in the middle of dead
key handling.
We however want to reset the IM after actual text buffer changes
(say, a committed string) moved the cursor position, altered the
surrounding text, etc. So that the IM implementation does know to
update its state.
Fixes: 9e29739e66 ("gtktext: Shuffle the places doing IM reset")
Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/5133
Matthias Clasen [Tue, 6 Sep 2022 20:17:33 +0000 (20:17 +0000)]
Merge branch 'treepopover-ellipsize' into 'main'
treepopover: Do not propagate natural width of content
See merge request GNOME/gtk!4895
Matthias Clasen [Tue, 6 Sep 2022 20:14:38 +0000 (20:14 +0000)]
Merge branch 'display-wayland-update-scale' into 'main'
wayland/display: Remove duplicate update_scale() call
See merge request GNOME/gtk!5003
Matthias Clasen [Tue, 6 Sep 2022 19:34:30 +0000 (15:34 -0400)]
4.8.0
Luca Bacci [Tue, 6 Sep 2022 17:27:38 +0000 (19:27 +0200)]
GtkScale: Update the label's size request from set_digits ()
Update the label size request when setting the digits property
by calling the update_label_request () util function.
That util function works by measuring the size request of the
label with the lower and upper values of the adjustment, then
taking the max. That way the size requisition is constant
regardless of the actual displayed value.
Since the util function internally works by setting the text
of the label, let it also set the text at last by taking in
account the current adjustment's value. Most of its callers
do that anyway.
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5156
Matthias Clasen [Tue, 6 Sep 2022 16:37:56 +0000 (12:37 -0400)]
Make gtk_launch_uri more robust
We were failing to launch the uri if we are on
Wayland, but have no xdg_foreign protocol support.
Fixes: #5152
Zurab Kargareteli [Tue, 6 Sep 2022 16:28:59 +0000 (16:28 +0000)]
Update Georgian translation
Zurab Kargareteli [Tue, 6 Sep 2022 16:28:00 +0000 (16:28 +0000)]
Update Georgian translation
Changwoo Ryu [Tue, 6 Sep 2022 04:15:30 +0000 (04:15 +0000)]
Update Korean translation
Aurimas Černius [Mon, 5 Sep 2022 19:38:20 +0000 (22:38 +0300)]
Updated Lithuanian translation
Daniel Mustieles [Mon, 5 Sep 2022 12:30:59 +0000 (14:30 +0200)]
Updated Spanish translation
Fran Dieguez [Sun, 4 Sep 2022 22:24:45 +0000 (22:24 +0000)]
Update Galician translation
Aleksandr Melman [Sun, 4 Sep 2022 20:45:34 +0000 (20:45 +0000)]
Update Russian translation
Rūdolfs Mazurs [Sun, 4 Sep 2022 15:50:02 +0000 (15:50 +0000)]
Update Latvian translation
Jürgen Benvenuti [Sun, 4 Sep 2022 13:57:48 +0000 (13:57 +0000)]
Update German translation
Elliott Sales de Andrade [Sun, 4 Sep 2022 06:40:41 +0000 (02:40 -0400)]
Document irreversibility of gtk_text_buffer_set_text
If you've begun a user action and call `gtk_text_buffer_set_text`, you
get an unexpected warning:
```
Gtk-WARNING **: Cannot begin irreversible action while in user action
```
which can be fixed by doing the delete/insert yourself. But this is not
documented as occurring, so document it.
Boyuan Yang [Sat, 3 Sep 2022 21:16:03 +0000 (21:16 +0000)]
Update Chinese (China) translation
Rūdolfs Mazurs [Sat, 3 Sep 2022 13:04:54 +0000 (13:04 +0000)]
Update Latvian translation
Piotr Drąg [Sat, 3 Sep 2022 13:00:46 +0000 (15:00 +0200)]
Update Polish translation
Marek Černocký [Sat, 3 Sep 2022 07:50:00 +0000 (09:50 +0200)]
Updated Czech translation
Robert Mader [Fri, 2 Sep 2022 22:48:17 +0000 (00:48 +0200)]
wayland/display: Remove duplicate update_scale() call
`apply_monitor_change()` already calls `update_scale()`.
Note that this only affects old compositor versions (see
`should_update_monitor()`) so it's just a minor cleanup.
Balázs Úr [Fri, 2 Sep 2022 21:29:08 +0000 (21:29 +0000)]
Update Hungarian translation
Jordi Mas [Fri, 2 Sep 2022 18:34:04 +0000 (20:34 +0200)]
Update Catalan translation
António Fernandes [Fri, 2 Sep 2022 14:44:59 +0000 (15:44 +0100)]
columnview: Invert columns on RTL
Respect text direction.
Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2302
Carlos Garnacho [Fri, 2 Sep 2022 12:40:15 +0000 (12:40 +0000)]
Merge branch 'treeview-gesture-claim' into 'main'
treeview: Don't claim event sequence too early
Closes #3649, #3985, #4206, and #4669
See merge request GNOME/gtk!4883