summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Chinese (China) translationBoyuan Yang2020-07-011-443/+284
|
* Updated Spanish translationDaniel Mustieles2020-06-301-223/+245
|
* Update Ukrainian translationYuri Chornoivan2020-06-301-224/+249
|
* Add support for paste as plaintextMichael Catanzaro2020-06-293-0/+34
| | | | | | | | | Requires new WebKitGTK APIs: https://bugs.webkit.org/show_bug.cgi?id=177638 https://bugs.webkit.org/show_bug.cgi?id=212038 Fixes #415
* Remove code to set mobile user agentMichael Catanzaro2020-06-293-49/+2
| | | | | | | Apparently this never worked properly and needs to be done in WebKit instead. See: https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/601#note_853104
* Allow per-site autoplay policies.Charlie Turner2020-06-295-16/+94
| | | | | | | | | | | | 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.
* src/preferences/prefs-general-page.c: Minor whitespace changes.Charlie Turner2020-06-291-1/+1
|
* help: update screenshots to epiphany-private-3-36.pngscootergrisen2020-06-293-0/+0
|
* Add audio mute button in tab labelJan-Michael Brummer2020-06-284-19/+78
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/311
* ephy-notification: Wrap labels to fit in mobile viewJan-Michael Brummer2020-06-281-0/+2
| | | | https://gitlab.gnome.org/GNOME/epiphany/-/issues/1247
* ephy-embed-utils: Move ephy-reader address check to regexJan-Michael Brummer2020-06-272-1/+1
|
* ephy-reader-handler: Add comment to clarify uri extractionJan-Michael Brummer2020-06-271-0/+3
|
* Fix manual enter of ephy-reader urisJan-Michael Brummer2020-06-271-0/+1
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1245
* Fix ephy-reader page restoreJan-Michael Brummer2020-06-271-67/+2
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1246
* Update POTFILES.inPiotr Drąg2020-06-271-1/+0
|
* Update Chinese (China) translationBoyuan Yang2020-06-261-493/+339
|
* Fix memory leaks in history query resultsJan-Michael Brummer2020-06-257-21/+37
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1178
* Use created-destination as information for pdf nameJan-Michael Brummer2020-06-251-3/+18
| | | | Maybe fixes https://gitlab.gnome.org/GNOME/epiphany/-/issues/1235
* Update Kazakh translationBaurzhan Muftakhidinov2020-06-251-1148/+1450
| | | | (cherry picked from commit 62c941e80bf5b01e9d685fe5b790ece493e042d0)
* search-engine-dialog: make +/- buttons linkedvanadiae2020-06-241-0/+3
| | | | | | | | | Currently, the add and remove buttons are next each other but have both rounded corners on all sides which make them look weird. This commit make the buttons have a linked style (no more round corners for their common side).
* shell: Init libhandyAdrien Plazas2020-06-242-1/+6
| | | | | | hdy_init() has been introduced back to solve many corner cases, but this time it must be called soon after gtk_init(), e.g. during the GApplication::startup callback, and it doesn't need the arguments.
* Revert "Store HTTP Auth passwords in password manager"Michael Catanzaro2020-06-234-261/+2
| | | | This reverts commit e4ebf2b37dfc753e29967fd4c55606cf8197ae14.
* Updated Slovenian translationMatej Urbančič2020-06-221-228/+241
|
* Update POTFILES.inPiotr Drąg2020-06-221-0/+1
|
* Add pdf handlerJan-Michael Brummer2020-06-219-141/+387
| | | | | | | This implicitly enables controlling the load state through the combined stop load button. Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1189
* Update to pdf.js v2.4.456Jan-Michael Brummer2020-06-214-57527/+33015
|
* sync-service: port to SecretPassword APIMichael Catanzaro2020-06-201-19/+16
| | | | | | | | | | The sync service has been broken since we removed D-Bus access to the secret service, because we forgot to port it to the new SecretPassword API, which allows use of the secrets portal. Hopefully fixes #1233, although I haven't tested this because the easiest way to test flatpak-related commits is to yolo commit to master and then check if Ephy Tech Preview still works after it is built.
* sync-service: use cancellable where requiredMichael Catanzaro2020-06-201-3/+18
| | | | | | EphySyncService has no protection against async callbacks being executed after it has been destroyed. That's no good. Cancel async calls where required.
* ephy-file-chooser: Fetch toplevel window before creating file chooserYetizone2020-06-181-2/+3
| | | | Fixes https://gitlab.gnome.org/GNOME/epiphany/-/issues/1232
* Optimize sql database accessJan-Michael Brummer2020-06-183-8/+15
| | | | | | | | * Increase BATCH_SIZE in respect to new SQLITE_MAX_VARIABLE_NUMBER value * Switch to WAF journal mode, set synchronous to NORMAL and set cache size Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/790
* Replace HdyColumn by HdyClampAdrien Plazas2020-06-187-29/+21
| | | | | Also drop rename its properties, and drop them when they have the default values.
* Update Catalan translationJordi Mas2020-06-181-266/+318
|
* Update Romanian translationFlorentina Mușat2020-06-171-302/+349
|
* Updated Slovenian translationMatej Urbančič2020-06-161-921/+1170
|
* Fix webapp notification supportJan-Michael Brummer2020-06-165-13/+150
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1228
* Allow reordering of pinned tabsJan-Michael Brummer2020-06-161-5/+28
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/782
* Update POTFILES.inPiotr Drąg2020-06-161-0/+1
|
* Update to latest CI templateJan-Michael Brummer2020-06-141-33/+20
|
* highlight.js: add new plugin highlightjs-line-numbers v2.8.0Jim Mason2020-06-146-1/+439
|
* highlight.js: support view source dark modeJim Mason2020-06-146-102/+218
| | | | | | | This MR picks up the new upstream stylesheets nnfx.css and nnfx-dark.css from highlight.js. needs !703
* Add reader mode handlerJan-Michael Brummer2020-06-1410-116/+602
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/50
* ephy-shell: Fix compilation warningJan-Michael Brummer2020-06-141-1/+1
| | | | | | | | | 1481 ../src/ephy-shell.c: In function ‘webkit_notification_closed_cb’: 1482 /usr/include/glib-2.0/glib/glib-autocleanups.h:28:3: error: ‘id’ may be used uninitialized in this function [-Werror=maybe-uninitialized] 1483 28 | g_free (*pp); 1484 | ^~~~~~~~~~~~ 1485 ../src/ephy-shell.c:913:20: note: ‘id’ was declared here 1486 913 | g_autofree char *id;
* highlight.js: update to version 10.1.0Jim Mason2020-06-141-360/+1043
| | | | fixes #1230
* Increase default custom font sizeMichael Catanzaro2020-06-141-3/+3
| | | | | | | | GNOME fonts default to size 12. (Well, they used to. Nowadays the Monospace font is different.) Size 10 fonts are clearly too small. Note this has no effect on Epiphany's default fonts, because we use GNOME font settings by default, but this does affect the default custom fonts if the users chooses to enable custom font settings.
* Cleanup font preference callbacksMichael Catanzaro2020-06-141-25/+1
| | | | | | | | | There's a bunch of unused code here designed to prevent this function from doing anything if called for a non-Epiphany settings schema, but this never happens. Maybe in the past it was hooked up to watch for changes to system settings, but if so, that was probably long, long ago. Also, default font size should be 12.
* Update Turkish translationEmin Tufan Çetin2020-06-141-278/+328
|
* GNOME font settings should apply to serif fontsMichael Catanzaro2020-06-131-0/+1
| | | | | | | Incredibly, we were accidentally ignoring system font settings for serif fonts if custom fonts were ever enabled in the past. Fixes #1231
* Update Ukrainian translationYuri Chornoivan2020-06-131-16/+182
|
* Update Ukrainian translationYuri Chornoivan2020-06-121-2/+78
|
* Update Friulian translationFabio Tomat2020-06-121-579/+708
|