aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-131-26/+24
* Remove code to get the printer list, and fix a compile warning.Christian Persch2005-07-251-7/+0
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-091-5/+5
* Emit a signal in EphySidebar::AddSearchEngine.Christian Persch2005-02-151-0/+22
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-301-0/+23
* Puny docs change.Adam Hooper2005-01-141-2/+2
* Remove an extra line of gtk-doc which doesn't belong.Adam Hooper2005-01-121-1/+0
* Add "check-content" signal.Christian Persch2005-01-121-0/+29
* Add an "add-sidebar" signal on the EphyEmbedSingle interface, it getsCrispin Flowerday2005-01-021-0/+20
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-0/+7
* Make ephy_embed_single_open_window() return the newly opened embed widget.Christian Persch2004-08-081-3/+8
* No need to make proxy PAC configuration public, we only use it in a prefChristian Persch2004-07-231-15/+0
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-271-0/+30
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-211-0/+14
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-131-0/+10
* Documented EphyEmbedSingleAdam Hooper2004-03-271-23/+36
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-7/+7
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-021-15/+15
* Add API to EphyEmbedSingle to clear the HTTP authentication cache.Christian Persch2003-12-311-0/+13
* Added API documentation.Christian Persch2003-11-221-3/+44
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-221-137/+31
* Implement an handle_content signal to allow to write plugins to supportMarco Pesenti Gritti2003-11-211-0/+11
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-20/+0
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-60/+53
* Port to new gtk+ file chooser.Christian Persch2003-10-261-37/+1
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-141-21/+3
* First important step in solving the fonts mess. Allow to select theMarco Pesenti Gritti2003-09-101-5/+2
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-24/+9
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-0/+1
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-041-13/+0
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-071-3/+2
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-7/+8
* Always save a page's content if there i content to be saved. Remove theDavid Bordoley2003-04-241-2/+1
* Moved the new_window_orphan signal to EphyEmbedSingle.Dave Camp2003-04-171-0/+19
* Split mozilla related calls out of EmbedShell. Load default mozilla prefsMarco Pesenti Gritti2003-02-061-0/+292