aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-persist.c
Commit message (Expand)AuthorAgeFilesLines
* Send 'Referer' on headers sent for context menu HTTP downloadsMario Sanchez Prada2010-04-171-1/+30
* Handle EPHY_EMBED_PERSIST_NO_VIEW flagDiego Escalante Urrelo2010-03-091-0/+19
* Implement EphyEmbedPersist using WebKitDownloadDiego Escalante Urrelo2010-01-301-4/+188
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-2/+4
* Make EphyEmbedPersist a non-interface type.Xan Lopez2009-06-061-6/+6
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Do not do single includes in embed/, bug #536090Diego Escalante Urrelo2008-06-041-1/+1
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-181-32/+2
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-1/+0
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* *** empty log message ***Christian Persch2005-11-081-1/+1
* Mark strings in param specs as static.Christian Persch2005-11-081-9/+9
* Use get/set_int64.Christian Persch2005-04-061-2/+2
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-061-12/+12
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-1/+61
* Weak ref the parent window.Christian Persch2005-02-031-5/+22
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-2/+2
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-23/+0
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-10/+10
* Add type for flags.Christian Persch2005-01-041-0/+23
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-9/+9
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-7/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* EphyEmbedPersist documentationAdam Hooper2004-03-281-2/+191
* Add "cancelled" signal to EphyEmbedPersist.Christian Persch2004-02-291-6/+14
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-251-7/+7
* Get the page content into a string.Christian Persch2004-01-141-0/+7
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-8/+0
* Not necessary to store signal id in an array for interfaces.Marco Pesenti Gritti2003-11-211-17/+8
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-3/+3
* Port to new gtk+ file chooser.Christian Persch2003-10-261-355/+318
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-20/+11
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-2/+0
* Keep a ref on EmbedPersist while save is in progress.Marco Pesenti Gritti2003-03-161-1/+5
* Implement a cancel api. Fix refcount to really destroy the WebPersistMarco Pesenti Gritti2003-01-111-0/+7
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+491