Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve shortcuts for reload bypassing cache | Michael Catanzaro | 2019-02-04 | 1 | -0/+3 |
| | | | | | | | We'll reclaim Ctrl+Shift+R for reload bypassing cache, like all other browsers, and use Ctrl+Alt+R for reader mode, matching Firefox. Fixes #661 | ||||
* | Add Middle click on open-new-tab to paste the url | Jan-Michael Brummer | 2019-01-14 | 1 | -0/+3 |
| | | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/203 | ||||
* | Open homepage in new tab when middle clicking on homepage button | Jan-Michael Brummer | 2018-12-26 | 1 | -0/+3 |
| | | | | | | Mimic Firefox behaviour and open a new homepage tab and set it as active child. Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/368 | ||||
* | Add "Reload All Tabs" options to tab menu | Jan-Michael Brummer | 2018-12-20 | 1 | -0/+3 |
| | | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/118 | ||||
* | Add application manager to menu popover | Jan-Michael Brummer | 2018-12-20 | 1 | -0/+3 |
| | | | | | | Make application manager more prominent for the user, so he can also uninstall his web apps within the browser. Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/267 | ||||
* | Add "Reload Tab" and "Reopen Closed Tab" option to tab contextual menu | Jan-Michael Brummer | 2018-12-17 | 1 | -0/+6 |
| | | | | | | | Add a reload option / reopen closed tab option to tab context menu and move close tab to the bottom. Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/226 Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/199 | ||||
* | Replace Move Tab Left/Right with Close Tabs to the Left/Right | Kieran Elmes | 2018-10-30 | 1 | -1/+7 |
| | |||||
* | Add close other tabs | Kieran Elmes | 2018-10-28 | 1 | -0/+3 |
| | |||||
* | Add reader mode keyboard short cut | Jan-Michael Brummer | 2018-09-14 | 1 | -0/+3 |
| | | | | | | Use Primary + Shift + r to toggle reader mode. Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/526 | ||||
* | Revert "application mode: add button to open in default browser to non-app uris" | Michael Catanzaro | 2018-05-28 | 1 | -3/+0 |
| | | | | This reverts commit 0c3e4b26ffcb4d49ba7bbbe186f2ea314df5e449. | ||||
* | application mode: add button to open in default browser to non-app uris | Gustavo Noronha Silva | 2017-10-24 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=788845 | ||||
* | Add F10 keyboard shortcut for page menu | Stefania Popescu | 2017-04-23 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=775628 | ||||
* | Change notebook menu to use radio buttons | Michael Catanzaro | 2017-01-16 | 1 | -0/+3 |
| | |||||
* | Add tab switcher menu to notebook | Michael Catanzaro | 2017-01-15 | 1 | -0/+3 |
| | | | | | This makes it easy to switch to a particular tab when you have lots of tabs open. | ||||
* | bookmarks: Add import/export application menu items | Iulian Radu | 2016-11-30 | 1 | -0/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=772423 | ||||
* | Relicense to GPLv3+ | Michael Catanzaro | 2016-10-07 | 1 | -5/+7 |
| | | | | | | | | 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 | ||||
* | ephy-sync: Replace the sync window with a new tab in the Preferences dialog | Gabriel Ivascu | 2016-10-07 | 1 | -2/+0 |
| | |||||
* | ephy-sync: Add basic sync service and sync window | Gabriel Ivascu | 2016-10-07 | 1 | -0/+3 |
| | |||||
* | Remove obsolete EphyBookmarks | Iulian Radu | 2016-09-28 | 1 | -3/+0 |
| | |||||
* | Remove obsolete EphyBookmarksEditor | Iulian Radu | 2016-09-28 | 1 | -3/+0 |
| | |||||
* | Standardize modelines | Michael Catanzaro | 2016-09-11 | 1 | -0/+1 |
| | |||||
* | Start using #pragma once | Michael Catanzaro | 2016-09-10 | 1 | -4/+1 |
| | | | | | | | It's now required by WebKit, so no reason not to. Also, clean up a couple places that are missing G_BEGIN_DECLS. Not that it matters at all, since we don't use any C++. | ||||
* | Use GAction for 'home' | Iulian Radu | 2016-07-28 | 1 | -0/+3 |
| | |||||
* | Use a more suggestive name for 'browse-with-caret' | Iulian Radu | 2016-07-28 | 1 | -150/+150 |
| | | | | callback. | ||||
* | Simplify names of GAction callbacks | Iulian Radu | 2016-07-28 | 1 | -25/+25 |
| | |||||
* | Update function header | Iulian Radu | 2016-07-28 | 1 | -2/+3 |
| | |||||
* | Update function headers for app menu entries | Iulian Radu | 2016-07-28 | 1 | -20/+30 |
| | |||||
* | Use 'parameter' instead of 'value' for action activate functions | Iulian Radu | 2016-07-28 | 1 | -30/+30 |
| | |||||
* | Use GAction for 'Go Location' | Iulian Radu | 2016-07-28 | 1 | -2/+3 |
| | |||||
* | Use GAction for Send To | Iulian Radu | 2016-07-28 | 1 | -2/+3 |
| | |||||
* | Use GAction for fullscreen toggle | Iulian Radu | 2016-07-28 | 1 | -2/+3 |
| | |||||
* | Restore the bookmarks submenu in the page menu | Iulian Radu | 2016-07-28 | 1 | -2/+6 |
| | |||||
* | Use GActions for tab context menu | Iulian Radu | 2016-07-28 | 1 | -16/+21 |
| | |||||
* | Use GAction for browse-with-caret | Iulian Radu | 2016-07-28 | 1 | -5/+6 |
| | |||||
* | Use GAction for the combined stop/reload button | Iulian Radu | 2016-07-28 | 1 | -4/+9 |
| | |||||
* | Use GAction for back/forward buttons | Iulian Radu | 2016-07-28 | 1 | -0/+6 |
| | |||||
* | Port ToggleInspector to GAction | Iulian Radu | 2016-07-28 | 1 | -2/+3 |
| | |||||
* | Port New Tab to GAction | Iulian Radu | 2016-07-28 | 1 | -0/+3 |
| | |||||
* | Port Open to GAction | Iulian Radu | 2016-07-28 | 1 | -2/+3 |
| | |||||
* | Port Encoding, Page Source and Close to GAction | Iulian Radu | 2016-07-28 | 1 | -6/+9 |
| | |||||
* | Port Save As/Save As Application to GAction | Iulian Radu | 2016-07-28 | 1 | -4/+6 |
| | |||||
* | Port undo/redo and cut/copy/paste to GAction (wip) | Iulian Radu | 2016-07-28 | 1 | -14/+21 |
| | |||||
* | Port Print and Find to GAction | Iulian Radu | 2016-07-28 | 1 | -8/+12 |
| | |||||
* | Port zoom actions to GAction | Iulian Radu | 2016-07-28 | 1 | -6/+9 |
| | |||||
* | Add keyboard shortcuts dialog | Gabriel Ivascu | 2016-07-09 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=757830 | ||||
* | Allow to toggle the Web Inspector with keyboard shortcuts. | Carlos Alberto Lopez Perez | 2016-06-01 | 1 | -0/+2 |
| | | | | | | | | | | | This maps the keyboard shortcuts CTRL+SHIFT+I and F12 (these are standard ones as are used also on Chromium, Firefox and Safari). It keeps track also of whether the Inspector window is loaded or not, so the keyboard shortcut closes the inspector window when it is already loaded on a given tab. https://bugzilla.gnome.org/show_bug.cgi?id=676870 | ||||
* | Add Duplicate Tab window command | Gabriel Ivascu | 2016-03-29 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=763221 | ||||
* | Remove vestiges of public API | Michael Catanzaro | 2016-02-08 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | It's been gone for years, and it's not coming back. If we support extensions in the future, it would be via the WebExtensions API. This makes me less annoyed by having to maintain a meaningless distinction between installed and non-installed header files (it's been years since any headers were installed). It also makes me less annoyed by having to look at meaningless direct-inclusion guards. And finally, it makes me less annoyed because each time I see those direct-inclusion guards, I think of how they really ought to be inside the normal include guards, rather than outside, to avoid breaking GCC and Clang's optimization to avoid unnecessarily reading the contents of the header file. (WebKit gets this wrong, too.) You can thank me if this makes Epiphany compile 0.1s or so faster for you. There are no useful changes in this commit. https://bugzilla.gnome.org/show_bug.cgi?id=761698 | ||||
* | Random cleanings. | Arnaud Bonatti | 2015-12-10 | 1 | -2/+0 |
| | |||||
* | EphyEncodingDialog: Rework. | Arnaud Bonatti | 2015-12-10 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=759164 |