| Commit message (Expand) | Author | Age | Files | Lines |
* | Send 'Referer' on headers sent for context menu HTTP downloads | Mario Sanchez Prada | 2010-04-17 | 1 | -0/+1 |
* | Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED | Diego Escalante Urrelo | 2010-02-02 | 1 | -2/+2 |
* | popup-commands: missing unref | Diego Escalante Urrelo | 2010-01-30 | 1 | -0/+1 |
* | Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindow | Gustavo Noronha Silva | 2009-12-17 | 1 | -1/+1 |
* | Provide the Inspect Element menu item again | Gustavo Noronha Silva | 2009-10-30 | 1 | -0/+21 |
* | Bring back epiphany context menu | Xan Lopez | 2009-09-20 | 1 | -48/+67 |
* | Get rid of EphyEmbedFactory. | Xan Lopez | 2009-06-06 | 1 | -4/+3 |
* | Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ... | Xan Lopez | 2009-06-05 | 1 | -1/+1 |
* | Move load_url method to EphyWebView. | Xan Lopez | 2009-06-03 | 1 | -4/+4 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Do not do single includes for GTK+, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 1 | -2/+1 |
* | Adapt to gio API change | Christian Persch | 2008-02-26 | 1 | -1/+1 |
* | Better fix for bug #511759. | Cosimo Cecchi | 2008-01-25 | 1 | -2/+7 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -18/+23 |
* | And port all the callers in src/ | Xan Lopez | 2007-11-16 | 1 | -7/+13 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 1 | -11/+11 |
* | Remove FIXME | Christian Persch | 2007-07-16 | 1 | -1/+0 |
* | Load the appearance capplet. Doesn't seem to work yet, see bug #456337. | Christian Persch | 2007-07-15 | 1 | -9/+14 |
* | Avoid opening nautilus if downloads are done to Desktop. This re-fixes bug | Diego Escalante Urrelo | 2007-04-25 | 1 | -19/+3 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Avoid opening a nautilus window when downloads are finished if the | Diego Escalante Urrelo | 2007-01-18 | 1 | -2/+20 |
* | Opens images in a new browser window if EOG is not found. Bug #167595. | Diego Escalante Urrelo | 2007-01-09 | 1 | -9/+21 |
* | Check the result of ephy_file_launch_desktop_file () so if it fails we try | Diego Escalante Urrelo | 2007-01-09 | 1 | -1/+7 |
* | Version 2.17.3. | Christian Persch | 2006-12-05 | 1 | -0/+1 |
* | Remove unused type variable. | Wouter Bolsterlee | 2006-10-18 | 1 | -1/+0 |
* | Automatically open a Nautilus window after downloading has finished. Fixes | Wouter Bolsterlee | 2006-10-15 | 1 | -0/+21 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -1/+1 |
* | ephy_file_launch_desktop_file accepts now a parameter. Fix #343321. | Jean-François Rameau | 2006-08-10 | 1 | -9/+1 |
* | src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.c | Peter Harvey | 2006-02-04 | 1 | -1/+1 |
* | src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.c | Peter Harvey | 2006-01-28 | 1 | -1/+1 |
* | Change the 'ephy_embed_event_get_property' function return a GValue* | Crispin Flowerday | 2006-01-18 | 1 | -14/+14 |
* | Fix number of /'s in URI. | Christian Persch | 2006-01-17 | 1 | -1/+2 |
* | src/Makefile.am | Peter Harvey | 2006-01-17 | 1 | -13/+5 |
* | Unify background image and image code (contex menu, conext event). Fix bug | Jean-François Rameau | 2005-09-27 | 1 | -8/+0 |
* | Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cache | Christian Persch | 2005-08-18 | 1 | -5/+6 |
* | Add public function ephy_window_get_context_event() to get the | Christian Persch | 2005-08-04 | 1 | -42/+39 |
* | A src/ephy-action-helper.c: A src/ephy-action-helper.h: A | Christian Persch | 2005-04-19 | 1 | -2/+0 |
* | Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfs | Christian Persch | 2005-02-27 | 1 | -51/+21 |
* | Open the GNOME background properties capplet when setting the background | Christian Persch | 2005-01-06 | 1 | -1/+10 |
* | Consistently start enum names with EPHY_*. | Crispin Flowerday | 2005-01-06 | 1 | -5/+5 |
* | Ensure that flags and enums start with 'Ephy' | Crispin Flowerday | 2005-01-04 | 1 | -1/+1 |
* | Move mime permission checks to ephy-file-helpers. | Christian Persch | 2005-01-01 | 1 | -6/+14 |
* | Make "Open Image" open the image in the default application. Fixes bug | Christian Persch | 2004-12-31 | 1 | -3/+109 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Remove some unused code. Patch by Crispin Flowerday. | Christian Persch | 2004-09-26 | 1 | -6/+0 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -2/+2 |
* | Fix "Save Link As" filechooser title, and change capitalisation on the | Christian Persch | 2004-07-25 | 1 | -2/+2 |
* | Simplify context menu wrt. frames. Fixes bug #138442. | Christian Persch | 2004-05-14 | 1 | -44/+0 |
* | Remove Open Image in New Tab and New Window from the context menu. | Christian Persch | 2004-03-30 | 1 | -40/+0 |
* | Unescape filenames whenever possible. | Xan Lopez | 2004-02-25 | 1 | -1/+1 |
* | Fix numerous places where we weren't properly converting between UTF-8 and | Christian Persch | 2004-02-13 | 1 | -2/+4 |
* | Sometimes reading gnomedesktop flames is useful: | Marco Pesenti Gritti | 2004-01-24 | 1 | -1/+1 |
* | Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. Port | Christian Persch | 2004-01-16 | 1 | -2/+5 |
* | Add "Download Link As" to the link context menu. | Xan Lopez | 2004-01-10 | 1 | -0/+7 |
* | Add a factory to create embed objects and use it. Deal with dependency of | Marco Pesenti Gritti | 2003-11-22 | 1 | -2/+7 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Get rid of gresult type. Use return values instead of out-parameters | Christian Persch | 2003-11-05 | 1 | -3/+3 |
* | Remove the "show_details in downloader" schema. | Xan Lopez | 2003-11-03 | 1 | -1/+1 |
* | Implement smart selection in the downloader view. | Xan Lopez | 2003-10-29 | 1 | -4/+2 |
* | Port to new gtk+ file chooser. | Christian Persch | 2003-10-26 | 1 | -18/+22 |
* | Merge new-downloader branch. We reworked the backend, the user | Marco Pesenti Gritti | 2003-10-17 | 1 | -11/+4 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -1/+1 |
* | Complete gtk 2.3 port. It doesnt run here but it could be my env. | Marco Pesenti Gritti | 2003-08-30 | 1 | -0/+1 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-30 | 1 | -17/+17 |
* | Use link text as bookmark title when no title is specified. | Marco Pesenti Gritti | 2003-08-05 | 1 | -4/+12 |
* | Update | Marco Pesenti Gritti | 2003-07-14 | 1 | -7/+9 |
* | Fix add bookmark from link | Marco Pesenti Gritti | 2003-06-23 | 1 | -1/+1 |
* | Rewrite the url typed by user overwrite logic to fix bugs. | Marco Pesenti Gritti | 2003-06-20 | 1 | -2/+2 |
* | Get rid of get/set _event, reformat the header. | Marco Pesenti Gritti | 2003-06-20 | 1 | -5/+1 |
* | Unify the "Copy Email Address" and "Copy Link Address" context menu | Christian Persch | 2003-06-18 | 1 | -29/+18 |
* | Sigh. Fix some more mem leaks. | Christian Persch | 2003-06-13 | 1 | -0/+2 |
* | Get rid of starthere: and default to google, as discussed with Seth. Add a | Marco Pesenti Gritti | 2003-06-09 | 1 | -3/+2 |
* | Actually add the ask for dest pref, it was using the wrong key. | Marco Pesenti Gritti | 2003-06-05 | 1 | -1/+1 |
* | Cleanup new tab logic, and ever use window for new instances. | Marco Pesenti Gritti | 2003-05-21 | 1 | -0/+6 |
* | Get rid of the unneeded convenience callback since no one is try to make | David Bordoley | 2003-05-13 | 1 | -3/+0 |
* | Don't allow to have more than one bookmark with the same URL^H^H^Haddress, | Xan Lopez | 2003-05-13 | 1 | -10/+14 |
* | Hookup to the response signal instead of using gtk_dialog_run. Prevents us | David Bordoley | 2003-04-26 | 1 | -2/+4 |
* | Update. | Marco Pesenti Gritti | 2003-04-09 | 1 | -1/+2 |
* | Just show the new bookmark dialog, don't go modal. | David Bordoley | 2003-04-06 | 1 | -2/+1 |
* | Fix leak and a double free | Christian Persch | 2003-03-15 | 1 | -0/+2 |
* | Dont have a separate context menu for copy, just put it inside the | Marco Pesenti Gritti | 2003-02-20 | 1 | -15/+0 |
* | data/ui/epiphany-toolbar.xml.in data/ui/epiphany-ui.xml.in | Dave Bordoley | 2003-02-16 | 1 | -3/+3 |
* | data/ui/epiphany-ui.xml.in Added some separators. Changed "bookmark" verbs | Dave Bordoley | 2003-02-14 | 1 | -4/+4 |
* | Allow to drag also normal urls in the toolbars. Commit some fixes I did to | Marco Pesenti Gritti | 2003-01-30 | 1 | -1/+2 |
* | Merge eog-menu-api branch | Marco Pesenti Gritti | 2003-01-21 | 1 | -60/+304 |
* | Port several leaks fixes from galeon. | Marco Pesenti Gritti | 2003-01-20 | 1 | -8/+8 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-02 | 1 | -2/+2 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+222 |