aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-embed: do not expand the top_widgets_vboxClaudio Saavedra2013-04-291-1/+1
* ephy-embed: remove non WebKit2 bitsXan Lopez2013-03-211-383/+0
* embed: Use a custom WebKitWebViewGroup for all ephy web viewsCarlos Garcia Campos2013-03-191-0/+2
* ephy-embed: Remove TODO comments about missing send-request signalCarlos Garcia Campos2013-03-171-4/+1
* Do not build adblock files in libephyembed for WebKit2Carlos Garcia Campos2013-03-071-0/+6
* incognito: show about:incognito instead of the overviewClaudio Saavedra2013-03-051-9/+12
* ephy-embed: use g_strcmp0 instead of checking manually for null stringsXan Lopez2013-02-221-1/+1
* Fix a crash when deciding whether to switch to overview modeCarlos Garcia Campos2013-02-211-1/+1
* Fix loading HTTP auth protected pages from the overviewCarlos Garcia Campos2013-02-201-4/+11
* Fix the build with WebKit2Carlos Garcia Campos2013-02-131-0/+13
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-121-5/+96
* The inspector has moved to starting attached, so follow the changeGustavo Noronha Silva2013-02-071-9/+10
* ephy-enbed: Check URI is ephy-about:overview instead of about:overviewCarlos Garcia Campos2013-01-111-2/+2
* e-embed: hide progress for about and ephy-aboutDiego Escalante Urrelo2013-01-051-1/+2
* e-embed: only add one statusbar timeout at a timeDiego Escalante Urrelo2013-01-051-1/+3
* e-embed: use an overlay for the overviewDiego Escalante Urrelo2013-01-051-16/+10
* ephy-download: Make EphyDownload:window a construct only propertyCarlos Garcia Campos2013-01-041-5/+7
* embed: move the OSD style class to the progressbarCosimo Cecchi2012-12-171-2/+2
* e-embed: document ::overview-modeDiego Escalante Urrelo2012-12-111-0/+5
* e-embed-shell: remove the embed_shell globalDiego Escalante Urrelo2012-12-111-1/+1
* ephy-embed: set shadow type IN for scrolled windowXan Lopez2012-10-031-0/+2
* ephy-embed: small cleanupXan Lopez2012-10-031-8/+10
* Add adblock GSetting, use itXan Lopez2012-10-021-1/+33
* ephy-embed: show the overview when using wk2Claudio Saavedra2012-09-121-1/+6
* Add about:overview to actually go to overview modeClaudio Saavedra2012-09-011-1/+5
* ephy-embed: add the overview and a overview-mode propertyClaudio Saavedra2012-09-011-0/+113
* ephy-embed: Port inspector to WebKit2Carlos Garcia Campos2012-08-031-18/+29
* Port fullscreen popup to WebKit2Claudio Saavedra2012-06-281-3/+9
* Port downloads to WebKit2Carlos Garcia Campos2012-06-271-3/+1
* Port hovering over link to WebKit2Carlos Garcia Campos2012-06-251-5/+0
* Add support for new windows in WebKit2Carlos Garcia Campos2012-06-251-3/+32
* Port web view loading progress and feedback to WebKit2Carlos Garcia Campos2012-06-241-7/+18
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+74
* ephy-embed: show a message popup when entering fullscreen modeClaudio Saavedra2012-06-201-0/+89
* ephy-embed: fix a comment typoClaudio Saavedra2012-06-111-1/+1
* embed: remove custom CSS styling for the overlay progressbarCosimo Cecchi2012-05-241-2/+2
* ephy-embed: do not pull in string.h for strcmpXan Lopez2012-03-141-2/+1
* ephy-embed: remove a few useless includesXan Lopez2012-03-141-8/+0
* ephy-embed: remove history serviceXan Lopez2012-03-141-5/+0
* ephy-web-view: move history management to EphyWebViewXan Lopez2012-03-141-26/+1
* ephy-web-view: move zoom handling to EphyWebViewXan Lopez2012-03-141-81/+0
* ephy-web-view: let EphyWebView clear its own historyXan Lopez2012-03-141-15/+0
* history: remember visit typesXan Lopez2012-03-141-6/+14
* ephy-embed: cancel the pending history queries during finalizeClaudio Saavedra2012-03-131-1/+8
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-131-2/+2
* ephy-embed: do not add the homepage (about:blank) to the historyXan Lopez2012-03-081-0/+3
* ephy-embed: do not retrieve the legacy history instanceXan Lopez2012-03-071-3/+0
* ephy-history-service: add a "cleared" signal for the clear methodXan Lopez2012-03-071-3/+3
* Rename ephy_history_service_add_page to ephy_history_service_visit_urlXan Lopez2012-03-071-1/+1
* Get rid of EphyBrowseHistoryXan Lopez2012-03-071-9/+20
* Store zoom levels per host, not per URLXan Lopez2012-03-071-12/+11
* Use EphyBrowseHistory to set/get the zoom level for pagesClaudio Saavedra2012-03-071-39/+39
* Use the new EphyBrowseHistory to add a URI to the historyClaudio Saavedra2012-03-071-6/+1
* Add a EphyBrowseHistory instance to EphyEmbedClaudio Saavedra2012-03-071-0/+3
* Make inspector handling real-world compliantGustavo Noronha Silva2012-02-201-10/+30
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-271-1/+0
* ephy-embed: move the other statusbar id to the .c fileXan Lopez2012-01-231-0/+2
* ephy-embed: the method to set the statusbar label can be private tooXan Lopez2012-01-221-15/+15
* ephy-embed: we can now make the statusbar methods privateXan Lopez2012-01-221-114/+116
* ephy-embed: stop listening to progress updates after disposeXan Lopez2012-01-201-6/+14
* ephy-embed: if there's a priv variable set, use itXan Lopez2012-01-191-39/+40
* ephy-embed: do not listen to status updates after disposeXan Lopez2012-01-191-1/+13
* embed: add enter/leave events to the GtkOverlayCosimo Cecchi2012-01-171-0/+3
* embed: set the floating bar as no_show_allCosimo Cecchi2012-01-171-0/+1
* Move the nautilus floating bar to lib/widgetsXan Lopez2012-01-171-3/+1
* floating-bar: import NautilisFloatingBar into EpiphanyCosimo Cecchi2012-01-171-37/+10
* EphyEmbed: do not show the progressbar for about:blankClaudio Saavedra2011-12-161-0/+5
* EphyEmbed: Hide the statusbar in a timeout handlerClaudio Saavedra2011-12-161-1/+22
* EphyEmbed: reset the alignment of the statusbar when hiddenClaudio Saavedra2011-12-161-2/+3
* Some indentation fixes.Claudio Saavedra2011-12-141-6/+4
* Use an overlay progress bar for the loading progress.Claudio Saavedra2011-12-141-1/+32
* Use a GtkOverlay for the statusbar instead of shipping GeditOverlayClaudio Saavedra2011-12-141-10/+27
* ephy-embed: small cleanupsXan Lopez2011-12-111-5/+3
* ephy-embed: disconnect statusbar timeout on disposeXan Lopez2011-11-301-7/+12
* Delay hiding the statusbar overlay when the status text changes.Martin Robinson2011-11-301-2/+23
* e-window: use a css file for widget stylingAlexandre Mazari2011-07-301-15/+0
* e-embed: remove useless e-file-chooser includeDiego Escalante Urrelo2011-07-301-1/+0
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-3/+6
* use gtk_box_pack_start() with EphyEmbedClaudio Saavedra2011-06-091-1/+1
* Slide out the status overlay when the mouse pointer goes close by.Alexandre Mazari2011-04-261-1/+6
* Better behaviour when openning new windows that are resized as tabsGustavo Noronha Silva2011-04-181-0/+39
* Move overlay statusbar to EphyEmbedXan Lopez2011-04-161-3/+165
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-464/+12
* ephy-embed: add a border and a little padding to the status frameXan Lopez2011-03-051-0/+18
* ephy-embed: hide toplevel child widgetXan Lopez2011-02-211-2/+8
* Sync with latest GeditOverlay codeXan Lopez2011-02-161-3/+3
* Sync with upstream GeditOverlay codeXan Lopez2011-02-121-1/+1
* Change packing order for gedit overlayXan Lopez2011-02-111-4/+4
* Port floating statusbar to gedit's overlay widgetXan Lopez2011-02-111-1/+30
* ephy-embed: clean up embed widget skeletonDiego Escalante Urrelo2010-12-061-64/+36
* Use gtk_paned_new() instead gtk_[h|v]paned_new()Javier Jardón2010-11-091-1/+1
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-4/+6
* ephy-embed: add _ prefix to instance/class structsXan Lopez2010-10-041-1/+1
* Make the inspector window biggerGustavo Noronha Silva2010-08-251-1/+1
* Bring inspector window to front when the inspector requests a showGustavo Noronha Silva2010-08-251-1/+1
* Only show/hide the inspector window when it is detachedGustavo Noronha Silva2010-08-251-9/+17
* Allow attaching/detaching the inspector in Epiphany's windowGustavo Noronha Silva2010-08-031-8/+114
* ephy-embed: don't create Save As button manuallyDiego Escalante Urrelo2010-06-121-10/+3
* ephy-embed: clean up confirm_action_from_mimeDiego Escalante Urrelo2010-06-121-35/+36
* Do not consider dots in directory names when looking for the extension of a f...Sergio Villar Senin2010-05-051-1/+3
* ephy-embed: add FIXME about redirects and EphyHistoryXan Lopez2010-05-041-0/+2
* Move link message updating to EphyWebViewXan Lopez2010-05-031-10/+0
* Move URI handling to EphyWebViewXan Lopez2010-05-031-21/+0
* Move title update to EphyWebViewXan Lopez2010-05-031-24/+0
* Refactored the load status callback of ephy-web-view.cAlejandro G. Castro2010-05-031-70/+0
* Removed the EphyWebViewNetState enumAlejandro G. Castro2010-05-021-12/+1
* Make sure WebKitWebHistory is cleared when cleared EphyHistoryMario Sanchez Prada2010-04-201-0/+15
* Only offer to open files with safe mime typesOlivier Tilloy2010-03-261-0/+1
* Report broken certs through the padlock iconGustavo Noronha Silva2010-02-231-8/+21
* ephy-embed: don't use g_signal_connect_objectDiego Escalante Urrelo2010-02-181-14/+24
* ephy-embed: comment typoDiego Escalante Urrelo2010-02-021-1/+1
* Remove error handling work-aroundsGustavo Noronha Silva2010-01-161-31/+21
* Implement replace action for downloadsDiego Escalante Urrelo2009-12-301-16/+65
* Minor style fixes in downloads code.Diego Escalante Urrelo2009-12-301-4/+5
* ephy-embed: fix download button actionDiego Escalante Urrelo2009-12-301-0/+8
* ephy-embed: minor style fixDiego Escalante Urrelo2009-12-291-2/+1
* Enable mime type safety check in downloadsDiego Escalante Urrelo2009-12-291-0/+1
* Restore download on shift-click functionalityGustavo Noronha Silva2009-12-181-2/+18
* Make it possible to add arbitrary widgets above the WebViewGustavo Noronha Silva2009-12-171-1/+89
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-5/+14
* Allow dialog buttons be the defaultBenjamin Otte2009-12-171-0/+1
* Remove the 'favicon' signal from EphyWebViewXan Lopez2009-12-111-9/+0
* Make the favicon cache work on top of new WebKit API, and WebKitDownloadGustavo Noronha Silva2009-12-101-0/+9
* Get rid of 'ge-document-type' signalXan Lopez2009-12-081-57/+0
* ephy-embed: consider text/plain pages as document-type HTMLXan Lopez2009-12-081-2/+3
* ephy-embed: reimplent EphyEmbedSingle 'handle-content' signalXan Lopez2009-12-031-1/+13
* ephy-embed: only fetch the document type for a page from the main frameXan Lopez2009-11-191-16/+19
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-1/+1
* Reimplement content type checkingGustavo Noronha Silva2009-10-261-13/+19
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-2/+2
* Get rid of EphyCommandManagerXan Lopez2009-09-101-51/+1
* Automatically append (n) to duplicated downloadsDiego Escalante Urrelo2009-09-101-4/+81
* Delay obtaining suggested filename for dialogsGustavo Noronha Silva2009-09-091-13/+33
* Fixing style issues I introducedGustavo Noronha Silva2009-09-081-5/+5
* Re-adding basic ad blocking supportGustavo Noronha Silva2009-09-081-0/+25
* ephy-embed: remove some whitespaceDiego Escalante Urrelo2009-09-051-1/+1
* Making gcc shut up, by initializing loading_uriGustavo Noronha Silva2009-09-051-1/+1
* ephy-embed.c: use the initial request to fill the URL entryXan Lopez2009-09-031-7/+13
* ephy-embed.c: workaround possibly bogus COMMITTED load-status from WebKitXan Lopez2009-08-271-2/+41
* ephy-embed.c: enable undo/redoXan Lopez2009-08-261-0/+8
* ephy-embed.c: update URL in location when clicking on #anchorsXan Lopez2009-08-211-0/+21
* ephy-embed.c: add FIXMEXan Lopez2009-08-111-0/+5
* ephy-embed.c: sort headersXan Lopez2009-08-091-11/+10
* embed/ephy-embed.c: Fix mnemonic usage.Priit Laes2009-08-051-1/+1
* Try again to fix bug #588143Xan Lopez2009-07-211-6/+0
* ephy-embed.c: use 'address' if 'typed-address' is NULL when updating the addressXan Lopez2009-07-211-0/+6
* Add a function to get the EphyWebView inside an EphyEmbed.Xan Lopez2009-06-211-0/+15
* Simplify widget hierarchy.Xan Lopez2009-06-161-49/+17
* Use WebKitWebView::load-status instead of our own solution.Xan Lopez2009-06-141-106/+53
* Get rid of redundant 'load-progress' property in EphyWebView.Xan Lopez2009-06-141-4/+2
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-1/+0
* Fold WebKitEmbedPrefs into EphyEmbedPrefs.Xan Lopez2009-06-061-3/+2
* Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed.Xan Lopez2009-06-051-1/+48
* Change EphyEmbed to not be an interface type.Xan Lopez2009-06-051-0/+764
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-771/+0
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-15/+0
* Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request.Xan Lopez2009-06-031-17/+0
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-22/+0
* Remove LoadFlagsGustavo Noronha Silva2009-05-301-3/+1
* Remove ephy_embed_has_automatic_encoding, it's unused now.Xan Lopez2009-03-021-16/+0
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-271-35/+0
* Implement get/set encoding for the embed.Xan Lopez2009-02-271-1/+1
* Implement scrolling in EphyFindToolbar.Xan Lopez2009-01-231-53/+0
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Include missing Returns: in commentsDiego Escalante Urrelo2008-09-291-2/+8
* embed: remove ephy_embed_close.Xan Lopez2008-07-031-13/+0
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-011-35/+0
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-011-21/+0
* embed: remove ephy_embed_go_to_history_item.Xan Lopez2008-06-301-15/+0
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-301-30/+0
* embed: remove ephy_embed_get_{backward,forward}_history.Xan Lopez2008-06-301-32/+0
* embed: remove ephy_embed_print.Xan Lopez2008-06-301-14/+0
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-301-13/+0
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-301-13/+0
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-301-14/+0
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-301-13/+0
* embed: remove ephy_embed_reload.Xan Lopez2008-06-301-18/+0
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-301-13/+0
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-181-0/+20
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-75/+0
* Add new embed history interfaces.Xan Lopez2007-12-301-1/+78
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+16
* Remove unused ge_content_changed.Xan Lopez2007-11-121-20/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-121-38/+0
* Remove unused ge-location signal.Xan Lopez2007-11-121-21/+0
* Put the properties in EphyBaseEmbed rather than in the interface.Xan Lopez2007-11-061-102/+0
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-271-0/+15
* Tabify modified files.Xan Lopez2007-10-261-26/+26
* Fix the remaining breakage.Xan Lopez2007-10-261-1/+3
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-261-0/+21
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-261-0/+44
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-261-2/+35
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-261-94/+65
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-261-1/+74
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-2/+28
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-1/+34
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-0/+38
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-211-0/+9
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-0/+23
* Remove security data from EphyTab.Xan Lopez2007-10-211-0/+8
* Add a missing space in ge_content_change description.Diego Escalante Urrelo2007-07-311-1/+1
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-2/+0
* It seems SUSE can't take a hint and doesn't care, so remove this comment.Christian Persch2007-06-041-1/+0
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Add search_link entry to _EphyEmbedIfaceEric Butler2006-12-181-0/+22
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-0/+1
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-0/+19
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* EphyContentPolicy now emits a signal when a content is blocked.Jean-François Rameau2006-01-091-0/+16
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-081-4/+25
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-071-0/+32
* Get the window name from the popup-blocked event.Christian Persch2005-11-011-2/+4
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-131-0/+22
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-0/+30
* Implement ::grab-focus and remove ephy_embed_activate ().Christian Persch2005-07-301-13/+0
* Point to the 'search_key_press' function int eh EphyEmbedIface rather thanCrispin Flowerday2005-06-151-1/+1
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-0/+18
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-37/+0
* Add handling of DOMContentLoaded event from Gecko. It is an event thatJean-François Rameau2005-05-131-0/+17
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-091-5/+5
* Emit signal when encountering alternate links. Fixes bug #171657.Christian Persch2005-04-081-1/+22
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-301-8/+6
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-119/+1
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-26/+26
* Use G_TYPE_STRING instead of G_TYPE_POINTER for address and featuresAdam Hooper2005-01-041-2/+2
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-5/+5
* Add types for some enums and flags.Christian Persch2005-01-041-4/+79
* EphyEmbedChrome is flags, not enum.Christian Persch2004-12-241-1/+1
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-231-9/+9
* Fix the build.Christian Persch2004-12-191-1/+1
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-5/+44
* Add a way to show the cert info dialogue for the page's certificate.Christian Persch2004-11-161-0/+13
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-311-0/+33
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-7/+6
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-251-10/+8
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-211-1/+20
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-141-5/+5
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-4/+21
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-291-1/+1
* Clean up encoding handling.Christian Persch2004-05-021-5/+18
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-181-1/+0
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-011-3/+4
* Documented EphyEmbedSingleAdam Hooper2004-03-271-2/+2
* Fix arg type of dom_* signals to match the closure.Christian Persch2004-03-261-2/+2
* Fixed teeny typoAdam Hooper2004-03-261-1/+1
* Fixed gtk-doc commentsAdam Hooper2004-03-261-3/+6
* Documented EphyEmbedAdam Hooper2004-03-261-16/+361