aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
Commit message (Expand)AuthorAgeFilesLines
* Archive creating can be cancelledTing-Wei Lan2013-09-151-0/+15
* Get rid of EphyEmbedSingleXan Lopez2013-03-241-1/+0
* Remove dummy work offline codeXan Lopez2013-03-241-15/+0
* window-commands: do not show favicon.ico downloads in the UIXan Lopez2013-03-141-0/+6
* Implement get best web app icon in WebKit2Manuel Rego Casasnovas2013-03-061-33/+77
* window-commands: fix WebKit2 build after 8a00f5c726c9Xan Lopez2013-03-021-0/+1
* Move code to get application icon from DOM to ephy-dom-utilsManuel Rego Casasnovas2013-03-021-3/+30
* Fallback to favicon instead of page snapshotWilliam Jon McCann2013-03-021-14/+29
* Implement get web app title in WebKit2Manuel Rego Casasnovas2013-03-021-12/+53
* Move code to get application title from DOM to ephy-dom-utilsManuel Rego Casasnovas2013-03-021-24/+3
* support notification filteringNuno Araujo2013-02-141-0/+1
* window-commands: update copyright yearXan Lopez2013-02-111-1/+1
* ephy-shell: add application menu item for reopening closed tabsClaudio Saavedra2013-02-081-0/+7
* Implement embedded view source mode in WebKit2Carlos Garcia Campos2013-01-041-6/+3
* ephy-state: rename to 'ephy-initial-state'Xan Lopez2012-12-161-1/+0
* Update the save web app dialog to be more like the mockupWilliam Jon McCann2012-12-131-5/+44
* Use better icons for webappsWilliam Jon McCann2012-12-131-32/+164
* Use better application names for web appsWilliam Jon McCann2012-12-131-1/+89
* First iteration for 'Incognito mode'Xan Lopez2012-12-121-0/+9
* Remove UUID hacks to prevent self-launchXan Lopez2012-12-121-4/+1
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-7/+9
* e-embed-shell: remove the embed_shell globalDiego Escalante Urrelo2012-12-111-1/+1
* Move windows handling code from EphySession to EphyShellCarlos Garcia Campos2012-10-081-1/+1
* Merge the app menu into the gear menu when we are not in the ShellXan Lopez2012-10-071-0/+63
* Use ephy_sanitize_filename() for filenames suggested by the serverCarlos Garcia Campos2012-09-101-1/+1
* window-commands: Get the suggested filename from the response in WebKit2 tooCarlos Garcia Campos2012-08-231-1/+1
* Port save as to WebKit2Carlos Garcia Campos2012-08-171-1/+5
* window-commands: fix WebKit2 buildXan Lopez2012-08-021-2/+2
* window-commands: fallback correctly when Content-Disposition is not availableXan Lopez2012-08-021-2/+15
* window-commands: suggest the right name in 'Save As'Xan Lopez2012-08-021-3/+2
* e-file-chooser: remove persist-keyDiego Escalante Urrelo2012-08-011-2/+0
* window-commands: update About dialog taglineDiego Escalante Urrelo2012-07-311-2/+2
* window-commands: Port WebKit version information in about dialog to WebKit2Carlos Garcia Campos2012-07-091-1/+5
* window-commands: initialize string variables to NULLXan Lopez2012-06-281-1/+1
* Port downloads to WebKit2Carlos Garcia Campos2012-06-271-4/+37
* Port resources to WebKit2Carlos Garcia Campos2012-06-271-12/+54
* Port editing commands to WebKit2Carlos Garcia Campos2012-06-251-6/+6
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-4/+62
* Fix memory leakCarlos Garcia Campos2012-06-151-3/+4
* windows-commands: remove dead codeClaudio Saavedra2012-06-141-15/+0
* window-commands: switch pages using the EphyNotebook APIXan Lopez2012-04-161-8/+6
* e-web-app-utils: add ephy_web_application_existsAlexandre Mazari2012-03-311-8/+1
* window-commands: get app name only onceAlexandre Mazari2012-03-311-7/+8
* Fix compilation warningClaudio Saavedra2012-03-291-1/+1
* ephy-web-app-utils: do not use the webview in the web app creation methodAlexandre Mazari2012-03-291-1/+1
* The security certificate code is a no-op, remove itXan Lopez2012-03-151-13/+0
* window-commands: forcing offline mode has been a no-op for a whileXan Lopez2012-03-141-0/+3
* Enable keyboard accelerator for the create buttonJiro Matsuzawa2012-03-051-1/+1
* Convert app names to the proper encoding before using them as filenamesClaudio Saavedra2012-02-081-0/+2
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-271-2/+1
* ephy-window: make ephy_window_get_find_toolbar privateXan Lopez2012-01-211-0/+1
* Remove Print Setup item from the super menu and embed it into print dialogCarlos Garcia Campos2012-01-181-25/+0
* Remove Print Preview item from the super menuXan Lopez2012-01-181-13/+0
* window-commands: update copyright yearXan Lopez2012-01-151-1/+1
* Make the visible name of the application 'Web'Xan Lopez2012-01-141-4/+4
* Use the new Shell global menu for global actionsXan Lopez2012-01-141-66/+1
* window-commands: reorder includesXan Lopez2011-12-151-21/+21
* Remove ephy_window_get_toolbarXan Lopez2011-12-141-3/+0
* Remove custom EphyToolbar in favor of a vanilla GtkToolbarXan Lopez2011-12-141-4/+1
* Remove last traces of dummy certificate managerXan Lopez2011-12-051-8/+0
* Remove toolbar editorXan Lopez2011-12-031-8/+0
* Show Webkit versionJuan A. Suarez Romero2011-11-021-1/+4
* Display a notification if the web application saving failsClaudio Saavedra2011-09-061-9/+13
* Ask the user for confirmation before overwriting web applicationsClaudio Saavedra2011-09-061-35/+87
* Use EphyFileChooser filters usefullyDiego Escalante Urrelo2011-09-051-1/+1
* ephy-web-app-utils: move the web app creation code hereXan Lopez2011-09-041-3/+4
* window-commands: make 'Enter' activate the default responseXan Lopez2011-08-301-0/+1
* Show a notification when the newly created web-app is ready to be usedXan Lopez2011-08-291-2/+33
* Add basic support for Web ApplicationsXan Lopez2011-08-291-0/+191
* window-commands: make get_suggested_title a separate functionXan Lopez2011-07-051-21/+29
* Respect gtk-keynav-wrap-around in the global change-page handlerXan Lopez2011-06-281-16/+4
* Add a preference to force internal view-sourceDiego Escalante Urrelo2011-04-191-13/+31
* Update copyright for 2011.Xan Lopez2011-04-051-1/+1
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-1/+0
* The Soviet government has fallen!Xan Lopez2010-12-211-4/+4
* window-commands: hackfest mooded epiphanyDiego Escalante Urrelo2010-12-061-4/+4
* window-commands: fix GtkAboutDialog property nameDiego Escalante Urrelo2010-12-061-1/+1
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-5/+7
* Defaults to ALL FILES on save_as dialogsJorge Kalmbach2010-07-091-1/+1
* Update copyright stringXan Lopez2010-05-191-1/+1
* Show a dialog when the user wants to enable caret browsingXan Lopez2010-05-131-0/+37
* Improve page print implementationJose Millan Soto2010-04-071-1/+3
* Remove legacy ALLOW_FIXUP flagsDiego Escalante Urrelo2010-02-151-1/+1
* Implemented print previewJose Millan Soto2010-02-091-5/+4
* Suggest Filename based on the mimetype and URI of the WebKitWebResourceJorge Kalmbach2010-01-231-1/+30
* window-commands: remove an empty line from f007602Diego Escalante Urrelo2010-01-211-1/+1
* Ask for confirmation when replacing files, in save asJorge Kalmbach2010-01-211-0/+2
* ephy_gui_help: use gtk_show_uri to open helpDiego Escalante Urrelo2009-12-191-1/+1
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-10/+11
* Implement saving the page using the DataSource APIGustavo Noronha Silva2009-09-151-14/+35
* Get rid of EphyCommandManagerXan Lopez2009-09-101-13/+9
* window-commands: unref the stream when we are done with itXan Lopez2009-09-071-0/+1
* window-commands: also ref the embed while the stream is processedXan Lopez2009-09-071-3/+4
* window-commands: better strdup the URI webkit gives usXan Lopez2009-09-071-3/+4
* window-commands.c: fallback to view source inside the browser when launching ...Xan Lopez2009-09-071-6/+37
* When the DataSource is empty, display empty file instead of crashingGustavo Noronha Silva2009-09-051-1/+4
* Removing unnecessary includeGustavo Noronha Silva2009-09-021-1/+0
* Use new DataSource API to provide view page sourceGustavo Noronha Silva2009-09-021-24/+105
* ephy-embed-prefs.h: remove duplicated defineXan Lopez2009-07-251-1/+1
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-3/+2
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-8/+8
* Remove get_backend function, there's only one possibility now.Xan Lopez2009-02-281-6/+1
* Use – (en dash , U+2013) in copyright years. Also fixup surrounding whitesp...Wouter Bolsterlee2009-02-231-10/+10
* Update yearChristian Persch2009-02-231-1/+1
* Allow to reload bypassing cache.Xan Lopez2009-01-081-9/+6
* window-commands: fix Send Link by Email for URLs with '&'Xan Lopez2008-12-121-20/+26
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-0/+2
* Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.Cosimo Cecchi2008-09-051-1/+0
* Update yearChristian Persch2008-07-071-1/+1
* misc: add reference to webkit bug about reload_bypass_cacheXan Lopez2008-06-301-0/+1
* embed: remove ephy_embed_print.Xan Lopez2008-06-301-1/+1
* embed: remove ephy_embed_reload.Xan Lopez2008-06-301-1/+5
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-301-1/+2
* Reimplement tabs detaching and tabs DND.Christian Persch2008-06-131-0/+24
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-6/+1
* Remove cruftChristian Persch2008-02-271-11/+2
* Add Undo/Redo commands to the location entry, both in the context menuCosimo Cecchi2008-02-151-11/+29
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-27/+45
* Hide the Toolbar Editor, if active, when switching to Fullscreen mode.Cosimo Cecchi2007-12-191-0/+11
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-1/+1
* And port all the callers in src/Xan Lopez2007-11-161-17/+29
* Remove EphyTabChristian Persch2007-10-281-34/+22
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-5/+5
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Makes the Go button behaviour consistent with the "Enter" behaviour. BothDiego Escalante Urrelo2007-10-071-2/+10
* Change the "Powered by" name in the About dialog according to the usedCosimo Cecchi2007-10-011-2/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-2/+2
* Update for 2007.Christian Persch2007-01-101-1/+1
* Load about data from file.Christian Persch2006-12-181-30/+81
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+2
* Add middle-click on New Tab/Window button to open URL on clipboard. FixJean-François Rameau2006-09-251-29/+0
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Add "delete text" command.Christian Persch2006-08-081-0/+22
* Add page security info dialogue from Certificates extension.Christian Persch2006-07-251-2/+14
* Fix compiler warning.Christian Persch2006-07-071-1/+1
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-191-4/+19
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-241-2/+3
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-45/+16
* Add Victor to documenters in About dialogue.Christian Persch2006-03-131-0/+1
* Use the same machanism for Ctrl-W as clicking the tab's close button.Christian Persch2006-02-241-7/+13
* Show the backend in the about box.Christian Persch2006-02-061-1/+10
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-041-1/+2
* Add a convenience function to get current event data.Christian Persch2006-01-301-1/+4
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-281-2/+1
* Put blank lines between the paragraphs in the licence dialog.Crispin Flowerday2006-01-221-1/+1
* Fix the previous commit.Christian Persch2006-01-221-3/+3
* Add licence to about dialogue. Patch by Brian Pepple, bug #327998.Christian Persch2006-01-221-0/+23
* Fix number of /'s in URI.Christian Persch2006-01-171-1/+1
* src/Makefile.amPeter Harvey2006-01-171-20/+4
* Change the copyright year to 2006Crispin Flowerday2006-01-071-1/+1
* A src/ephy-cert-manager-dialog.c: A src/ephy-cert-manager-dialog.h: RChristian Persch2005-12-111-1/+1
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-111-0/+17
* Add a method to generate collation keys for domain names.Christian Persch2005-11-291-3/+18
* Mark message for translation. Patch by Guilherme de S. Pastore, fixes bugChristian Persch2005-11-151-1/+1
* Remove accelerator actions for extra keybindings.Philip Langdale2005-11-131-50/+0
* Point main menu UI at toolbar actions. Don't try and change the state ofPhilip Langdale2005-10-221-14/+0
* Remove lock visibility setter.Christian Persch2005-10-181-0/+1
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-131-1/+1
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-31/+32
* Don't free const strings.Christian Persch2005-09-291-2/+0
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-281-24/+4
* Set "website-label" property.Christian Persch2005-09-141-0/+1
* Fix HIG spacings.Christian Persch2005-09-011-1/+1
* Update credits.Christian Persch2005-08-281-2/+2
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-021-20/+14
* Fix string, and add Crispin to contributors in About.Christian Persch2005-08-011-2/+4
* Update about dialogue.Christian Persch2005-08-011-14/+27
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-301-5/+5
* Handle Ctrl-F like / to open the find bar without focusing it. Fixes linkChristian Persch2005-06-091-7/+10
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-10/+7
* More constification.Christian Persch2005-04-191-3/+2
* Support "Multimedia" keys. Fixes bug #162748.Christian Persch2005-03-151-0/+22
* Don't force those dialogues to be in front.Christian Persch2005-03-131-3/+0
* Remove unused includes.Christian Persch2005-02-281-2/+0
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-33/+13
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-3/+3
* A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h:Christian Persch2005-01-101-94/+2
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-0/+1
* Unify the location and favicon actions.Christian Persch2005-01-081-0/+8
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-3/+3
* Update copyright noticeChristian Persch2005-01-011-1/+1
* Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() whichChristian Persch2004-12-311-1/+1
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-20/+0
* Don't show multiple toolbar editors for the same window. Part of bugChristian Persch2004-12-191-5/+15
* Use gtk_show_about_dialog(), and handle urls and mailto.Adam Hooper2004-12-181-34/+12
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-261-57/+11
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Use named icon for the logo in about dialogue.Christian Persch2004-10-261-18/+2
* Use gtk_icon_size_lookup_for_settings() here.Christian Persch2004-10-251-1/+2
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-3/+2
* Set window icon.Christian Persch2004-10-051-0/+1
* Set epiphany icon on the about dialogue.Christian Persch2004-10-051-0/+2
* Remove unused variable.Christian Persch2004-10-031-1/+0
* Simply use gtk_icon_theme_load_icon().Christian Persch2004-10-021-17/+5
* Fix a mem leak.Christian Persch2004-09-231-1/+3
* Port to GtkAboutDialog.Christian Persch2004-09-161-20/+19
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-141-1/+1
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-2/+2
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-041-0/+5
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-041-0/+2
* Add disable_quit, disable_new_window, first_window_fullscreen lockdownMarco Pesenti Gritti2004-07-191-1/+7
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-271-0/+15
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-251-9/+7
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-221-0/+2
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-141-2/+1
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-22/+20
* Fix reload logic not to use forced reload by default. Patch by C. J. N.Christian Persch2004-05-301-2/+2
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-091-1/+2
* Make prefs, pdm and print setup dialogues transient to their parent. FixesChristian Persch2004-04-061-0/+3
* Fixes #138263.Federico Mena Quintero2004-03-301-1/+1
* Forgot to s/logo/icon/g.Christian Persch2004-03-211-6/+6
* Set window icon. Fixes bug #137806.Christian Persch2004-03-211-0/+2
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-191-30/+0
* Make secure description better (Bug #136443).Piers Cornwell2004-03-191-1/+1
* Don't set the 5-star icon as window icon for the about dialogue. Fixes bugChristian Persch2004-03-051-8/+0
* Check for NULL before converting filename to UTF-8.Christian Persch2004-02-251-10/+13
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-7/+8
* Actually remove nsUnicharUtils.*Marco Pesenti Gritti2004-02-211-1/+0
* Better autocompletion sorting logic.Marco Pesenti Gritti2004-02-111-2/+2
* Fix mem leak.Christian Persch2004-01-261-0/+2
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-251-1/+2
* Updated copyright date.Christian Persch2004-01-251-2/+2
* Make ephy_file_tmp_directory() return a const char * instead of a char *Adam Hooper2004-01-251-1/+1
* Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified theChristian Persch2004-01-231-1/+1
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-231-2/+13
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-091-0/+10
* Update creditsChristian Persch2004-01-051-0/+1
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-2/+2
* Re-implement Pause/Resume in downloader.Xan Lopez2003-12-211-1/+1
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-0/+29
* Update my email address.Christian Persch2003-12-011-4/+4
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-301-2/+2
* Marco Pesenti Gritti <marco@gnome.org>Chris Lahey2003-11-301-30/+3
* Make PDM dialogue a singleton.Christian Persch2003-11-271-6/+6
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-2/+8
* Link up toolbar editor help button.Christian Persch2003-11-131-1/+1
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-2/+13
* Don't unref the icon theme, we don't own it.Christian Persch2003-11-101-8/+10
* More headers fixup.Marco Pesenti Gritti2003-11-071-10/+12
* 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-5/+7
* update undo/redo sensitivityMarco Pesenti Gritti2003-11-041-0/+34
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-6/+124
* Really used the converted string [in UTF-8] instead of the directly usingChristian Persch2003-10-261-1/+1
* Port to new gtk+ file chooser.Christian Persch2003-10-261-46/+42
* *** empty log message ***Marco Pesenti Gritti2003-10-251-4/+9
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-171-3/+1
* Check for NULL return of gtk_get_current_event. Fixes bug #123063.Christian Persch2003-09-241-10/+13
* Fix directory selection persistence [bug #122780].Christian Persch2003-09-201-22/+21
* Remember the address in the location action, so we can restore it when weChristian Persch2003-09-201-2/+1