summaryrefslogtreecommitdiff
path: root/embed/ephy-embed.c
Commit message (Expand)AuthorAgeFilesLines
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-171-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-291-1/+78
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-171-0/+16
* Remove unused ge_content_changed.Xan Lopez2007-11-111-20/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-111-38/+0
* Remove unused ge-location signal.Xan Lopez2007-11-111-21/+0
* Put the properties in EphyBaseEmbed rather than in the interface.Xan Lopez2007-11-051-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-251-26/+26
* Fix the remaining breakage.Xan Lopez2007-10-251-1/+3
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-251-0/+21
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-251-0/+44
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-251-2/+35
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-251-1/+1
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-251-94/+65
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-251-1/+74
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-2/+28
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-211-1/+34
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-211-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-271-2/+0
* It seems SUSE can't take a hint and doesn't care, so remove this comment.Christian Persch2007-06-031-1/+0
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Add search_link entry to _EphyEmbedIfaceEric Butler2006-12-171-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-221-0/+19
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Remove some unnecessary static data.Christian Persch2006-09-061-1/+1
* EphyContentPolicy now emits a signal when a content is blocked.Jean-François Rameau2006-01-081-0/+16
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-071-4/+25
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-061-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-021-0/+30
* Implement ::grab-focus and remove ephy_embed_activate ().Christian Persch2005-07-291-13/+0
* Point to the 'search_key_press' function int eh EphyEmbedIface rather thanCrispin Flowerday2005-06-141-1/+1
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-0/+18
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-281-37/+0
* Add handling of DOMContentLoaded event from Gecko. It is an event thatJean-François Rameau2005-05-121-0/+17
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-081-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-061-119/+1
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-051-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-031-5/+5