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