sunflowerskater [Sun, 11 Dec 2022 22:20:12 +0000 (19:20 -0300)]
appchooserbutton: Rename "application" to "app"
This change is a part of an initiative to use the word "app" instead of "application" in the UI:
Teams/Design/initiatives#123
sunflowerskater [Sun, 11 Dec 2022 22:13:51 +0000 (19:13 -0300)]
appchooserwidget: Rename "application" to "app"
This change is a part of an initiative to use the word "app" instead of "application" in the UI:
https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123
sunflowerskater [Sun, 11 Dec 2022 20:05:54 +0000 (20:05 +0000)]
appchooser: Rename "application" to "app"
This change is a part of an initiative to use the word "app" instead of "application" in the UI: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123
Benjamin Otte [Fri, 2 Dec 2022 15:32:22 +0000 (15:32 +0000)]
Merge branch 'workaround-glx-issue' into 'main'
GLX: Add extra glXMakeContextCurrent () call to work around a DRI issue
Closes #4499, #5387, and #5170
See merge request GNOME/gtk!5285
Luca Bacci [Thu, 1 Dec 2022 17:18:23 +0000 (18:18 +0100)]
GLX: Add extra glXMakeContextCurrent () call to work around a DRI issue
Reference: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7808
Fixes #4499, #5387, #5170
Benjamin Otte [Wed, 30 Nov 2022 19:06:12 +0000 (19:06 +0000)]
Merge branch 'wip/corey/tree-expander-bug' into 'main'
Improve treeexpanders
See merge request GNOME/gtk!5282
Corey Berla [Wed, 30 Nov 2022 18:48:14 +0000 (10:48 -0800)]
list: Remove active state handling in listitemwidget and treeexpander
Active state is handled by main now. It appears that listitem and
treeexpander handled it manually (probably before main did). This
is unnecessary now, so let's remove it.
Corey Berla [Wed, 30 Nov 2022 04:00:48 +0000 (20:00 -0800)]
treeexpander: Scroll to expanded item
If the anchor is below the expanded item, the expanded item will
go out of view if there are sufficient children items. This is not
ideal, so make sure to scroll to the item to ensure it remains in
view.
Corey Berla [Wed, 30 Nov 2022 03:58:25 +0000 (19:58 -0800)]
listitemwidget: Add listitem.scroll-to action
This is the matching action for list.scroll-to-item
Corey Berla [Tue, 29 Nov 2022 22:58:29 +0000 (14:58 -0800)]
treeexpander: Toggle expand on release instead of pressed
With the introduction of the hide-expander property, I noticed that
the active state would persist in many cases because the release
signal was never emitted. In gtk3 tree expanders, expanded
on release. gtk4 expanded on press to match window explorer.
Per irc chat, the designers didn't have a strong preference
for press or release. In order to keep consistency and
fix this bug, let's move back to release.
Corey Berla [Tue, 29 Nov 2022 22:57:19 +0000 (14:57 -0800)]
treeexpander: Fix typo and GestureClick type
"canceled" should be "cancelled". Also, "cancel" is a signal on
GtkGesture.
Emmanuele Bassi [Tue, 29 Nov 2022 14:08:13 +0000 (14:08 +0000)]
Merge branch 'ebassi/for-main' into 'main'
docs: Fix property cross-links in GtkTreeExpander
See merge request GNOME/gtk!5279
Emmanuele Bassi [Tue, 29 Nov 2022 13:49:35 +0000 (13:49 +0000)]
docs: Fix property cross-links in GtkTreeExpander
Matthias Clasen [Tue, 29 Nov 2022 12:09:33 +0000 (12:09 +0000)]
Merge branch 'matthiasc/for-main' into 'main'
testsuite: Skip tests that miss charset support
See merge request GNOME/gtk!5277
Matthias Clasen [Tue, 29 Nov 2022 08:57:48 +0000 (08:57 +0000)]
Merge branch 'ccook/spelling-fixes' into 'main'
docfix: Various spelling errors that show up in docs
See merge request GNOME/gtk!5272
Matthias Clasen [Tue, 29 Nov 2022 08:52:27 +0000 (03:52 -0500)]
testsuite: Skip tests that miss charset support
This came up when running the tests in a fresh
toolbox missing the glibc-gconv-extra package.
Matthias Clasen [Tue, 29 Nov 2022 07:51:23 +0000 (07:51 +0000)]
Merge branch 'wip/corey/at-spi-context' into 'main'
atspicontext: Cache empty atspi bus address
See merge request GNOME/gtk!5276
Matthias Clasen [Tue, 29 Nov 2022 07:30:04 +0000 (07:30 +0000)]
Merge branch 'show-hide-cleanup' into 'main'
gtk: Stop using gtk_widget_show/hide
See merge request GNOME/gtk!5273
Corey Berla [Tue, 29 Nov 2022 00:34:12 +0000 (16:34 -0800)]
atspicontext: Log more helpful warnings when the a11y bus doesn't exist
Corey Berla [Tue, 29 Nov 2022 00:32:52 +0000 (16:32 -0800)]
atspicontext: Cache empty atspi bus address
We are caching the bus address as data on the display object when it
exists, but fail to set the data when the bus address doesn't exist.
That causing excessive calls to GetAddress when the accesssbility
bus doesn't exist. Make sure to cache a non-existent accessibility
bus by setting the "" string.
Matthias Clasen [Mon, 28 Nov 2022 23:08:58 +0000 (23:08 +0000)]
Merge branch 'matthiasc/for-main' into 'main'
Revert "builder: Stop using GtkBuildable.get_id"
See merge request GNOME/gtk!5274
Matthias Clasen [Mon, 28 Nov 2022 19:43:19 +0000 (19:43 +0000)]
Merge branch 'wip/carlosg/osk-activation-in-widgets' into 'main'
Handle OSK activation in GtkText/GtkTextView widgets
See merge request GNOME/gtk!5269
Matthias Clasen [Mon, 28 Nov 2022 19:36:26 +0000 (14:36 -0500)]
Revert "builder: Stop using GtkBuildable.get_id"
This reverts commit
92edd4c476917e83c5f50e5eab8aa5a0ad240793.
This commit changed behavior that GNOME Builder relies on.
Matthias Clasen [Mon, 28 Nov 2022 18:43:21 +0000 (13:43 -0500)]
tools: Stop using gtk_widget_show/hide
Matthias Clasen [Mon, 28 Nov 2022 11:20:14 +0000 (06:20 -0500)]
constraint editor: Stop using gtk_widget_show/hide
Matthias Clasen [Mon, 28 Nov 2022 11:26:28 +0000 (06:26 -0500)]
icon browser: Stop using gtk_widget_show/hide
Matthias Clasen [Mon, 28 Nov 2022 04:03:14 +0000 (23:03 -0500)]
gtk-demo: Stop using gtk_widget_show/hide
Matthias Clasen [Mon, 28 Nov 2022 03:17:07 +0000 (22:17 -0500)]
widget-factory: Stop using gtk_widget_show/hide
Matthias Clasen [Mon, 28 Nov 2022 18:43:36 +0000 (13:43 -0500)]
gtk: Stop using gtk_widget_show/hide
gtk_widget_set_visible and gtk_window_present
are better alternatives, and calling gtk_widget_show
on newly created widgets is no longer necessary
anyway.
Cam Cook [Mon, 28 Nov 2022 17:34:38 +0000 (12:34 -0500)]
Merge remote-tracking branch 'origin' into ccook/spelling-fixes
Benjamin Otte [Mon, 28 Nov 2022 15:53:17 +0000 (15:53 +0000)]
Merge branch 'wip/corey/tree-expander' into 'main'
treeexpander: Add hide-expander and indent-for-depth properties
Closes #4969
See merge request GNOME/gtk!5268
Carlos Garnacho [Sun, 27 Nov 2022 19:22:33 +0000 (20:22 +0100)]
imcontextwayland: Set up OSK activation gesture on non text widgets
With GtkText and GtkTextView (and in extension, all their subclasses)
handling OSK activation activation, this gesture is only useful for
all text input widgets that are not subclasses of these 2 widgets,
e.g. the VTEs and crosswords of the world.
These still do need a hand in handling OSK activation, so only
set up the gesture for such cases.
Carlos Garnacho [Sun, 27 Nov 2022 12:20:02 +0000 (13:20 +0100)]
gtktextview: Invoke OSK on button/touch taps that move/undo selection
If the ::release handler is invoked, the press/release happened without
drags in between. Additionally check that there is no selection at all.
This makes OSK invoked on taps that move the caret around, while tapping
in the selection invokes edition popup and text handles without bringing
in the OSK.
Carlos Garnacho [Sun, 27 Nov 2022 12:18:18 +0000 (13:18 +0100)]
gtktextview: Claim drag gesture after an actual selection change
This way, the drag gesture lets the click gesture ::release handler
happen if there was no actual changes to the selected text (i.e.
too short drags). This matches the ::release handler behavior match
the situations in which the OSK was being invoked by the wayland
GtkIMContext.
Carlos Garnacho [Sun, 27 Nov 2022 12:10:53 +0000 (13:10 +0100)]
gtktext: Invoke OSK on button/touch taps that move/undo selection
If the ::release handler is invoked, the press/release happened without
drags in between. Additionally check that the press did not happen within
the selection, and that there is no selection at all.
This makes OSK invoked on taps that move the caret around, while tapping
in the selection invokes edition popup and text handles without bringing
in the OSK.
Carlos Garnacho [Sun, 27 Nov 2022 12:06:40 +0000 (13:06 +0100)]
gtktext: Claim drag gesture after an actual selection change
This way, the drag gesture lets the click gesture ::release handler
happen if there was no actual changes to the selected text (i.e.
too short drags). This matches the ::release handler behavior match
the situations in which the OSK was being invoked by the wayland
GtkIMContext.
Carlos Garnacho [Sun, 27 Nov 2022 12:04:29 +0000 (13:04 +0100)]
imcontextwayland: Implement activate_osk() vmethod
This method does explicitly what the builtin GtkClickGesture in
the IM context is doing implicitly. The gesture will be dropped
after porting is done.
Carlos Garnacho [Sun, 27 Nov 2022 12:02:55 +0000 (13:02 +0100)]
immulticontext: Implement activate_osk() vmethod
The multicontext lets this call go through to the active
underlying GtkIMContext.
Carlos Garnacho [Sun, 27 Nov 2022 12:00:54 +0000 (13:00 +0100)]
imcontext: Add private activate_osk() vmethod
This method is so far private for both external GtkIMContext
implementations and external GtkIMContext users, and is meant
to activate the OSK in the environments where this may happen.
Carlos Garnacho [Sat, 26 Nov 2022 14:46:41 +0000 (15:46 +0100)]
Revert "gtktext: Claim gesture more selectively"
This reverts commit
ae54374a514aa33b34f95eee94b4a2848b8a16d9.
Matthias Clasen [Mon, 28 Nov 2022 11:17:51 +0000 (11:17 +0000)]
Merge branch 'bilelmoussaoui/gi-since' into 'main'
g-i: Add missing since annotations
See merge request GNOME/gtk!5271
Bilal Elmoussaoui [Mon, 28 Nov 2022 07:54:48 +0000 (07:54 +0000)]
g-i: Add missing since annotations
Corey Berla [Sun, 27 Nov 2022 20:22:30 +0000 (12:22 -0800)]
treeexpander: Minor formatting changes
Corey Berla [Sun, 27 Nov 2022 05:28:22 +0000 (21:28 -0800)]
treeexpander: Add indent-for-depth property
When set to TRUE, indent-for-depth indents each level of
depth with an additional indent
Corey Berla [Sun, 27 Nov 2022 05:02:14 +0000 (21:02 -0800)]
treeexpander: Add hide-expander property
When set to TRUE hide-expander hides the expander icon in a
GtkTreeListRow.
Fixes: https://gitlab.gnome.org/GNOME/gtk/-/issues/4969
Matthias Clasen [Mon, 28 Nov 2022 01:29:10 +0000 (01:29 +0000)]
Merge branch 'wip/corey/spi-logging' into 'main'
atspicontext: Log failure to connect to a11y
See merge request GNOME/gtk!5270
Matthias Clasen [Sun, 27 Nov 2022 22:21:29 +0000 (22:21 +0000)]
Merge branch 'work/zzag/wl-output-release' into 'main'
gdk/wayland: Prefer wl_output_release() over wl_output_destroy()
See merge request GNOME/gtk!5243
Corey Berla [Sun, 27 Nov 2022 22:12:36 +0000 (14:12 -0800)]
atspicontext: Log failure to connect to a11y
GTK depends on the a11y infrastructure to be in place unless GTK_A11Y is
set to none. It appears that despite that, users attempt to
get around the a11y requirement without setting GTK_A11Y.
This can cause, amongst other issues, performance problems
with gtk applications. Log failure to connect to the a11y
bus.
Matthias Clasen [Sun, 27 Nov 2022 19:04:13 +0000 (19:04 +0000)]
Merge branch 'fix-keymap-notify' into 'main'
Don't emit ::notify from a getter
See merge request GNOME/gtk!5267
Cam Cook [Sun, 27 Nov 2022 12:42:12 +0000 (07:42 -0500)]
| domain | current | suggestion |
|--------|---------|------------|
| [GtkListBox](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklistbox.c#L1469)| (attributes org.gtk.Metthod.get_property=activate-on-single-click) | (attributes org.gtk.Method.get_property=activate-on-single-click) |
Cam Cook [Sun, 27 Nov 2022 11:49:40 +0000 (06:49 -0500)]
| domain | current | suggestion |
|--------|---------|------------|
| [GtkHeaderBar](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkheaderbar.c#L780) | "specifies a icon" | "specifies an icon" |
Cam Cook [Sun, 27 Nov 2022 11:30:30 +0000 (06:30 -0500)]
| domain | current | suggestion |
|--------|---------|------------|
| [GtkGridView](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkgridview.c#L1241) | "Sets the imodel to use." | "Sets the model to use." |
Cam Cook [Sun, 27 Nov 2022 11:30:04 +0000 (06:30 -0500)]
Merge branch 'main' into ccook/spelling-fixes
Matthias Clasen [Sun, 27 Nov 2022 02:53:33 +0000 (21:53 -0500)]
Don't emit ::notify from a getter
GdkX11Keymap ddetermines the direction of the
keymap on demand, and was emitting notify::direction
Cam Cook [Sat, 26 Nov 2022 19:51:34 +0000 (14:51 -0500)]
| domain | current | suggestion |
|--------|---------|------------|
| (GtkLevel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklevelbar.c#L1139) | "between [property@Gtk.LevelBar:min-value[" | "between [property@Gtk.LevelBar:min-value]"|
Cam Cook [Sat, 26 Nov 2022 19:35:40 +0000 (14:35 -0500)]
| domain | current | suggestion |
|--------|---------|------------|
| [GtkLevel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklevelbar.c#L1104) | "Returns the \`min-value of the \`GtkLevelBar\`." | "Returns the \`min-value\' of the \`GtkLevelBar\`."|
Cam Cook [Sat, 26 Nov 2022 18:32:27 +0000 (13:32 -0500)]
| domain | current | suggestion |
|--------|---------|------------|
| [GtkLabel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklabel.c#L3142) | "the [property@Gtk.Label:use-underline property]" | "the [property@Gtk.Label:use-underline] property" |
Matthias Clasen [Sat, 26 Nov 2022 18:11:41 +0000 (18:11 +0000)]
Merge branch 'wip/corey/demo-file-dialog' into 'main'
gtk-demo: Application demo use open_finish()
See merge request GNOME/gtk!5264
Corey Berla [Sat, 26 Nov 2022 18:11:40 +0000 (18:11 +0000)]
gtk-demo: Application demo use open_finish()
Matthias Clasen [Sat, 26 Nov 2022 13:15:28 +0000 (13:15 +0000)]
Merge branch 'matthiasc/for-main' into 'main'
gtk-demo: Cosmetics
See merge request GNOME/gtk!5265
Cam Cook [Sat, 26 Nov 2022 11:54:47 +0000 (06:54 -0500)]
Various spelling mistakes (and one use of the wrong verb) across a few domains that show up in documentation.
| domain | current | suggestion |
|--------|---------|------------|
| [GtkBitset](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkbitset.c#L363) | "Value to add" | "Value to remove" |
| [GtkEntry](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkentry.c#L3626) | "\`GtkEntry" | "\`GtkEntry\`" |
| [GtkEntry](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkentry.c#L3566) | "will be applies" | "will be applied" |
| [GtkEntry](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkentry.c#L2232) | "is is in" | "is in" |
| [GtkInfoBar](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/deprecated/gtkinfobar.c#L772) | "in the info bars’s action area" | "in the info bar’s action area |
| [GtkLabel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklabel.c#L3210) | "Gets the labels attribute list." | "Gets the label's attribute list."
Matthias Clasen [Sat, 26 Nov 2022 11:40:47 +0000 (06:40 -0500)]
gtk-demo: Cosmetics
Matthias Clasen [Fri, 25 Nov 2022 14:43:19 +0000 (14:43 +0000)]
Merge branch 'bilelmoussaoui/g-i' into 'main'
g-i: Add missing since annotation
See merge request GNOME/gtk!5259
Matthias Clasen [Fri, 25 Nov 2022 14:40:33 +0000 (14:40 +0000)]
Merge branch 'wip/smcv/xfail' into 'main'
testsuite: Avoid using should_fail
See merge request GNOME/gtk!5248
Bilal Elmoussaoui [Fri, 25 Nov 2022 10:16:37 +0000 (10:16 +0000)]
g-i: Add missing since annotation
Matthias Clasen [Fri, 25 Nov 2022 03:48:04 +0000 (03:48 +0000)]
Merge branch 'dialog-improvements' into 'main'
gtk-demo: Test cancellation support for file dialog
See merge request GNOME/gtk!5257
Matthias Clasen [Thu, 24 Nov 2022 15:29:43 +0000 (10:29 -0500)]
file dialog: Handle Escape better
Closing the dialog by hitting Escape should
have the same effect as clicking the cancel
button. Make it so.
Matthias Clasen [Thu, 24 Nov 2022 15:29:03 +0000 (10:29 -0500)]
color dialog: Handle Escape better
Closing the dialog by hitting Escape should
have the same effect as clicking the cancel
button. Make it so.
Matthias Clasen [Thu, 24 Nov 2022 15:26:43 +0000 (10:26 -0500)]
gtk-demo: Test cancellation support for file dialog
Add a timeout that closes the file dialog after
20 seconds, to test programmatic cancellation.
Simon McVittie [Wed, 23 Nov 2022 21:26:50 +0000 (21:26 +0000)]
testsuite: Don't create .test files for flaky or failing tests
These tests can be run manually, but are not suitable for use as an
acceptance test, so let's not make frameworks like Debian's autopkgtest
run these when they run ginsttest-runner in the most obvious way.
Signed-off-by: Simon McVittie <smcv@debian.org>
Simon McVittie [Wed, 23 Nov 2022 19:13:32 +0000 (19:13 +0000)]
testsuite: Use separate setups for unstable tests instead of should_fail
There are two possible interpretations of "expected failure": either
the test *must* fail (exactly the inverse of an ordinary test, with
success becoming failure and failure becoming success), or the test
*may* fail (with success intended, but failure possible in some
environments). Autotools had the second interpretation, which seems
more useful in practice, but Meson has the first.
Instead of using should_fail, we can put the tests in one of two new
suites: "flaky" is intended for tests that succeed or fail unpredictably
according to the test environment or chance, while "failing" is for
tests that ought to succeed but currently never do as a result of a
bug or missing functionality. With a sufficiently new version of Meson,
the flaky and failing tests are not run by default, but can be requested
by running a setup that does not exclude them, with a command like:
meson test --setup=x11_unstable --suite=flaky --suite=failing
As a bonus, now that we're setting up setups and their excluded suites
programmatically, the gsk-compare-broadway tests are also excluded by
default when running the test setup for a non-broadway backend.
When running the tests in CI, --suite=gtk overrides the default
exclude_suites, so we have to specify --no-suite=flaky and
--no-suite=failing explicitly.
This arrangement is inspired by GNOME/glib!2987, which was contributed
by Marco Trevisan.
Signed-off-by: Simon McVittie <smcv@debian.org>
Matthias Clasen [Thu, 24 Nov 2022 03:43:11 +0000 (03:43 +0000)]
Merge branch 'deprecate-infobar' into 'main'
Deprecate GtkInfoBar
See merge request GNOME/gtk!5246
Matthias Clasen [Wed, 23 Nov 2022 22:38:49 +0000 (22:38 +0000)]
Merge branch 'wip/carlosg/gsk-clipping' into 'main'
gsk: Extend the blur radius for outset shadow extents
See merge request GNOME/gtk!5247
Vlad Zahorodnii [Tue, 22 Nov 2022 12:46:05 +0000 (14:46 +0200)]
gdk/wayland: Improve readability of wl_output binding code
Provide OUTPUT_VERSION macro to indicate the implemented version of
wl_output in gtk rather than use a magical number.
Carlos Garnacho [Wed, 23 Nov 2022 17:58:18 +0000 (18:58 +0100)]
gsk: Extend the blur radius for outset shadow extents
By dividing the blur radius to obtain the clip radius, we may end up
with halved values that result in an overshunk clip mask. Extend this
so that we ensure to cover the last pixel.
Fixes artifacts seen with the cairo renderer in X11 when resizing
windows horizontally, a black 1px high line would be seen in the
top of the window due to these outset bounds being used in clipping.
More mysteriously, also seems to fix resize lag in the GL renderer
(also X11), if e.g. the bottom-right corner of a window is resized
diagonally in bottom-left -> top-right direction, or
bottom-right -> top-left.
Related: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2175#note_1599335
Matthias Clasen [Tue, 22 Nov 2022 20:10:48 +0000 (15:10 -0500)]
Deprecate GtkInfoBar
This widget has a dialog-like API, which is something
we want to get rid of in GTK 5, and libadwaita has
a replacement with AdwBanner incoming.
Carlos Garnacho [Wed, 23 Nov 2022 17:56:45 +0000 (18:56 +0100)]
gsk: Also ceil() top side when converting graphene to cairo rectangles
The outset border for all sides is ceil()ed, except for the top side.
Most often values are already nicely rounded here, but this seems an
oversight.
Vlad Zahorodnii [Tue, 22 Nov 2022 10:04:12 +0000 (12:04 +0200)]
gdk/wayland: Prefer wl_output_release() over wl_output_destroy()
By using wl_output_release(), GDK lets the compositor to clean up the
output global more nicely.
For example, currently, most compositors remove the global and then
destroy it later after N seconds expire. With this, the compositor could
experiment with destroying the output global once all its resources are
destroyed.
Matthias Clasen [Tue, 22 Nov 2022 12:01:43 +0000 (12:01 +0000)]
Merge branch 'work/zzag/wl-output-cleanup' into 'main'
gdk/wayland: Destroy zxdg_output_v1 upon GdkWaylandMonitor destruction
See merge request GNOME/gtk!5242
Vlad Zahorodnii [Tue, 22 Nov 2022 09:23:08 +0000 (11:23 +0200)]
gdk/wayland: Clear GdkWaylandMonitor::output using g_clear_pointer()
Use g_clear_pointer() to make tear down code consistent.
Vlad Zahorodnii [Tue, 22 Nov 2022 09:03:05 +0000 (11:03 +0200)]
gdk/wayland: Destroy zxdg_output_v1 upon GdkWaylandMonitor destruction
It prevents potentially leaking memory.
Matthias Clasen [Tue, 22 Nov 2022 04:00:40 +0000 (04:00 +0000)]
Merge branch 'file-filter-properties' into 'main'
filefilter: Add properties for the criteria
See merge request GNOME/gtk!5241
Matthias Clasen [Tue, 22 Nov 2022 03:44:03 +0000 (22:44 -0500)]
filefilter: Add properties for the criteria
Add construct-only properties for patterns,
suffixes and mime-types. This provides an
alternative way to specify these in ui files.
Related: #5350
Matthias Clasen [Mon, 21 Nov 2022 19:46:17 +0000 (19:46 +0000)]
Merge branch 'color-picker-portal' into 'main'
colorpicker: Always try the portal first
See merge request GNOME/gtk!5240
Matthias Clasen [Mon, 21 Nov 2022 19:26:29 +0000 (14:26 -0500)]
colorpicker: Always try the portal first
It does not hurt., and going forward, we want to
prefer portals.
Matthias Clasen [Mon, 21 Nov 2022 10:49:05 +0000 (10:49 +0000)]
Merge branch 'bilelmoussaoui/g-i' into 'main'
g-i: add missing array annotation to AlertDialog.set_buttons
See merge request GNOME/gtk!5234
Matthias Clasen [Mon, 21 Nov 2022 10:48:29 +0000 (10:48 +0000)]
Merge branch 'fix-upside-down-labels' into 'main'
gsk: Avoid a crash with negative scales
See merge request GNOME/gtk!5236
Matthias Clasen [Mon, 21 Nov 2022 10:35:16 +0000 (10:35 +0000)]
Merge branch 'drop-buildable-get-id' into 'main'
builder: Stop using GtkBuildable.get_id
See merge request GNOME/gtk!5239
Matthias Clasen [Mon, 21 Nov 2022 10:34:54 +0000 (10:34 +0000)]
Merge branch 'stringlist-prop' into 'main'
stringlist: Add a construct-only strings property
See merge request GNOME/gtk!5238
Matthias Clasen [Sun, 20 Nov 2022 19:36:35 +0000 (14:36 -0500)]
Drop gtk_widget_buildable_parser_finished
No need to have this no-op implementation.
This was the only implementation of this vfunc
in GTK.
Matthias Clasen [Sun, 20 Nov 2022 19:34:39 +0000 (14:34 -0500)]
builder: Stop using GtkBuildable.get_id
Drop the only implementation of this vfunc,
and stop using it. It isn't needed, and the
only implementation did the same thing GtkBuilder
does anyway.
Matthias Clasen [Sun, 20 Nov 2022 19:06:55 +0000 (14:06 -0500)]
stringlist: Add a construct-only strings property
This enables creating string lists in ui files
without using custom markup.
Related: #5350
Matthias Clasen [Sun, 20 Nov 2022 18:25:12 +0000 (18:25 +0000)]
Merge branch 'center-box-props' into 'main'
centerbox: Add properties for child widgets
See merge request GNOME/gtk!5237
Matthias Clasen [Sun, 20 Nov 2022 17:31:02 +0000 (12:31 -0500)]
centerbox: Add properties for child widgets
This provides and alternative to add children
in ui files.
Related: #5350
Matthias Clasen [Sun, 20 Nov 2022 03:24:20 +0000 (22:24 -0500)]
gsk: Avoid a crash with negative scales
Don't crash when both scale_x and scale_y are -1.
A test is included.
Bilal Elmoussaoui [Sat, 19 Nov 2022 09:20:41 +0000 (09:20 +0000)]
g-i: add missing array annotation to AlertDialog.(s|g)et_buttons
Matthias Clasen [Sat, 19 Nov 2022 02:49:23 +0000 (02:49 +0000)]
Merge branch 'builder-parse-attributes' into 'main'
builder: Parse PangoAttrList values
See merge request GNOME/gtk!5228
Matthias Clasen [Fri, 18 Nov 2022 19:33:55 +0000 (19:33 +0000)]
Merge branch 'wip/carlosg/osk-activation' into 'main'
gtktext: Claim gesture more selectively
Closes #5351
See merge request GNOME/gtk!5230
Matthias Clasen [Fri, 18 Nov 2022 19:33:37 +0000 (19:33 +0000)]
Merge branch 'kjellahl/menubar' into 'main'
gtk_popover_menu_bar_set_menu_model(): Accept model == NULL
See merge request GNOME/gtk!5232
Matthias Clasen [Fri, 18 Nov 2022 19:33:17 +0000 (19:33 +0000)]
Merge branch 'shorter-im-context-ids' into 'main'
immmodule: Warn if GTK_IM_MODULE is bad
See merge request GNOME/gtk!5229