aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.c
Commit message (Expand)AuthorAgeFilesLines
* Don't offer to resume if there are open windows. Fixes bug #160345.Christian Persch2004-12-041-1/+1
* Keep a ref on EphyShell in ephy_session_close(). Otherwise we get a crashChristian Persch2004-11-121-0/+7
* Removing debug spewChristian Persch2004-11-011-1/+1
* Fix restoring window size on crash recovery by moving the setting of theChristian Persch2004-10-311-23/+56
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* 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