aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
Commit message (Expand)AuthorAgeFilesLines
* Add spelling suggestion to the context menu in WebKit2Carlos Garcia Campos2013-03-171-3/+1
* popup-commands: Postpone the creation of the download object until destinatio...Carlos Garcia Campos2013-02-181-11/+25
* e-window: add a smarter CopyEmailAddress actionDiego Escalante Urrelo2013-01-051-0/+4
* ephy-download: Make EphyDownload:window a construct only propertyCarlos Garcia Campos2013-01-041-5/+3
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-3/+6
* Port context menu to WebKit2Carlos Garcia Campos2012-10-111-4/+22
* popup-commands: don't cancel a download that hasn't even been startedClaudio Saavedra2012-08-021-4/+0
* e-file-chooser: remove persist-keyDiego Escalante Urrelo2012-08-011-1/+0
* popup-commands: use EPHY_DOWNLOAD_ACTION_DO_NOTHINGDiego Escalante Urrelo2012-06-231-0/+1
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+16
* popup-commands: use g_get_user_special_dir APIDiego Escalante Urrelo2012-06-151-1/+1
* popup-commands: committed this by mistakeXan Lopez2012-05-251-1/+0
* configure.ac: require GTK+ 3.5.2 for OSD style classXan Lopez2012-05-251-0/+1
* Prevent use of unitialized memoryLubomír Sedlář2012-05-211-1/+1
* Fix bookmarklet's titles when they are createdXan Lopez2012-03-161-31/+37
* Remove the "Open Frame" functionalityXan Lopez2012-01-231-17/+0
* Remove mailto: specific menusXan Lopez2012-01-221-9/+0
* More private method cleanupsXan Lopez2012-01-201-6/+7
* Use EphyFileChooser filters usefullyDiego Escalante Urrelo2011-09-051-1/+1
* popup-commands: make 'Use picture as background' work againXan Lopez2011-06-251-22/+7
* Add suggestions to correct misspellings to the context menuXan Lopez2011-06-091-0/+27
* Only unset the value after we are done with the string for 'Save Link As...'Gustavo Noronha Silva2011-04-181-1/+2
* popup-commands: also group tabs opened through the context menuXan Lopez2011-04-171-1/+2
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-84/+76
* popup-commands: use the image name on Open imageDiego Escalante Urrelo2010-10-251-13/+16
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-1/+1
* popup-commands: remove unneeded includeXan Lopez2010-06-271-1/+0
* Send 'Referer' on headers sent for context menu HTTP downloadsMario Sanchez Prada2010-04-171-0/+1
* Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBEDDiego Escalante Urrelo2010-02-021-2/+2
* popup-commands: missing unrefDiego Escalante Urrelo2010-01-301-0/+1
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-1/+1
* Provide the Inspect Element menu item againGustavo Noronha Silva2009-10-301-0/+21
* Bring back epiphany context menuXan Lopez2009-09-201-48/+67
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-4/+3
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-1/+1
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-4/+4
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-2/+1
* Adapt to gio API changeChristian Persch2008-02-261-1/+1
* Better fix for bug #511759.Cosimo Cecchi2008-01-251-2/+7
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-18/+23
* And port all the callers in src/Xan Lopez2007-11-161-7/+13
* Remove EphyTabChristian Persch2007-10-281-11/+11
* Remove FIXMEChristian Persch2007-07-161-1/+0
* Load the appearance capplet. Doesn't seem to work yet, see bug #456337.Christian Persch2007-07-151-9/+14
* Avoid opening nautilus if downloads are done to Desktop. This re-fixes bugDiego Escalante Urrelo2007-04-251-19/+3
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Avoid opening a nautilus window when downloads are finished if theDiego Escalante Urrelo2007-01-181-2/+20
* Opens images in a new browser window if EOG is not found. Bug #167595.Diego Escalante Urrelo2007-01-091-9/+21
* Check the result of ephy_file_launch_desktop_file () so if it fails we tryDiego Escalante Urrelo2007-01-091-1/+7
* Version 2.17.3.Christian Persch2006-12-051-0/+1
* Remove unused type variable.Wouter Bolsterlee2006-10-181-1/+0
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-151-0/+21
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-101-9/+1
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-041-1/+1
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-281-1/+1
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-181-14/+14
* Fix number of /'s in URI.Christian Persch2006-01-171-1/+2
* src/Makefile.amPeter Harvey2006-01-171-13/+5
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-271-8/+0
* Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cacheChristian Persch2005-08-181-5/+6
* Add public function ephy_window_get_context_event() to get theChristian Persch2005-08-041-42/+39
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-191-2/+0
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-51/+21
* Open the GNOME background properties capplet when setting the backgroundChristian Persch2005-01-061-1/+10
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-5/+5
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-1/+1
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-011-6/+14
* Make "Open Image" open the image in the default application. Fixes bugChristian Persch2004-12-311-3/+109
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Remove some unused code. Patch by Crispin Flowerday.Christian Persch2004-09-261-6/+0
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-2/+2
* Fix "Save Link As" filechooser title, and change capitalisation on theChristian Persch2004-07-251-2/+2
* Simplify context menu wrt. frames. Fixes bug #138442.Christian Persch2004-05-141-44/+0
* Remove Open Image in New Tab and New Window from the context menu.Christian Persch2004-03-301-40/+0
* Unescape filenames whenever possible.Xan Lopez2004-02-251-1/+1
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-2/+4
* Sometimes reading gnomedesktop flames is useful:Marco Pesenti Gritti2004-01-241-1/+1
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-161-2/+5
* Add "Download Link As" to the link context menu.Xan Lopez2004-01-101-0/+7
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-2/+7
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-3/+3
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-031-1/+1
* Implement smart selection in the downloader view.Xan Lopez2003-10-291-4/+2
* Port to new gtk+ file chooser.Christian Persch2003-10-261-18/+22
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-171-11/+4
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-1/+1
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-0/+1
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-17/+17
* Use link text as bookmark title when no title is specified.Marco Pesenti Gritti2003-08-051-4/+12
* UpdateMarco Pesenti Gritti2003-07-141-7/+9
* Fix add bookmark from linkMarco Pesenti Gritti2003-06-231-1/+1
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-201-2/+2
* Get rid of get/set _event, reformat the header.Marco Pesenti Gritti2003-06-201-5/+1
* Unify the "Copy Email Address" and "Copy Link Address" context menuChristian Persch2003-06-181-29/+18
* Sigh. Fix some more mem leaks.Christian Persch2003-06-131-0/+2
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-3/+2
* Actually add the ask for dest pref, it was using the wrong key.Marco Pesenti Gritti2003-06-051-1/+1
* Cleanup new tab logic, and ever use window for new instances.Marco Pesenti Gritti2003-05-211-0/+6
* Get rid of the unneeded convenience callback since no one is try to makeDavid Bordoley2003-05-131-3/+0
* Don't allow to have more than one bookmark with the same URL^H^H^Haddress,Xan Lopez2003-05-131-10/+14
* Hookup to the response signal instead of using gtk_dialog_run. Prevents usDavid Bordoley2003-04-261-2/+4
* Update.Marco Pesenti Gritti2003-04-091-1/+2
* Just show the new bookmark dialog, don't go modal.David Bordoley2003-04-061-2/+1
* Fix leak and a double freeChristian Persch2003-03-151-0/+2
* Dont have a separate context menu for copy, just put it inside theMarco Pesenti Gritti2003-02-201-15/+0
* data/ui/epiphany-toolbar.xml.in data/ui/epiphany-ui.xml.inDave Bordoley2003-02-161-3/+3
* data/ui/epiphany-ui.xml.in Added some separators. Changed "bookmark" verbsDave Bordoley2003-02-141-4/+4
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-301-1/+2
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-60/+304
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-201-8/+8
* *** empty log message ***Marco Pesenti Gritti2003-01-021-2/+2
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+222