Loading
Commits on Source 45
-
Hugo Carvalho authored
-
Aefgh Threenine authored
-
Aefgh Threenine authored
-
twlvnn kraftwerk authored
(cherry picked from commit a1b56e4a)
-
Alexander Shopov authored
-
Sabri Ünal authored
-
Aurimas Černius authored
-
Daniel Mustieles authored
-
Fran Dieguez authored
-
Andika Triwidada authored
-
Tim Sabsch authored
-
Tim Sabsch authored
-
Jean-Marc Tissières authored
-
Daniel authored
-
Michael Catanzaro authored
These shortcuts still assume they are activating GtkMenuButtons that no longer exist. Fixes #2435 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1610>
-
Michael Catanzaro authored
If the web app icon is a relative path, we append the path to the current page's URL, creating a path that looks like e.g.: https://gitlab.gnome.org/GNOME/epiphany/-/issues/2436/-/pwa-icons/logo-512.png from example path /-/pwa-icons/logo-512.png. But the path is supposed to be relative to the manifest URL, not the current page. Fixes #2436 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1613>
-
ARAKHNID authored
Web apps are single tab/window, so accessing the overview shouldn't be an option. Closes #2443 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1614>
-
ARAKHNID authored
Because the check button wasn't centered vertically, the focus border didn't match the shape of the button. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1618>
-
Michael Catanzaro authored
This reverts commit 0f1c2715. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1620>
-
ARAKHNID authored
If the destination string is more than NAME_MAX bytes, then the download fails. Truncating it fixes the issue. Closes #2268 Ensure multibyte characters don't get cut off Uses g_utf8_substring to make sure that truncation doesn't happen in the middle of a multibyte character. Convert bytes to characters for g_utf8_substring To make sure truncation happens at the correct spot, g_utf8_substring needs to get the number of characters rather than the number of bytes. Stop untruncated destination filename from leaking Fix memory leaks Fix repeatedly downloading long files (n) is now correctly appended to long filenames rather than getting overwritten if the filename is too long. Minor tweaks Uses g_steal_pointer for a small optimization and fixes a code style issue. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1612>
-
Davide Ferracin authored
(cherry picked from commit 53ba335f24cd709e84ff2da05d299137bbce6f65)
-
Bruce Cowan authored
-
Jordi Mas authored
-
Alan Mortensen authored
-
Michael Catanzaro authored
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1617>
-
Michael Catanzaro authored
Now that we have AdwTabOverview, it's possible to have no tabs after Epiphany has started. Got to add a few more checks for this situation. Notably, this fixes opening a new tab with Ctrl+T and opening links from external applications if the tab overview is open with zero tabs. Fixes #2448 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1617>
-
AsciiWolf authored
-
Artur S0 authored
-
Michael Catanzaro authored
This cannot be localized properly. Plurals require ngettext(). Fixes #2454 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1619>
-
Anders Jonsson authored
-
AsciiWolf authored
-
Rafael authored
-
Alan Mortensen authored
-
Yuri Chornoivan authored
-
Aurimas Černius authored
-
Jürgen Benvenuti authored
-
Balázs Úr authored
-
Luming Zh authored
-
Danial Behzadi authored
-
Emin Tufan Çetin authored
-
Martin authored
-
Ekaterine Papava authored
-
Fran Dieguez authored
-
Michael Catanzaro authored
-
Alessandro Astone authored