| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that the tab's address is always correct (isn't the typed address | Christian Persch | 2005-08-02 | 1 | -6/+3 |
* | Make ephy_session_get_active_window work as intended. | Christian Persch | 2005-07-30 | 1 | -3/+7 |
* | Set title of loading page to the address, iff the page was blank before. | Christian Persch | 2005-07-24 | 1 | -5/+10 |
* | Better fix for bug #151037 to make session shutdown work again. Also fix | Christian Persch | 2005-07-04 | 1 | -23/+41 |
* | EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). | Jean-François Rameau | 2005-07-04 | 1 | -1/+3 |
* | Rework popup windows. Introduce "is-popup" property on EphyWindow to | Christian Persch | 2005-04-18 | 1 | -6/+8 |
* | Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfs | Christian Persch | 2005-02-27 | 1 | -2/+2 |
* | don't activate startup notification with the "previous session has | Carlos Garnacho Parro | 2005-02-23 | 1 | -0/+2 |
* | Fix #130990 "Mixing up workspaces of windows when restoring session". | Xan Lopez | 2005-02-18 | 1 | -2/+34 |
* | Define variants with startup ID. | Christian Persch | 2005-02-02 | 1 | -8/+27 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -12/+12 |
* | Prefix structs with _. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessary | Christian Persch | 2004-12-14 | 1 | -1/+0 |
* | Don't offer to resume if there are open windows. Fixes bug #160345. | Christian Persch | 2004-12-03 | 1 | -1/+1 |
* | Don't save session_crashed.xml while shutting down. | Christian Persch | 2004-11-14 | 1 | -4/+6 |
* | Keep a ref on EphyShell in ephy_session_close(). Otherwise we get a crash | Christian Persch | 2004-11-12 | 1 | -0/+7 |
* | Better wording for the crash recovery dialogue. Thanks to Spark for this. | Christian Persch | 2004-11-08 | 1 | -2/+3 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Fix restoring window size on crash recovery by moving the setting of the | Christian Persch | 2004-10-31 | 1 | -23/+56 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 1 | -5/+0 |
* | Revert last change, it's a warning after all. | Christian Persch | 2004-10-27 | 1 | -1/+1 |
* | Make the crash revovery dialogue GTK_MESSAGE_QUESTION instead of _WARNING. | Christian Persch | 2004-10-27 | 1 | -1/+1 |
* | Use new gtk+ HIG message dialogue API. Fixes bug #130232. | Christian Persch | 2004-10-27 | 1 | -53/+23 |
* | Chain up to parent's dispose handler. | Christian Persch | 2004-10-24 | 1 | -0/+2 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -1/+1 |
* | Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning | Christian Persch | 2004-08-06 | 1 | -2/+2 |
* | Fix restoring the history window on resume. | Christian Persch | 2004-08-06 | 1 | -10/+10 |
* | Avoid overwriting the session file while resuming; preserves the crashed | Christian Persch | 2004-08-06 | 1 | -3/+21 |
* | Make ephy_session_get_windows() return only the list of EphyWindows, and | Christian Persch | 2004-08-06 | 1 | -48/+55 |
* | Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide. | Christian Persch | 2004-07-31 | 1 | -29/+29 |
* | Track the active window. | Christian Persch | 2004-04-06 | 1 | -0/+66 |
* | Never show two resume dialogs, just re-present the old one. | Marco Pesenti Gritti | 2004-03-02 | 1 | -2/+15 |
* | Fix order of the windows, they was reversed before. | Marco Pesenti Gritti | 2004-02-29 | 1 | -2/+2 |
* | Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child. | Christian Persch | 2004-02-25 | 1 | -4/+4 |
* | s/EphyExtensionClass/EphyExtensionIface/g | Christian Persch | 2004-02-17 | 1 | -2/+2 |
* | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-02-13 | 1 | -0/+6 |
* | Make warning message selectable per hig. | Piers Cornwell | 2004-02-05 | 1 | -0/+2 |
* | Fix mem leaks. | Christian Persch | 2004-01-25 | 1 | -0/+3 |
* | Added disable_arbitrary_url, disable_toolbar_editing, and disable_history | Christopher James Lahey | 2004-01-10 | 1 | -5/+8 |
* | Added disable_bookmark_editing key. | Chris Lahey | 2004-01-10 | 1 | -1/+6 |
* | hrm misplaced free in last commit | Marco Pesenti Gritti | 2003-11-21 | 1 | -1/+1 |
* | Make xml saving low disk safe. | Marco Pesenti Gritti | 2003-11-21 | 1 | -2/+12 |
* | Move gnome session code in the shell. | Marco Pesenti Gritti | 2003-11-17 | 1 | -80/+0 |
* | Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler and | Marco Pesenti Gritti | 2003-11-11 | 1 | -5/+0 |
* | New extensions API. | Christian Persch | 2003-11-11 | 1 | -0/+837 |