summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* css: Regenerate from scssAlexander Mikhaylenko2021-01-286-0/+24
|
* window: Use HdyApplicationWindowAlexander Mikhaylenko2021-01-283-66/+64
| | | | | | | | | Drop DzlApplicationWindow to prevent issues with shortcut handling later. Reimplement fullscreen handling with a separate widget, with a bonus that we can later show header bar in fullscreen. Fixes https://gitlab.gnome.org/GNOME/epiphany/-/issues/1277
* Merge TabHeaderBar into PagesViewAlexander Mikhaylenko2021-01-287-159/+55
| | | | | | This change does regress the UI a little by introducing a duplicate header bar in the pages view. This will be fixed in the next commit, otherwise the change would be very massive.
* Add EphyFullscreenBoxAlexander Mikhaylenko2021-01-285-1/+577
| | | | | Bump libhandy version requirement to 1.1.0, since we use a new widget from there.
* Remove tabs-bar-position settingAlexander Mikhaylenko2021-01-283-81/+0
| | | | | | | | It was originally added to see more tabs at once; we have a popover for that now. The upcoming new tab bar won't support positioning it like that, so let's remove the setting beforehand.
* css: Regenerate from scssAlexander Mikhaylenko2021-01-286-126/+110
|
* Tweak page list stylesAlexander Mikhaylenko2021-01-287-76/+69
| | | | | | | Match GTK4 and the upcoming new tabs more closely. Since the close button style is shared with the bookmark tags, match that as well.
* bookmarks-properties-grid: Center-align the close buttonAlexander Mikhaylenko2021-01-281-0/+1
|
* Update Slovenian translationMatej Urbančič2021-01-271-474/+550
|
* Update Galician translationFran Dieguez2021-01-251-656/+791
|
* Update Norwegian Bokmål translationKjartan Maraas2021-01-251-44/+22
| | | | (cherry picked from commit 1f1d5428620c6aabc563cd1135eadd28804751b8)
* Update German translationPhilipp Kiemle2021-01-241-432/+507
|
* Update Persian translationDanial Behzadi2021-01-221-311/+365
|
* Update Persian translationDanial Behzadi2021-01-221-851/+909
|
* Update Friulian translationFabio Tomat2021-01-221-9/+4
|
* Run ESLint on CISonny Piers2021-01-211-1/+8
| | | | Inspired by https://gitlab.gnome.org/GNOME/gnome-sound-recorder/-/merge_requests/43
* Enable eslint prefer-const ruleSonny Piers2021-01-214-84/+85
|
* Add eslint file for JavaScript codeSonny Piers2021-01-214-20/+43
|
* Add translator comment for web extension file chooser dialogmcatanzaro/#1423Michael Catanzaro2021-01-211-0/+1
| | | | Fixes #1423
* Update Friulian translationFabio Tomat2021-01-201-486/+568
|
* Update Hungarian translationBalázs Úr2021-01-191-40/+10
|
* Update Hungarian translationBalázs Úr2021-01-191-578/+772
|
* Always enable smooth scrollingMichael Catanzaro2021-01-191-0/+1
| | | | | This was rejected from WebKit in https://bugs.webkit.org/show_bug.cgi?id=220512.
* Remove smooth scrolling optionJan-Michael Brummer2021-01-195-33/+0
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/802
* Updated Lithuanian translationAurimas Černius2021-01-181-489/+564
|
* Update Portuguese translationHugo Carvalho2021-01-181-320/+397
|
* Update Romanian translationFlorentina Mușat2021-01-181-323/+397
|
* Update Swedish translationAnders Jonsson2021-01-171-193/+193
|
* Update Ukrainian translationYuri Chornoivan2021-01-171-356/+441
|
* Update POTFILES.inPiotr Drąg2021-01-171-0/+2
|
* Add initial WebExtension supportJan-Michael Brummer2021-01-1750-47/+4210
|
* ephy: make getWebAppTitle return nullSonny Piers2021-01-161-5/+10
| | | | set_default_application_title will fallback to a better formatted hostname
* Update POTFILES.inPiotr Drąg2021-01-161-0/+3
|
* find-toolbar: Select pre-filled text in search fieldBenjamin Berg2021-01-151-2/+4
| | | | | | | | | | | With commit 809d76e6cfc7 (Pre-fill search field with current selected text) focused text from the website will be pre-filled into the search entry. This is great, but even though the entry is focused, one cannot simply start typing to update the search text. Improve this user interaction by selecting the pre-filled text. Related: #809
* Update Portuguese translationHugo Carvalho2021-01-151-159/+177
|
* Updated Czech translationMarek Černocký2021-01-151-157/+179
|
* Update Romanian translationDaniel Șerbănescu2021-01-151-158/+175
|
* Update Ukrainian translationYuri Chornoivan2021-01-151-158/+178
|
* Add support for Google Search SuggestionsJan-Michael Brummer2021-01-155-47/+209
|
* Update Catalan translationJordi Mas2021-01-141-12/+12
|
* Update Chinese (China) translationBoyuan Yang2021-01-141-547/+588
|
* Updated Spanish translationDaniel Mustieles2021-01-141-355/+345
|
* Update Ukrainian translationYuri Chornoivan2021-01-141-392/+474
|
* help: update preferences navigation to v40Federico Bruni2021-01-138-37/+78
| | | | Closes #1263
* Update Portuguese translationHugo Carvalho2021-01-131-138/+115
|
* Update Romanian translationDaniel Șerbănescu2021-01-131-325/+322
|
* Update Norwegian Bokmål translationKjartan Maraas2021-01-131-108/+118
| | | | (cherry picked from commit 9d8797b1fa20e61ee673e27760c4ac8495f74498)
* Updated Czech translationMarek Černocký2021-01-131-653/+533
|
* Update Ukrainian translationYuri Chornoivan2021-01-111-137/+113
|
* Add HTML bookmark exportJan-Michael Brummer2021-01-112-21/+103
| | | | | | | Export bookmarks as Netscape Bookmark HTML file, which is used among different browser for bookmark export. Furthermore set it as default export format instead of gvdb. Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/483