- 02 Dec, 2021 3 commits
-
-
GTK4 removes it and leaves margin-top etc. Use them directly. Part-of: <!1038>
-
A lot of places where we used these properties wasn't necessary. In some cases it worked but would mess up labels in GTK4. Part-of: <!1038>
-
In GTK4 gtk_box_pack_start() is gone, replaced with gtk_box_append(). More importantly, child properties are gone and pack_start() allows to set them. With this in mind, stop using anything other than their default values: FALSE, TRUE, 0. Everything else can be done with halign, valign, hexpand, vexpand and margins. gtk_box_pack_end() is gone as well. Replace with pack_start() where possible (which involves rearranging the order in which widgets are added), and the remaining uses at this point can be replaced with gtk_box_prepend(). Part-of: <!1038>
-
- 29 Apr, 2021 1 commit
-
-
Carlos Garcia Campos authored
-
- 19 Mar, 2021 1 commit
-
-
Michael Catanzaro authored
Fixes #1478
-
- 21 Feb, 2021 1 commit
-
-
- 29 Jun, 2020 1 commit
-
-
Charlie Turner authored
Denying autoplay can break websites that use it for stylistic effects. On the other hand, it can be increadibly annoying to be spammed with videos autoplaying. By default, videos can autoplay so long as they have no audio (or the audio is muted). Alternatively, users can allow all videos to autoplay even with audio, or to deny all attempts to autoplay video. Users can make these decisions using the security pop-over on a per security-origin basis.
-
- 20 Apr, 2020 1 commit
-
-
Michael Catanzaro authored
This is less confusing, especially in the context of the adblocker setting, where you have to know that "Yes" means "allow ads" and "No" means "block ads."
-
- 06 Oct, 2019 1 commit
-
-
Alexander Mikhaylenko authored
-
- 15 Jul, 2019 1 commit
-
-
Jan-Michael Brummer authored
-
- 04 Apr, 2019 1 commit
-
-
- 24 Mar, 2019 1 commit
-
-
Fixes: #331
-
- 11 Mar, 2019 1 commit
-
-
- 05 Mar, 2019 1 commit
-
-
Jan-Michael Brummer authored
Allow per site blocking of advertisements. Fixes: #467
-
- 04 Feb, 2019 1 commit
-
-
Set max width to 360 (in line with Librem 5) and minor ui tweaks.
-
- 13 Sep, 2017 1 commit
-
-
Michael Catanzaro authored
-
- 08 Oct, 2016 1 commit
-
-
Michael Catanzaro authored
To use GMP. Because a few GPLv3+ files had already snuck in by mistake. And because http://www.gnu.org/licenses/rms-why-gplv3.html
-
- 29 Mar, 2016 1 commit
-
-
Michael Catanzaro authored
For a better future. Apologies when your 'git blame' resolves to this. I'm actually really impressed how well uncrustify works. This required only a little one-time manual work to avoid extra space in 'else {'. This breaks function prototype alignment, but we should get rid of most of those anyway. We decided to start aligning function parameters, like other GNOME applications. It looks nicer this way, and I couldn't teach uncrustify the previous Epiphany style.
-
- 10 Feb, 2016 2 commits
-
-
Michael Catanzaro authored
New API introduced to solve exactly this problem....
-
Michael Catanzaro authored
-
- 27 Dec, 2015 1 commit
-
-
Michael Catanzaro authored
I guess these aren't so bad....
-
- 16 Dec, 2015 1 commit
- 09 Dec, 2015 2 commits
-
-
Michael Catanzaro authored
Since it is now used for HTTP as well. https://bugzilla.gnome.org/show_bug.cgi?id=744064
-
We used to do this: * HTTP pages -> no security indicator * HTTPS pages with mixed content -> insecure warning icon * HTTPS pages with no mixed content -> secure lock icon Now we do this: * HTTP pages and HTTPS pages with mixed content -> insecure warning icon * HTTPS pages with no mixed content -> secure lock icon https://bugzilla.gnome.org/show_bug.cgi?id=744064
-
- 07 Dec, 2015 1 commit
-
-
Michael Catanzaro authored
-
- 13 Aug, 2014 1 commit
-
-
Michael Catanzaro authored
Instead of bringing up the certificate details dialog when clicking on the lock icon in the address bar, instead bring up a popover that displays information about the security status of this site, including a button to open the certificate dialog. https://bugzilla.gnome.org/show_bug.cgi?id=666808
-