aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.c
Commit message (Expand)AuthorAgeFilesLines
* 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