aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
Commit message (Expand)AuthorAgeFilesLines
* ephy-embed: remove non WebKit2 bitsXan Lopez2013-03-211-4/+0
* Fix the build with WebKit2Carlos Garcia Campos2013-02-131-0/+4
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-121-0/+3
* ephy-embed: add the overview and a overview-mode propertyClaudio Saavedra2012-09-011-0/+5
* ephy-embed: show a message popup when entering fullscreen modeClaudio Saavedra2012-06-201-0/+3
* ephy-embed: reorder includesXan Lopez2012-01-231-3/+2
* ephy-embed: move the other statusbar id to the .c fileXan Lopez2012-01-231-2/+0
* ephy-embed: remove unused defineXan Lopez2012-01-221-1/+0
* ephy-embed: the method to set the statusbar label can be private tooXan Lopez2012-01-221-2/+0
* ephy-embed: we can now make the statusbar methods privateXan Lopez2012-01-221-8/+0
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-2/+2
* Move overlay statusbar to EphyEmbedXan Lopez2011-04-161-6/+21
* Port floating statusbar to gedit's overlay widgetXan Lopez2011-02-111-0/+1
* ephy-embed: add _ prefix to instance/class structsXan Lopez2010-10-041-5/+5
* Restore download on shift-click functionalityGustavo Noronha Silva2009-12-181-0/+1
* Make it possible to add arbitrary widgets above the WebViewGustavo Noronha Silva2009-12-171-2/+4
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-2/+2
* ephy-embed.h: remove unneeded header.Xan Lopez2009-06-211-1/+0
* Add a function to get the EphyWebView inside an EphyEmbed.Xan Lopez2009-06-211-1/+2
* Simplify widget hierarchy.Xan Lopez2009-06-161-2/+2
* Change EphyEmbed to not be an interface type.Xan Lopez2009-06-051-0/+59
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-276/+0
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-5/+0
* Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request.Xan Lopez2009-06-031-6/+0
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-11/+0
* Remove LoadFlagsGustavo Noronha Silva2009-05-301-8/+0
* ephy-embed: remove scroll methods from embedXan Lopez2009-05-221-17/+0
* Remove ephy_embed_has_automatic_encoding, it's unused now.Xan Lopez2009-03-021-2/+0
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-271-10/+1
* Implement get/set encoding for the embed.Xan Lopez2009-02-271-2/+2
* Remove two unused get_type functions from public header filesRobert Carr2009-02-071-2/+0
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* embed: remove ephy_embed_close.Xan Lopez2008-07-031-3/+0
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-011-9/+0
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-011-2/+0
* embed: remove history item abstraction from embed.Xan Lopez2008-06-301-1/+0
* embed: remove ephy_embed_go_to_history_item.Xan Lopez2008-06-301-5/+0
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-301-4/+0
* embed: remove ephy_embed_get_{backward,forward}_history.Xan Lopez2008-06-301-4/+0
* embed: remove ephy_embed_print.Xan Lopez2008-06-301-3/+0
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-301-3/+0
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-301-3/+0
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-301-3/+0
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-301-3/+0
* embed: remove ephy_embed_reload.Xan Lopez2008-06-301-5/+0
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-301-3/+0
* Do not do single includes in embed/, bug #536090Diego Escalante Urrelo2008-06-041-1/+1
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-121-0/+4
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-181-0/+3
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-22/+0
* Add new embed history interfaces.Xan Lopez2007-12-301-79/+92
* Fix vfunc for get_visibility in EphyEmbed interface.Xan Lopez2007-11-181-1/+1
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+2
* We don't inherit nothing from GtkMozEmbed anymore.Xan Lopez2007-11-121-14/+0
* Remove unused ge_content_changed.Xan Lopez2007-11-121-2/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-121-5/+0
* Remove unused ge-location signal.Xan Lopez2007-11-121-2/+0
* Tabify modified files.Xan Lopez2007-10-261-11/+11
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-261-1/+7
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-261-0/+7
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-261-2/+6
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-2/+2
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-261-10/+2
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-261-0/+22
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-2/+16
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-3/+7
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-1/+7
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-14/+18
* 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/+4
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-0/+14
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* EphyContentPolicy now emits a signal when a content is blocked.Jean-François Rameau2006-01-091-0/+2
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-081-2/+11
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-071-0/+10
* Get the window name from the popup-blocked event.Christian Persch2005-11-011-0/+1
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-131-0/+11
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-0/+4
* Add EPHY_EMBED_STATE_RESTORING and conversion fromChristian Persch2005-09-201-1/+2
* Implement ::grab-focus and remove ephy_embed_activate ().Christian Persch2005-07-301-3/+0
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-0/+2
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-15/+0
* Add handling of DOMContentLoaded event from Gecko. It is an event thatJean-François Rameau2005-05-131-0/+2
* Emit signal when encountering alternate links. Fixes bug #171657.Christian Persch2005-04-081-0/+4
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-301-2/+2
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-15/+9
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-26/+26
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-13/+13
* Add types for some enums and flags.Christian Persch2005-01-041-3/+12
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-231-3/+2
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-0/+13
* Add a way to show the cert info dialogue for the page's certificate.Christian Persch2004-11-161-0/+3
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-311-0/+2
* Remove unnecessary include.Christian Persch2004-10-061-1/+0
* Move PrintInfo to print-dialog since it's no more use by embed api.Marco Pesenti Gritti2004-06-261-36/+0
* Remove preview flagMarco Pesenti Gritti2004-06-251-1/+0
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-251-6/+6
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-211-1/+3
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-141-8/+2
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-131-1/+1
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-4/+4
* Clean up encoding handling.Christian Persch2004-05-021-3/+6
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-181-5/+9
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-011-4/+5
* Documented EphyEmbedAdam Hooper2004-03-261-9/+9
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-191-17/+11
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-4/+4
* Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified theChristian Persch2004-01-231-3/+2
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-041-0/+3
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-021-6/+6
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-101-0/+1
* Misc cleanups. Remove a duplicated signal from EphyEmbed.Christian Persch2003-12-061-89/+77
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-2/+0
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-191-4/+6
* Do not connect and reemit same signal for nothing. Remove unused/expensiveMarco Pesenti Gritti2003-11-101-12/+8
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-0/+5
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-210/+167
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-13/+0
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-271-5/+0
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-251-22/+0
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-4/+5
* Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, andChristian Persch2003-10-121-0/+5
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-8/+7
* Add activate api.Marco Pesenti Gritti2003-08-191-0/+3
* Restore the "ge_dom_mouse_down" signal.Christian Persch2003-08-021-0/+2
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-15/+13
* 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-06-281-1/+2
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-161-2/+0
* Shift+F10 show context menus on the embed. (Less invasive way untilMarco Pesenti Gritti2003-06-161-0/+2
* Convert dialog to metric units and default paper to A4. Fixes #112619Christian Persch2003-06-151-5/+5
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-5/+5
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-4/+4
* *** empty log message ***Marco Pesenti Gritti2003-02-061-1/+1
* Cleanup unused code. Reorder build. In new bookmark dialog enter activateMarco Pesenti Gritti2003-01-021-36/+1
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+443