- 05 May, 2021 1 commit
-
-
Alexander Mikhaylenko authored
-
- 04 May, 2021 3 commits
-
-
Found by valgrind: ==110513== 336 (16 direct, 320 indirect) bytes in 1 blocks are definitely lost in loss record 18,053 of 19,080 ==110513== at 0x484086F: malloc (vg_replace_malloc.c:380) ==110513== by 0x5601E32: g_malloc (gmem.c:106) ==110513== by 0x561E3FF: g_slice_alloc (gslice.c:1069) ==110513== by 0x4D20C20: gtk_target_list_new (gtkselection.c:249) ==110513== by 0x48C7002: ephy_tab_view_set_tab_bar (ephy-tab-view.c:618) ==110513== by 0x48D2330: ephy_window_constructed (ephy-window.c:3742) ==110513== by 0x5551B94: g_object_new_internal (gobject.c:1979) ==110513== by 0x55529E1: g_object_new_valist (gobject.c:2282) ==110513== by 0x5551664: g_object_new (gobject.c:1782) ==110513== by 0x48D2B3C: ephy_window_new (ephy-window.c:3881) ==110513== by 0x48BD7DF: session_parse_window (ephy-session.c:1128) ==110513== by 0x48BE1AD: session_start_element (ephy-session.c:1304)
-
-
(cherry picked from commit 6e7400b0a116e996d22f2c399c9093d4856f7b02)
-
- 03 May, 2021 2 commits
-
-
Fixes GNOME/geary#1221
-
This helps targeting the development version of 1.4.0.
-
- 01 May, 2021 2 commits
-
-
- 29 Apr, 2021 4 commits
-
-
-
-
Adrien Plazas authored
-
Adrien Plazas authored
Fixes GNOME/libhandy#434
-
- 28 Apr, 2021 1 commit
-
-
Adrien Plazas authored
-
- 26 Apr, 2021 4 commits
-
-
Adrien Plazas authored
-
-
-
-
- 18 Apr, 2021 1 commit
-
-
Michael Catanzaro authored
This function crashes whenever it succeeds. Oops. Let's make sure to only print an error message when there's actually an error. Fixes #433
-
- 15 Apr, 2021 1 commit
-
-
Adrien Plazas authored
They were the same as their LTR counterparts.
-
- 13 Apr, 2021 2 commits
-
-
Adrien Plazas authored
-
-
- 12 Apr, 2021 1 commit
-
-
Adrien Plazas authored
This stops allocating the same extra space on each side of an expanded title with the loose centering policy, letting a side grow bigger than the other if more space is available, making it match the behavior of GtkHeaderBar. The strict centering policy is there to handle other cases. Fixes #431
-
- 07 Apr, 2021 4 commits
-
-
Be more specific when disconnecting the signal, there are instances where we'd get criticals otherwise.
-
Make sure it's only called once to avoid reentrancy.
-
We show windows when we create them. However, if a window needs to be hidden right away, we don't hide it until reveal progress changes sometime later.
-
Adrien Plazas authored
This makes the top and bottom margins of the search results match the ones of preference pages, which depends of their clamp's width. This also avoids hardcoding the margins as properties.
-
- 02 Apr, 2021 2 commits
-
-
-
When adding a child, we update the regular child list, then update the reversed child list using the length of the regular one. However, by the time we use it, it has already changed as we've just added an element, so store the length before adding it. Fixes libadwaita#67 Fixes libadwaita#88
-
- 27 Mar, 2021 1 commit
-
-
Jan Alexander Steffens authored
When package_subdir is empty. This gets passed into the produced pkg-config file and then confuses meson. Perhaps a bug in meson, but we can avoid it here. https://github.com/mesonbuild/meson/issues/8593 gnome-characters#86
-
- 22 Mar, 2021 1 commit
-
-
The visible-child on a unfoldable stackable box can be null too, so we need to check for that possibility before we do anything.
-
- 14 Mar, 2021 2 commits
-
-
- 12 Mar, 2021 1 commit
-
-
Adrien Plazas authored
-
- 11 Mar, 2021 3 commits
-
-
-
This seems to help with glitches when the flap child resizes while the shadow is visible.
-
Alexander Mikhaylenko authored
Tweak the window configuration until it works.
-
- 08 Mar, 2021 1 commit
-
-
Alexander Mikhaylenko authored
This is true for direct GtkBin subclasses, but not for their subclasses. Now, while HdyClamp is final and it's safe to assume this, HdyPreferencesGroup is derivable and all its subclasses crash.
-
- 01 Mar, 2021 2 commits
-
-
Alexander Mikhaylenko authored
Avoid wrapping back to the first page when swiping forward from the last page.
-
- 25 Feb, 2021 1 commit
-
-
Richard Purdie authored
When full filenames are used in generated sources it makes the resulting debug packages non-reproducible. Best practise is to use basename in comments instead. Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-