summaryrefslogtreecommitdiff
path: root/src/ephy-shell.h
Commit message (Expand)AuthorAgeFilesLines
* shell: reindent parametersMichael Catanzaro2019-01-041-51/+43
* shell: Replace EphyStartupFlags with EphyStartupModeMichael Catanzaro2019-01-041-6/+6
* Remove --new-tab flagMichael Catanzaro2019-01-041-2/+2
* Remove broken bookmarks command line optionsMichael Catanzaro2019-01-041-7/+0
* Move password management out of web processPatrick Griffis2018-08-281-2/+0
* sync: Implement open tabs syncGabriel Ivascu2017-08-061-0/+3
* sync: Implement history syncGabriel Ivascu2017-08-061-0/+3
* lib: Replace ephy-form-auth-data with ephy-password-managerGabriel Ivascu2017-08-061-0/+3
* meson: Remove enable_firefox_sync optionGabriel Ivascu2017-08-061-6/+1
* Port to meson build systemMichael Catanzaro2017-04-261-2/+2
* Rename EphyHistoryWindow to EphyHistoryDialogMichael Catanzaro2017-01-161-1/+1
* Move sync support behind --enable-firefox-sync flagMichael Catanzaro2016-12-061-1/+6
* Remove private headersMichael Catanzaro2016-10-311-0/+13
* main: Exit cleanly on SIGINT or SIGTERMMichael Catanzaro2016-10-311-0/+2
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
* ephy-sync: Implement the sync logicGabriel Ivascu2016-10-071-1/+1
* ephy-sync: Fix ephy_shell_get_global_sync_service()Gabriel Ivascu2016-10-071-1/+1
* ephy-sync: Replace the sync window with a new tab in the Preferences dialogGabriel Ivascu2016-10-071-2/+0
* ephy-sync: Add ephy-sync-secret moduleGabriel Ivascu2016-10-071-1/+2
* ephy-sync: Add basic sync service and sync windowGabriel Ivascu2016-10-071-2/+4
* Remove obsolete EphyBookmarksIulian Radu2016-09-281-3/+0
* bookmarks: Add EphyBookmarksManagerIulian Radu2016-09-281-0/+3
* Start using #pragma onceMichael Catanzaro2016-09-101-4/+1
* shell: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-271-22/+2
* Remove vestiges of public APIMichael Catanzaro2016-02-081-4/+0
* Enable and placate -Wredundant-declsMichael Catanzaro2015-12-261-2/+0
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* shell: Open links in active window instead of guessing the main windowCarlos Garcia Campos2015-11-101-2/+0
* Add title parameter to ephy_shell_new_tab_full to create tabs with an initial...Carlos Garcia Campos2014-03-101-0/+1
* Remove flag EPHY_NEW_TAB_PRESENT_WINDOWCarlos Garcia Campos2014-03-031-6/+4
* Decouple the page load from the tab creationCarlos Garcia Campos2014-03-031-25/+6
* Remove unused flag EPHY_NEW_TAB_FULLSCREEN_MODECarlos Garcia Campos2014-03-031-7/+6
* Remove the open new/in existing window flags and always create the new tab in...Carlos Garcia Campos2014-03-031-8/+1
* Remove ephy_web_view_copy_back_history()Carlos Garcia Campos2014-02-181-4/+0
* Fix popup windows in multiprocess modeCarlos Garcia Campos2014-02-121-0/+1
* Remove chrome and popup parameters from ephy_shell_new_tab_fullCarlos Garcia Campos2014-02-051-2/+0
* Remove the headless modeCarlos Garcia Campos2013-12-111-2/+0
* Remove personal data managerWilliam Jon McCann2013-12-091-2/+0
* Remove all WebKit1 codeCarlos Garcia Campos2013-12-081-8/+0
* Add a new startup flag to indicate we are resuming a sessionGustavo Noronha Silva2013-09-201-0/+1
* EphyShell: add support for starting without windowsGiovanni Campagna2013-08-291-0/+1
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-121-0/+3
* Use GtkApplication method to get the list of windowsXan Lopez2013-02-081-2/+0
* ephy-shell: Make it possible to prepend a tab in a windowClaudio Saavedra2013-02-071-7/+8
* ephy-shell: return the proper types for EphySession and GNetworkMonitorXan Lopez2013-02-071-10/+11
* Move ephy_session_open_uris to EphyShellXan Lopez2013-02-071-0/+4
* Append new tab on the window with most tabs in the current workspaceGustavo Noronha Silva2012-12-101-0/+2
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-101-2/+0
* Remove option to launch Web as the bookmarks editorXan Lopez2012-12-101-1/+0
* Use gtk_application_get_active_window instead of rolling our ownXan Lopez2012-11-251-2/+0