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