aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-session: fix memory leakXan Lopez2013-03-171-0/+2
* ephy-session: fix GTask leakXan Lopez2013-03-161-0/+1
* ephy-session: Port to GTaskCarlos Garcia Campos2013-02-241-88/+69
* Add setting for delayed tab loading, and use it to fix the session testsGustavo Noronha Silva2013-02-241-3/+18
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-121-6/+17
* ephy-session: port to GTaskXan Lopez2013-02-101-22/+20
* Use GtkApplication method to get the list of windowsXan Lopez2013-02-091-4/+4
* ephy-session.c: add ephy_session_clear()Claudio Saavedra2013-02-081-0/+20
* ephy-session: add can-undo-tab-closed boolean propertyClaudio Saavedra2013-02-081-0/+63
* ephy-session: add API to restore closed tabsClaudio Saavedra2013-02-081-0/+249
* Move ephy_session_open_uris to EphyShellXan Lopez2013-02-081-157/+1
* ephy-session: Use a XML memory writer and save the contents with g_file_repla...Carlos Garcia Campos2013-01-091-14/+17
* ephy-session: save session in a thread to avoid blocking the UICarlos Garcia Campos2013-01-091-98/+235
* ephy-session: Remove ephy_session_queue_command() APICarlos Garcia Campos2013-01-091-146/+0
* ephy-session: Remove EPHY_SESSION_CMD_OPEN_URISCarlos Garcia Campos2013-01-091-61/+111
* ephy-session: Remove EPHY_SESSION_CMD_MAYBE_OPEN_WINDOWCarlos Garcia Campos2013-01-091-21/+22
* ephy-session: Add ephy_session_resume() and use it instead of queueing a resu...Carlos Garcia Campos2013-01-091-76/+95
* ephy-session: Use ephy_session_load() directly instead of queueing a load ses...Carlos Garcia Campos2013-01-091-9/+2
* ephy-session: Load the session asynchronouslyCarlos Garcia Campos2013-01-091-196/+493
* Open new windows when called with no URIs to openGustavo Noronha Silva2012-12-111-1/+9
* Append new tab on the window with most tabs in the current workspaceGustavo Noronha Silva2012-12-111-1/+1
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-2/+4
* e-embed-shell: remove the embed_shell globalDiego Escalante Urrelo2012-12-111-2/+2
* ephy-session: use a better variable name for session recoveryXan Lopez2012-12-111-3/+3
* ephy-session: fixup session autoresumeXan Lopez2012-12-101-6/+7
* ephy-session: remove unused headerXan Lopez2012-12-101-1/+0
* Remove option to launch Web as the bookmarks editorXan Lopez2012-12-101-16/+0
* ephy-session: remove useless condition in ifXan Lopez2012-12-101-5/+1
* ephy-session: remove the code that handles the 'resume window'Xan Lopez2012-12-101-76/+12
* Fix a couple of compiler warnings spotted by the latest gnome-common flagsXan Lopez2012-12-011-1/+1
* Use gtk_application_get_active_window instead of rolling our ownXan Lopez2012-11-261-1/+1
* Remove extensions supportXan Lopez2012-10-081-1/+0
* Move windows handling code from EphySession to EphyShellCarlos Garcia Campos2012-10-081-208/+47
* Make sure windows are properly closed when quitting from the shell menuCarlos Garcia Campos2012-09-271-0/+37
* ephy-session: fix xmlChar* leakPavel Vasin2012-09-171-0/+3
* Focus windows when opening new links in tabsXan Lopez2012-09-131-1/+2
* ephy-session: respect 'new-windows-in-tabs' setting when opening linksXan Lopez2012-09-121-1/+6
* ephy-session: do not restore tool windowsXan Lopez2012-09-021-122/+5
* ephy-session: don't check loading status for the overview pageClaudio Saavedra2012-09-011-1/+2
* ephy-session: remove some now useless headersXan Lopez2012-08-311-3/+0
* ephy-session: use ephy_string_to_int instead of reimplementing itXan Lopez2012-08-311-30/+8
* ephy-session: another micro-fixXan Lopez2012-08-301-1/+1
* ephy-session: remove redundant string comparisonClaudio Saavedra2012-08-291-2/+1
* ephy-session: remove some unneeded declarations, reorder headersXan Lopez2012-08-041-4/+1
* ephy-session: spawn the default window if the session state file is brokenXan Lopez2012-08-011-0/+6
* embed: Move about handlers to a new fileCarlos Garcia Campos2012-06-261-1/+1
* Port web view loading progress and feedback to WebKit2Carlos Garcia Campos2012-06-241-3/+13
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+20
* Add a new mode for shell testing, EPHY_EMBED_SHELL_MODE_TESTXan Lopez2012-06-141-3/+6
* ephy-session: add a method to load a session from a stringXan Lopez2012-06-141-20/+72
* ephy-session: fix memory leak in write_tab()Pavel Vasin2012-06-121-2/+4
* ephy-session: simplify code to handle session resumeXan Lopez2012-05-281-5/+6
* ephy-session: format comments a bit betterXan Lopez2012-05-281-11/+8
* ephy-session: missing space before '('Xan Lopez2012-05-281-1/+1
* ephy-session: remove a couple of redundant includesXan Lopez2012-05-281-2/+0
* Add a setting to control whether the session is automatically restoredXan Lopez2012-04-121-51/+21
* ephy-session: remove unused variableXan Lopez2012-04-121-2/+0
* ephy-session: use g_slice_new for SessionCommand structureXan Lopez2012-03-301-3/+2
* ephy-session: remove unused variableXan Lopez2012-03-291-1/+0
* ephy-session: rename session_crashed.xml to session_state.xmlXan Lopez2012-03-291-13/+13
* ephy-session: it's not really possible to close while restoring anymoreXan Lopez2012-03-291-11/+0
* ephy-session: always auto-resume session on crashXan Lopez2012-03-291-178/+7
* ephy-session: fix gtk-doc syntaxXan Lopez2012-03-291-1/+1
* Rip out the EggSMClient codeXan Lopez2012-03-281-242/+0
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-271-2/+0
* Add mnemonics for password/recovery infobarsJiro Matsuzawa2012-01-061-2/+2
* ephy-session: use GTK's method to get the content areaXan Lopez2012-01-011-1/+1
* ephy-session: do not store "ephy-about" URIsXan Lopez2011-12-151-0/+7
* ephy-session: reorder includesXan Lopez2011-12-151-7/+4
* Use line-wrap in GtkInfoBar labelsDiego Escalante Urrelo2011-08-131-0/+1
* Don't use g_list_length() to check for empty listsClaudio Saavedra2011-07-231-1/+1
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-301-4/+4
* Silent a warningClaudio Saavedra2011-06-281-1/+1
* Mark string parameters in ephy_session_queue_command() as constClaudio Saavedra2011-06-271-1/+1
* Implement GtkApplication based activation and uniquenessClaudio Saavedra2011-06-241-0/+6
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-1/+1
* Fix warning in ephy-session.c.Gustavo Noronha Silva2011-03-121-1/+1
* Open requested URI in new tab when a crashed session existsGustavo Noronha Silva2011-03-121-9/+23
* Unset resume_window when the session has been resumedGustavo Noronha Silva2011-03-121-0/+1
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-17/+4
* ephy-web-view: use custom error pagesDiego Escalante Urrelo2010-12-111-74/+7
* ephy-session: plug memory leaksXan Lopez2010-10-101-0/+3
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-3/+7
* ephy-session: fix thinko when restoring a multiple-window sessionXan Lopez2010-05-041-7/+9
* ephy-session: use an infobar to inform the user about session restorationXan Lopez2010-05-031-93/+195
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-6/+6
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-2/+4
* ephy-session.c: fix opening an empty new epiphany window from command lineXan Lopez2009-09-041-3/+4
* ephy-session.c: save session more often to avoid data lossJulian de Navascues2009-08-261-1/+7
* Rename ephy_web_view_get_load_status to ephy_web_view_is_loadingXan Lopez2009-08-251-2/+2
* ephy-session.c: whitespace fixesXan Lopez2009-08-251-56/+56
* ephy-session.c: ask users before recovering page that was loading when sessio...Julian de Navascues2009-08-241-4/+100
* Remove ephy-glib-compat.h, since we depend on a newer glib nowXan Lopez2009-08-121-1/+0
* ephy-session.c: sort headersXan Lopez2009-08-121-11/+10
* ephy-session: move header from .h to .cXan Lopez2009-08-121-0/+1
* Comments "about:recover" functionalityJulian de Navascues2009-07-291-28/+8
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-9/+11
* Fix missing HTTP information when opening links in new tabsGustavo Noronha Silva2009-05-301-2/+5
* ephy-session: plug memory leak.Xan Lopez2009-01-301-2/+4
* Sync comment parameters with actual parametersDiego Escalante Urrelo2008-09-291-2/+2
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-84/+77
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-9/+1
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-44/+5
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-35/+44
* Open externally opened link in current tab if it is blank.Cosimo Cecchi2008-01-111-0/+4
* Do not change session saving format ;)Xan Lopez2007-11-171-2/+2
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-2/+2
* And port all the callers in src/Xan Lopez2007-11-161-6/+10
* Use load-status instead of net-stop in EphySession.Xan Lopez2007-11-131-23/+30
* Adds a NULL check to avoid passing illegal values to strtol in ephy-session.Cosimo Cecchi2007-11-071-0/+2
* Remove EphyTabChristian Persch2007-10-281-20/+19
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-1/+1
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Adds a check for NULL pointer in ephy-session.c, fixing wrong behaviour whenCosimo Cecchi2007-10-241-9/+13
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-1/+1
* Make session recovery focus work properly and remember the active tab.Cosimo Cecchi2007-09-131-1/+35
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-1/+2
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-2/+3
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* Make the crash recovery dialog appear on the taskbar. Fixes bug #345010.Wouter Bolsterlee2006-06-161-0/+1
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-14/+18
* Update timestamp on resume dialogue when queuing a new command.Christian Persch2006-03-061-0/+6
* Reqeust interaction with the client when there are unfinished downloads.Christian Persch2006-02-121-6/+0
* On session logout, check if there are downloads pending (since they're notChristian Persch2006-02-031-1/+206
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-021-104/+518
* Add a convenience function to get current event data.Christian Persch2006-01-301-1/+1
* Always center dialog on screen. Bug #324896.Christian Neumair2005-12-241-0/+1
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-111-2/+0
* More static strings.Christian Persch2005-11-081-1/+1
* A embed/mozilla/EphyRedirectChannel.cpp: AChristian Persch2005-10-131-18/+82
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-021-6/+3
* Make ephy_session_get_active_window work as intended.Christian Persch2005-07-301-3/+7
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-241-5/+10
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-23/+41
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-1/+3
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-181-6/+8
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-2/+2
* don't activate startup notification with the "previous session hasCarlos Garnacho Parro2005-02-231-0/+2
* Fix #130990 "Mixing up workspaces of windows when restoring session".Xan Lopez2005-02-181-2/+34
* Define variants with startup ID.Christian Persch2005-02-021-8/+27
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-12/+12
* Prefix structs with _.Christian Persch2005-01-091-1/+1
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-1/+0
* Don't offer to resume if there are open windows. Fixes bug #160345.Christian Persch2004-12-031-1/+1
* Don't save session_crashed.xml while shutting down.Christian Persch2004-11-141-4/+6
* Keep a ref on EphyShell in ephy_session_close(). Otherwise we get a crashChristian Persch2004-11-121-0/+7
* Better wording for the crash recovery dialogue. Thanks to Spark for this.Christian Persch2004-11-081-2/+3
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Fix restoring window size on crash recovery by moving the setting of theChristian Persch2004-10-311-23/+56
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-5/+0
* Revert last change, it's a warning after all.Christian Persch2004-10-271-1/+1
* Make the crash revovery dialogue GTK_MESSAGE_QUESTION instead of _WARNING.Christian Persch2004-10-271-1/+1
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-271-53/+23
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-2/+2
* Fix restoring the history window on resume.Christian Persch2004-08-061-10/+10
* Avoid overwriting the session file while resuming; preserves the crashedChristian Persch2004-08-061-3/+21
* Make ephy_session_get_windows() return only the list of EphyWindows, andChristian Persch2004-08-061-48/+55
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-311-29/+29
* Track the active window.Christian Persch2004-04-061-0/+66
* Never show two resume dialogs, just re-present the old one.Marco Pesenti Gritti2004-03-021-2/+15
* Fix order of the windows, they was reversed before.Marco Pesenti Gritti2004-02-291-2/+2
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-4/+4
* s/EphyExtensionClass/EphyExtensionIface/gChristian Persch2004-02-171-2/+2
* 2004-02-12 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-02-131-0/+6
* Make warning message selectable per hig.Piers Cornwell2004-02-051-0/+2
* Fix mem leaks.Christian Persch2004-01-251-0/+3
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-101-5/+8
* Added disable_bookmark_editing key.Chris Lahey2004-01-101-1/+6
* hrm misplaced free in last commitMarco Pesenti Gritti2003-11-211-1/+1
* Make xml saving low disk safe.Marco Pesenti Gritti2003-11-211-2/+12
* Move gnome session code in the shell.Marco Pesenti Gritti2003-11-171-80/+0
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-5/+0
* New extensions API.Christian Persch2003-11-111-0/+837