aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* downloader-view.c: fix warning.Xan Lopez2009-06-061-1/+1
* ephy-embeds-single.c: style fix.Xan Lopez2009-06-061-1/+1
* ephy-embed-single.*: re-indent and untabify.Xan Lopez2009-06-062-156/+158
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-066-114/+3
* Make EphyEmbedPersist a non-interface type.Xan Lopez2009-06-066-165/+7
* Make EphyEmbedSingle a non-interface type.Xan Lopez2009-06-067-474/+268
* Fold WebKitEmbedPrefs into EphyEmbedPrefs.Xan Lopez2009-06-067-48/+46
* Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed.Xan Lopez2009-06-054-167/+48
* Change EphyEmbed to not be an interface type.Xan Lopez2009-06-0510-119/+110
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-0513-2645/+2239
* Move load_url method to EphyWebView.Xan Lopez2009-06-035-45/+24
* Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request.Xan Lopez2009-06-033-34/+0
* ephy-web-view.c: use nil for false value in elisp, not 'f'.Xan Lopez2009-06-031-1/+1
* Correctly handle the 'cancel' case in the download decision dialogGustavo Noronha Silva2009-06-021-1/+2
* webkit-embed.c: we still do need to update loading_uri here.Xan Lopez2009-05-311-0/+3
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-315-74/+49
* Remove LoadFlagsGustavo Noronha Silva2009-05-303-12/+1
* Move URL normalization out of embed, to a higher levelGustavo Noronha Silva2009-05-301-13/+1
* Provide API to loading using WebKitNetworkRequestGustavo Noronha Silva2009-05-302-0/+22
* Adding a new EphyWebView objectGustavo Noronha Silva2009-05-304-3/+130
* webkit-embed.c: do not reinvent ephy-embed-utils functions.Xan Lopez2009-05-291-10/+2
* webkit-embed: use C gettext macro for translation context.Xan Lopez2009-05-281-3/+1
* Preserve back/forward history when opening links in new tabs/windows.Xan Lopez2009-05-282-0/+32
* Fix variable declaration mixed with the code.Gustavo Noronha Silva2009-05-231-1/+2
* Reimplement the original download logic and dialog.Gustavo Noronha Silva2009-05-233-3/+229
* ephy-embed: remove scroll methods from embedXan Lopez2009-05-221-17/+0
* Implement caret browsing mode (bug #562621)Xan Lopez2009-04-282-1/+5
* ephy-embed: Mark favicon cache as dirty after deletion (bug #120826)Priit Laes2009-04-251-0/+1
* webkit-embed: don use deprecated 'title-changed' signal, connect to notify::t...Xan Lopez2009-04-241-11/+14
* Use GNOME settings for default font sizes.Xan Lopez2009-04-222-4/+40
* Remove unnecessary passing around of WebKitEmbed, and fix some styleGustavo Noronha Silva2009-03-271-13/+6
* Adding myself to the header as copyright holder, for earlierGustavo Noronha Silva2009-03-271-0/+1
* Implementing auto-download, and respecting download lock-down.Gustavo Noronha Silva2009-03-271-30/+88
* Remove downloading files when cancelling the download.Gustavo Noronha Silva2009-03-262-1/+4
* Use Epiphany's profile directory to store the downloaded fileGustavo Noronha Silva2009-03-261-7/+8
* webkit-embed: 'foo ? foo : NULL' == 'foo'Xan Lopez2009-03-221-1/+1
* Removing unused variableGustavo Noronha Silva2009-03-211-1/+0
* Do not use gtk_dialog_run() for the file chooser dialog whenGustavo Noronha Silva2009-03-212-26/+68
* ephy-base-embed: remove note about using force reload when available.Xan Lopez2009-03-181-4/+0
* webkit-embed: re-add support for click-to-download.Xan Lopez2009-03-161-0/+8
* webkit-embed-single: couple of cleanups.Xan Lopez2009-03-141-8/+0
* Adapt WebKitDownload-related code to the changes done today inGustavo Noronha Silva2009-03-131-28/+36
* webkit-embed.c: set security information.Xan Lopez2009-03-061-1/+24
* Fix a few compiler warnings and coding style.Xan Lopez2009-03-052-11/+14
* Basic download functionality for ephy/webkit. This update also removesGustavo Noronha Silva2009-03-056-400/+173
* webkit-embed: increase default size of inspector window.Xan Lopez2009-03-041-1/+1
* Remove ephy_embed_has_automatic_encoding, it's unused now.Xan Lopez2009-03-023-25/+0
* Remove get_backend function, there's only one possibility now.Xan Lopez2009-02-283-28/+0
* webkit-embed-prefs: use utils macro to get WebView from embed.Xan Lopez2009-02-281-1/+2
* webkit-embed-prefs: support user style sheets.Xan Lopez2009-02-271-1/+36
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-273-62/+1
* webkit-embed: remove extra ';'.Xan Lopez2009-02-271-1/+1
* Implement get/set encoding for the embed.Xan Lopez2009-02-273-5/+8
* webkit-embed-single: use SoupProxyResolverGNOME to use GNOME proxy settings.Xan Lopez2009-02-261-1/+6
* webkit-embed-single: unref cookie jar once it's added to the session.Xan Lopez2009-02-261-0/+1
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-234-394/+14
* downloader-view: use undeprecated gtk_status_icon_set_tooltip_text.Xan Lopez2009-02-211-2/+2
* Remove two unused get_type functions from public header filesRobert Carr2009-02-072-4/+0
* Set page title for history on title-changedGustavo Noronha Silva2009-02-031-9/+8
* webkit-embed: add titles for history items when we know them.Xan Lopez2009-01-311-2/+13
* Remove unused fonts languages and autodetectors stuff. Bug #558407.Christian Persch2009-01-262-146/+84
* Implement scrolling in EphyFindToolbar.Xan Lopez2009-01-232-84/+0
* Use C_() instead of Q_() with context for translatable strings.Philip Withnall2009-01-201-9/+3
* Remove $Id$ marker from source files.Xan Lopez2009-01-1637-37/+0
* We no longer need a separate pkg-config check for WEBKIT.Gustavo Noronha Silva2009-01-142-2/+0
* Port to use GtkBuilder.Xan Lopez2009-01-121-1/+1
* webkit-embed: do not prefix callbacks with 'webkit_embed', they are static fu...Xan Lopez2009-01-041-33/+33
* Emit ge-document-type when the mime type of a page is known.Xan Lopez2009-01-041-0/+33
* And re-add ephy-cookie-manager too.Xan Lopez2008-12-122-0/+363
* Enable Web Inspector.Xan Lopez2008-12-123-1/+69
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-122-0/+33
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-124-396/+0
* webkit-embed: lose not needed casts to GObject.Xan Lopez2008-12-061-6/+6
* Include missing Returns: in commentsDiego Escalante Urrelo2008-09-291-2/+8
* Avoid the parsing of non doc commentsDiego Escalante Urrelo2008-09-291-1/+1
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-3/+7
* Move libnotify initialization to ephy-mainDiego Escalante Urrelo2008-08-041-12/+0
* embed: remove ephy_embed_close.Xan Lopez2008-07-033-23/+0
* embed: forgot to uncomment this when re-enabling restore zoom.Xan Lopez2008-07-031-7/+1
* embed: restore restore_zoom_level.Xan Lopez2008-07-012-35/+39
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-013-63/+0
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-014-79/+47
* embed: remove history item abstraction from embed.Xan Lopez2008-06-308-278/+1
* embed: remove ephy_embed_go_to_history_item.Xan Lopez2008-06-303-30/+0
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-303-74/+0
* embed: remove ephy_embed_get_{backward,forward}_history.Xan Lopez2008-06-303-83/+0
* misc: add reference to webkit bug about reload_bypass_cacheXan Lopez2008-06-301-0/+1
* embed: remove ephy_embed_print.Xan Lopez2008-06-303-24/+0
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-304-24/+1
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-304-24/+2
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-303-24/+0
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-303-23/+0
* embed: remove ephy_embed_reload.Xan Lopez2008-06-304-33/+4
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-303-23/+0
* ephy-embed-utils: add macro to get webkitwebview from embed.Xan Lopez2008-06-302-0/+5
* embed: remove ephy-embed-find and the webkit implementation.Xan Lopez2008-06-287-475/+0
* Implement search in page for the WebKit embed.Cosimo Cecchi2008-06-171-9/+81
* Apply clamping for pixel scrollAlp Toker2008-06-171-5/+2
* Emit zoom change signal and implement pixel scrollingAlp Toker2008-06-171-0/+17
* Fix some build warnings. Bug #537487.Cosimo Cecchi2008-06-103-2/+2
* Add pages to ephy history on load-committed.Xan Lopez2008-06-051-6/+5
* Do not do single includes in embed/, bug #536090Diego Escalante Urrelo2008-06-049-27/+10
* Add printing support.Alp Toker2008-05-311-0/+1
* Bring back zoom support using the zoom-level property added in WebKit r34249.Alp Toker2008-05-301-1/+4
* Fix the window title copying status bar's text, closes: #524587Diego Escalante Urrelo2008-05-241-13/+8
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-1226-0/+100
* Small cleanup.Xan Lopez2008-04-081-3/+1
* Small cleanups and correct return value of popup-menu callback.Xan Lopez2008-04-081-7/+5
* Remove this tooChristian Persch2008-04-0482-22391/+0
* Exorcise gecko configure & build stuffChristian Persch2008-04-042-56/+4
* DecruftifyChristian Persch2008-04-03139-29111/+0
* Try harder to fix the build with gecko 1.8Christian Persch2008-04-011-0/+8
* Try to fix the build with gecko 1.8Christian Persch2008-04-012-0/+10
* Do use a 1.9 xpidl for thisChristian Persch2008-03-281-1/+3
* Renegerate this with an older xpidl version, so it compiles on xr1.9 beta rel...Christian Persch2008-03-281-20/+18
* Next try to get cert exception addition working. This too isn't not working c...Christian Persch2008-03-2712-214/+426
* Fix the buildChristian Persch2008-03-171-1/+2
* Try to fix the build on 1.8.Christian Persch2008-03-172-9/+31
* Add a service to open the cert exception dialogue.Christian Persch2008-03-154-0/+212
* Fix the build with 1.9b4.Christian Persch2008-03-151-0/+5
* Only build EphyDirectoryProvider on < 1.9; it's unused on 1.9.Christian Persch2008-03-151-2/+2
* Remove the unnecessary setting of the preffered action in the casees that act...Christian Persch2008-03-152-28/+32
* Make this inclusion conditionally, since we don't use our directory provider ...Christian Persch2008-03-141-1/+4
* Typo fixChristian Persch2008-03-141-1/+1
* Fix the branding bundle registration by providing the app chrome manifest in ...Christian Persch2008-03-141-2/+5
* Try again to fix the directory provider for 1.9. Branding still fails thoughChristian Persch2008-03-136-14/+271
* Try to fix the gecko 1.8 backend, and this also might fix the branding bundle...Christian Persch2008-03-131-5/+3
* Use GChecksum to calculate the MD5 of favicons.Xan Lopez2008-03-121-3/+2
* FixChristian Persch2008-03-111-1/+1
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-118-25/+249
* Add visited pages to history.Xan Lopez2008-03-111-0/+10
* Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. (#521...Xan Lopez2008-03-083-8/+8
* Use g_slice for EphyCookie allocation. (#520560)Xan Lopez2008-03-061-3/+3
* Use g_object_connect for multiple signal connections to the same object.Xan Lopez2008-03-011-12/+8
* Do not set to NULL private members in init, memory is already zeroed.Xan Lopez2008-03-011-1/+0
* Strip anchors from URIs before trying to turn them into a GFile, and properlyJens Granseuer2008-02-291-4/+21
* Initialise variable. Bug #519173.Christian Persch2008-02-281-0/+2
* Fix AutoModalDialog::ShouldShow(). Bug #519173.Christian Persch2008-02-282-6/+4
* Support more preferences in the WebKit backend and add code to easily addXan Lopez2008-02-281-18/+91
* Fix a crash when downloading a file. (Bug #519121)Carlos Garcia Campos2008-02-281-0/+5
* Remove cruftChristian Persch2008-02-2712-1040/+0
* Add new types from xr 1.9.Christian Persch2008-02-261-1/+9
* Update for added nsIContentPolicy constants in 1.9.Christian Persch2008-02-261-2/+8
* Adapt to gio API changeChristian Persch2008-02-261-1/+1
* Remove unused struct member.Xan Lopez2008-02-251-2/+0
* Make epiphany/webkit start in online mode (though there is no differenceXan Lopez2008-02-241-1/+8
* Make EphyUtils::FindEmbed return the parent of the mozembed, as it is now con...Xan Lopez2008-02-211-1/+1
* Fix prompt service for xr 1.9 wrt. DOM notifications. Bug #504445.Christian Persch2008-02-1813-172/+415
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-1813-463/+50
* Comment this out; it's unreliableChristian Persch2008-02-181-0/+4
* Add our own reference to the webkit history item.Xan Lopez2008-02-181-1/+1
* No need to implement nsIBadCertListener2 hereChristian Persch2008-02-182-21/+4
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-184-0/+28
* Add stub for displayProtectedAuthChristian Persch2008-02-181-0/+10
* Add translator comment.Christian Persch2008-02-181-0/+1
* Remove unneeded embed list for prefs.Xan Lopez2008-02-163-22/+0
* Make Go Up recognize HTML anchors. Bug #335631.Cosimo Cecchi2008-02-151-1/+11
* Do not apply prefs to a view more than once.Xan Lopez2008-02-151-11/+0
* Plug leaks in webkit-embed-prefs.cXan Lopez2008-02-151-0/+4
* Initial implementation of WebKit preferences.Xan Lopez2008-02-155-0/+158
* Small cleanups in webki-embed-single.cXan Lopez2008-02-141-12/+13
* Cleanups in webkit-embed.cXan Lopez2008-02-101-24/+15
* Fix encoding for webkit-history-item.*Xan Lopez2008-02-052-2/+2
* Implement back and forward history, patch by Jan AlonzoXan Lopez2008-02-054-10/+231
* Track header location change in WebKit r29898Alp Toker2008-02-012-2/+2
* Fix keyboard focus remaining in the location entry after enteringCosimo Cecchi2008-02-011-1/+4
* Fix compilation error with gcc4.3.Cosimo Cecchi2008-01-292-2/+2
* Better fix for bug #511759.Cosimo Cecchi2008-01-252-2/+9
* Track upstream API change in WebKit r29550Alp Toker2008-01-181-2/+2
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-153-4/+6
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-1418-222/+236
* Update to new coding guidelines.Xan Lopez2008-01-051-18/+20
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-303-148/+8
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-306-47/+109
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-303-7/+4
* Mozilla implementation of the embed history interfaces.Xan Lopez2007-12-305-4/+219
* Add new embed history interfaces.Xan Lopez2007-12-305-81/+282
* If is_blank is TRUE then set title to Blank page without checking whetherXan Lopez2007-12-271-2/+2
* Make libnotify optional, completes the previous commit by chpe.Diego Escalante Urrelo2007-12-271-4/+38
* Whitespace fixes.Xan Lopez2007-12-271-2/+2
* Implement "select all" for WebKit backend. (#505569)Xan Lopez2007-12-251-0/+2
* Display a single host entry in the History Window also when the same hostCosimo Cecchi2007-12-251-10/+21
* Fix missing tab title on empty page.Cosimo Cecchi2007-12-251-5/+6
* Enable multiple selection in download dialog, now you can cancel more than oneDiego Escalante Urrelo2007-12-241-19/+45
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-2/+8
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-8/+37
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-1/+1
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-3/+11
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-242-1/+9
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-3/+2
* Fixes for xr 1.9. Bug #503657.Christian Persch2007-12-241-1/+18
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-0/+3
* Add ifdefs for xr 1.9. Part of bug #503657.Christian Persch2007-12-242-7/+41
* download-dialog hidden state is now saved to gconf. New downloads started while Diego Escalante Urrelo2007-12-241-13/+97
* Also fix parent instance/class for MozillaEmbed.Xan Lopez2007-12-232-3/+3
* Fix parent class/instance types.Xan Lopez2007-12-221-2/+3
* Implement clipboard operations for WebKit.Xan Lopez2007-12-222-39/+65
* Track WebKit upstream API changes r28817, r28818Alp Toker2007-12-181-6/+16
* Constify char* parameter for ephy_base_embed_location_changed.Xan Lopez2007-12-182-2/+2
* Release 2.21.4.RELEASE_2_21_4Christian Persch2007-12-161-0/+2
* Fix comment.Christian Persch2007-12-161-1/+1
* Do not call webkit_init() (it's going away soon) and onlyXan Lopez2007-12-152-5/+2
* Small cleanup in webkit-embed-persist.cXan Lopez2007-12-101-36/+21
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-105-6/+8
* Match WebKit/GTK+ API changes made in WebKit SVN r28273Alp Toker2007-12-012-34/+34
* Need to put the parent struct first.Christian Persch2007-11-291-0/+2
* Initialize the title property to "Blank page" in EphyBaseEmbed.Xan Lopez2007-11-271-0/+1
* Remove unused variable in WebKitEmbed class_init.Xan Lopez2007-11-181-1/+0
* Fix vfunc for get_visibility in EphyEmbed interface.Xan Lopez2007-11-181-1/+1
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-0/+137
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-185-1/+68
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-173-317/+312
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-0/+4
* Rename param to "set_active".Christian Persch2007-11-172-5/+7
* Yes, tabs.Xan Lopez2007-11-171-8/+8
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-7/+40
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-0/+4
* Make EphyEmbedContainer add_child method return the child's new position insi...Xan Lopez2007-11-172-4/+5
* Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_...Xan Lopez2007-11-162-9/+9
* Untabify ephy-embed-container.hXan Lopez2007-11-161-9/+9
* Add EphyEmbedContainer.Xan Lopez2007-11-163-0/+266
* embed/ephy-history.h: build fix, missing commaJan Michael C. Alonzo2007-11-141-1/+1
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-143-27/+39
* Uncomment icon update for history in EphyBaseEmbed, it works just fine.Xan Lopez2007-11-141-8/+5
* Fix: http being appended to 'about' pages. (Bug #496136)Jan Michael C. Alonzo2007-11-131-3/+4
* Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_...Xan Lopez2007-11-132-2/+2
* Call webkit_init in engine initialization to avoid crashes. (Bug #496114)Jan Michael C. Alonzo2007-11-122-2/+4
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+1
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+2
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-123-25/+26
* We don't inherit nothing from GtkMozEmbed anymore.Xan Lopez2007-11-121-14/+0
* Remove unused ge_content_changed.Xan Lopez2007-11-123-23/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-124-48/+0
* Remove unused ge-location signal.Xan Lopez2007-11-123-24/+0
* Oops, readd missing variable.Xan Lopez2007-11-111-0/+1
* Don't use mozilla-like variable names for parameters.Xan Lopez2007-11-111-4/+4
* Implement close for WebKitEmbed (simply destroys the widget).Xan Lopez2007-11-111-1/+1
* ge-search-key-press is in EphyEmbed, not GtkMozEmbed.Xan Lopez2007-11-101-1/+2
* Add a space to the reload page alertCyril Brulebois2007-11-081-1/+1
* Fix invalid cast and make the find toolbar work again after EphyBaseEmbedCosimo Cecchi2007-11-081-1/+1
* Enable a --with-distributor-name configure option, defaulting to Epiphany.Cyril Brulebois2007-11-071-3/+4
* Connect to "hovering-over-link" signal in WebKit to set link_message.Cosimo Cecchi2007-11-071-0/+11
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-064-8/+14
* Fix webkit backend build, and modify indentation to match new style.Xan Lopez2007-11-064-128/+121
* Use ephy_embed_utils_address_has_web_scheme instead of our own copy.Xan Lopez2007-11-061-20/+2
* Use K&R (pseudo) indentation style for new files.Xan Lopez2007-11-062-462/+391
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-063-431/+32
* Put size_allocate hack in MozillaEmbed now.Xan Lopez2007-11-061-0/+23
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-063-1537/+1460