aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.defs
Commit message (Expand)AuthorAgeFilesLines
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-9/+0
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-12/+0
* Fix missing HTTP information when opening links in new tabsGustavo Noronha Silva2009-05-301-1/+1
* Remove ephy_embed_has_automatic_encoding, it's unused now.Xan Lopez2009-03-021-6/+0
* Remove get_backend function, there's only one possibility now.Xan Lopez2009-02-281-6/+0
* Remove the {_get,_set}_encoding functions from the python bindings definition,Cosimo Cecchi2009-02-271-15/+0
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-231-73/+0
* Remove progress from statusbar now that we show it in the location entry.Xan Lopez2008-12-311-9/+0
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-121-0/+73
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-121-73/+0
* Use the correct return type for ephy_embed_get_link_message andDiego Escalante Urrelo2008-10-161-2/+2
* embed: remove ephy_embed_close.Xan Lopez2008-07-031-6/+0
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-011-15/+0
* embed: remove ephy_embed_print.Xan Lopez2008-06-301-6/+0
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-301-6/+0
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-301-6/+0
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-301-6/+0
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_reload.Xan Lopez2008-06-301-9/+0
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-301-6/+0
* Exorcise gecko configure & build stuffChristian Persch2008-04-041-113/+113
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-33/+0
* Quick fix for a warning produced by my previous update to epiphany.defs,Diego Escalante Urrelo2007-12-241-1/+1
* Add extra methods to EphyEmbed object:Diego Escalante Urrelo2007-12-241-27/+94
* Squashed commit of the following:Jan Michael C. Alonzo2007-12-021-0/+6
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-9/+0
* Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_...Xan Lopez2007-11-161-2/+2
* Do not expose {add,remove}_child methods from EphyEmbedContainer to bindings.Xan Lopez2007-11-161-20/+0
* Change epiphany.defsXan Lopez2007-11-161-47/+53
* Remove EphyTabChristian Persch2007-10-281-72/+12
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-62/+1
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-7/+1
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-261-14/+14
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-22/+16
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-6/+0
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-6/+0
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-211-8/+0
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-6/+0
* Remove security data from EphyTab.Xan Lopez2007-10-211-6/+0
* Completely remove usage of visibility signal from src/Xan Lopez2007-10-201-6/+0
* Update gtk+ req to 2.11.6.Christian Persch2007-07-101-9/+0
* Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()".Christian Persch2007-01-291-15/+16
* Expose notebook->priv->focused_pages to extensions. Fix bug #350187.Jean-François Rameau2006-08-081-0/+5
* Add EphyFindToolbar type to Python binding. Bug #345837.Jean-François Rameau2006-06-261-0/+73
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-191-6/+0
* Add methods to EphyNode to set typed properties. This change improves theJean-François Rameau2006-05-231-0/+60
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-26/+0
* lib/ephy-state.h lib/ephy-state.c src/epiphany.defsPeter Harvey2006-02-041-1/+1
* lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.cPeter Harvey2006-02-041-10/+19
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-021-9/+0
* Add a function (ephy_embed_single_get_backend_name) to get the backendCrispin Flowerday2006-01-301-1/+5
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-241-64/+0
* Change the EphyPermissionManager API so that it is more obvious what itCrispin Flowerday2006-01-221-10/+10
* - Change EphyEmbedEvent.get_property to .get_event_property - WrapCrispin Flowerday2006-01-221-2/+12
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-181-2/+1
* src/bookmarks/Makefile.amPeter Harvey2006-01-171-18/+0
* Add chrome: and resource: to the safe list; otherwise forms and scrollbarsChristian Persch2005-11-191-16/+0
* Store the redirect and toplevel attributes when adding pages to theChristian Persch2005-10-311-0/+2
* src/epiphany.override src/epiphany.defsCrispin Flowerday2005-10-181-205/+461
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-131-4/+4
* Add configure switch to disable zeroconf bookmarks, since they're almostChristian Persch2005-10-031-6/+0
* Open new tabs with blank url bar if we're loading the homepage. Fixes bugChristian Persch2005-08-111-0/+1
* Make tab icon address setter public.Christian Persch2005-08-101-0/+9
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-081-9/+32
* Add public function ephy_window_get_context_event() to get theChristian Persch2005-08-041-7/+6
* Wrap EggToolbarsModel.Christian Persch2005-08-011-6/+169
* Wrap MozillaEmbedEvent, to prevent crash from bug #310910.Christian Persch2005-08-011-0/+7
* More bindings.Christian Persch2005-08-011-1/+1
* More bindings.Christian Persch2005-08-011-1/+40
* More bindings.Christian Persch2005-08-011-2/+79
* Update binding rules.Christian Persch2005-08-011-0/+7
* Fix crash on "window.get_toolbar()". Fixes bug #170105.Christian Persch2005-08-011-0/+14
* Update python bindings.Christian Persch2005-08-011-104/+317
* Update the python bindings too.Christian Persch2005-07-301-6/+0
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-271-4/+4
* Update python bindingChristian Persch2005-07-251-6/+0
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-241-17/+11
* Add rules to generate the raw python bindings .defs file, and to checkChristian Persch2005-07-211-934/+899
* Handle Ctrl-F like / to open the find bar without focusing it. Fixes linkChristian Persch2005-06-091-6/+0
* Update python bindings.Christian Persch2005-05-291-20/+6
* A README.Python A m4/.cvsignore: A m4/python.m4:Christian Persch2005-05-211-0/+3044