summaryrefslogtreecommitdiff
path: root/src/window-commands.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve shortcuts for reload bypassing cacheMichael Catanzaro2019-02-041-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 urlJan-Michael Brummer2019-01-141-0/+3
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/203
* Open homepage in new tab when middle clicking on homepage buttonJan-Michael Brummer2018-12-261-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 menuJan-Michael Brummer2018-12-201-0/+3
| | | | Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/118
* Add application manager to menu popoverJan-Michael Brummer2018-12-201-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 menuJan-Michael Brummer2018-12-171-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/RightKieran Elmes2018-10-301-1/+7
|
* Add close other tabsKieran Elmes2018-10-281-0/+3
|
* Add reader mode keyboard short cutJan-Michael Brummer2018-09-141-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 Catanzaro2018-05-281-3/+0
| | | | This reverts commit 0c3e4b26ffcb4d49ba7bbbe186f2ea314df5e449.
* application mode: add button to open in default browser to non-app urisGustavo Noronha Silva2017-10-241-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=788845
* Add F10 keyboard shortcut for page menuStefania Popescu2017-04-231-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=775628
* Change notebook menu to use radio buttonsMichael Catanzaro2017-01-161-0/+3
|
* Add tab switcher menu to notebookMichael Catanzaro2017-01-151-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 itemsIulian Radu2016-11-301-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=772423
* Relicense to GPLv3+Michael Catanzaro2016-10-071-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 dialogGabriel Ivascu2016-10-071-2/+0
|
* ephy-sync: Add basic sync service and sync windowGabriel Ivascu2016-10-071-0/+3
|
* Remove obsolete EphyBookmarksIulian Radu2016-09-281-3/+0
|
* Remove obsolete EphyBookmarksEditorIulian Radu2016-09-281-3/+0
|
* Standardize modelinesMichael Catanzaro2016-09-111-0/+1
|
* Start using #pragma onceMichael Catanzaro2016-09-101-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 Radu2016-07-281-0/+3
|
* Use a more suggestive name for 'browse-with-caret'Iulian Radu2016-07-281-150/+150
| | | | callback.
* Simplify names of GAction callbacksIulian Radu2016-07-281-25/+25
|
* Update function headerIulian Radu2016-07-281-2/+3
|
* Update function headers for app menu entriesIulian Radu2016-07-281-20/+30
|
* Use 'parameter' instead of 'value' for action activate functionsIulian Radu2016-07-281-30/+30
|
* Use GAction for 'Go Location'Iulian Radu2016-07-281-2/+3
|
* Use GAction for Send ToIulian Radu2016-07-281-2/+3
|
* Use GAction for fullscreen toggleIulian Radu2016-07-281-2/+3
|
* Restore the bookmarks submenu in the page menuIulian Radu2016-07-281-2/+6
|
* Use GActions for tab context menuIulian Radu2016-07-281-16/+21
|
* Use GAction for browse-with-caretIulian Radu2016-07-281-5/+6
|
* Use GAction for the combined stop/reload buttonIulian Radu2016-07-281-4/+9
|
* Use GAction for back/forward buttonsIulian Radu2016-07-281-0/+6
|
* Port ToggleInspector to GActionIulian Radu2016-07-281-2/+3
|
* Port New Tab to GActionIulian Radu2016-07-281-0/+3
|
* Port Open to GActionIulian Radu2016-07-281-2/+3
|
* Port Encoding, Page Source and Close to GActionIulian Radu2016-07-281-6/+9
|
* Port Save As/Save As Application to GActionIulian Radu2016-07-281-4/+6
|
* Port undo/redo and cut/copy/paste to GAction (wip)Iulian Radu2016-07-281-14/+21
|
* Port Print and Find to GActionIulian Radu2016-07-281-8/+12
|
* Port zoom actions to GActionIulian Radu2016-07-281-6/+9
|
* Add keyboard shortcuts dialogGabriel Ivascu2016-07-091-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=757830
* Allow to toggle the Web Inspector with keyboard shortcuts.Carlos Alberto Lopez Perez2016-06-011-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 commandGabriel Ivascu2016-03-291-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763221
* Remove vestiges of public APIMichael Catanzaro2016-02-081-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 Bonatti2015-12-101-2/+0
|
* EphyEncodingDialog: Rework.Arnaud Bonatti2015-12-101-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759164