summaryrefslogtreecommitdiff
path: root/src/ephy-shell.c
Commit message (Expand)AuthorAgeFilesLines
* Remove private headersMichael Catanzaro2016-10-311-1/+0
* Restore preference to set homepageMichael Catanzaro2016-10-311-1/+1
* main: Exit cleanly on SIGINT or SIGTERMMichael Catanzaro2016-10-311-1/+7
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
* ephy-shell: Create the sync service in startup rather than initGabriel Ivascu2016-10-071-21/+26
* sync-service: Remove the source ID at sign out and finalizeGabriel Ivascu2016-10-071-8/+5
* ephy-sync: Implement the sync logicGabriel Ivascu2016-10-071-6/+12
* ephy-sync: Fix ephy_shell_get_global_sync_service()Gabriel Ivascu2016-10-071-4/+7
* ephy-sync: Replace the sync window with a new tab in the Preferences dialogGabriel Ivascu2016-10-071-36/+0
* ephy-sync: Add ephy-sync-secret moduleGabriel Ivascu2016-10-071-22/+18
* ephy-sync: Add basic sync service and sync windowGabriel Ivascu2016-10-071-0/+57
* Remove obsolete EphyBookmarksIulian Radu2016-09-281-17/+0
* Remove obsolete bookmarks import/export codeIulian Radu2016-09-281-1/+0
* Remove obsolete EphyBookmarksEditorIulian Radu2016-09-281-31/+0
* bookmarks: Add EphyBookmarksManagerIulian Radu2016-09-281-0/+20
* Create only an EphyLocationEntry *or* an EphyTitleBoxMichael Catanzaro2016-09-211-9/+6
* title-box: Implement EphyTitleWidgetMichael Catanzaro2016-09-211-1/+2
* Remove X11 dependency and X11-specific codeMichael Catanzaro2016-09-181-2/+0
* shell: add simple app menu in web app modeMichael Catanzaro2016-09-171-8/+20
* Set title box subtitle when opening window in app modeMichael Catanzaro2016-09-171-2/+17
* shortcuts-window: fix rebase problemIulian Radu2016-07-281-1/+1
* Use GAction for 'home'Iulian Radu2016-07-281-1/+0
* Update function headers for app menu entriesIulian Radu2016-07-281-9/+9
* Add keyboard shortcuts dialogGabriel Ivascu2016-07-091-0/+13
* Revert "ephy-shell: Always focus the main window when loading tabs in Wayland"Michael Catanzaro2016-05-171-6/+2
* ephy-shell: Always focus the main window when loading tabs in WaylandMichael Catanzaro2016-05-161-2/+6
* ephy-shell: Improve a commentMichael Catanzaro2016-05-161-1/+1
* Drop unused libwnck dependencyMichael Catanzaro2016-05-161-10/+0
* UncrustifyMichael Catanzaro2016-03-291-67/+67
* shell: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-271-64/+56
* Enable and placate -Wredundant-declsMichael Catanzaro2015-12-261-2/+0
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* ephy-shell: Placate -Wincompatible-pointer-typeMichael Catanzaro2015-11-201-1/+1
* shell: Open links in active window instead of guessing the main windowCarlos Garcia Campos2015-11-101-37/+1
* Reenable and placate -Wunused-variableMichael Catanzaro2015-11-071-1/+0
* EphyShell: Make the singleton instance file-scopeMichael Catanzaro2015-11-071-1/+1
* downloads: Remove the window property of EphyDownloadCarlos Garcia Campos2015-10-261-14/+1
* downloads: Replace the downloads box with a popoverCarlos Garcia Campos2015-10-261-2/+3
* Do not open an extra overview when starting the browserMichael Catanzaro2015-08-311-10/+3
* Do not use the default WebKitWebContextCarlos Garcia Campos2014-11-251-65/+50
* ephy-shell: Do not try to resume the session in application modeCarlos Garcia Campos2014-09-191-3/+6
* Rename new window actionMichael Catanzaro2014-09-101-1/+1
* ephy-shell: do not lose a remote startup contextMichael Catanzaro2014-09-011-44/+41
* ephy-shell: allow multiple open_uris idlesMichael Catanzaro2014-09-011-13/+23
* ephy-shell: remove unused variableMichael Catanzaro2014-08-291-1/+0
* Do not ignore TLS errorsMichael Catanzaro2014-08-081-0/+3
* Add title parameter to ephy_shell_new_tab_full to create tabs with an initial...Carlos Garcia Campos2014-03-101-3/+7
* Remove flag EPHY_NEW_TAB_PRESENT_WINDOWCarlos Garcia Campos2014-03-031-5/+4
* Decouple the page load from the tab creationCarlos Garcia Campos2014-03-031-104/+51
* Remove unused flag EPHY_NEW_TAB_FULLSCREEN_MODECarlos Garcia Campos2014-03-031-4/+0