| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |