aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.override
Commit message (Collapse)AuthorAgeFilesLines
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-54/+0
| | | | | | Closes bug #506005 svn path=/trunk/; revision=7836
* Squashed commit of the following:Jan Michael C. Alonzo2007-12-021-0/+1
| | | | | | | | | | | | commit 8ee24f8e307d08d90a7caedf570831c1cab9f708 Author: Jan Michael Alonzo <jmalonzo@unpluggable.com> Date: Sun Dec 2 06:19:44 2007 +1100 wrap EphyEmbedContainer interface - http://bugzilla.gnome.org/show_bug.cgi?id=500729 svn path=/trunk/; revision=7744
* Remove EphyTabChristian Persch2007-10-281-13/+0
| | | | svn path=/trunk/; revision=7605
* Implement stop loading method, for some reason can_go methods will fail toXan Lopez2007-07-281-3/+0
| | | | | | | | | | | | | | | 2007-07-28 Xan Lopez <xan@gnome.org> * embed/webkit/webkit-embed.cpp: Implement stop loading method, for some reason can_go methods will fail to link. * src/epiphany.override: Remove mozilla include. svn path=/trunk/; revision=7209
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
| | | | | | | | | | 2007-03-11 Christian Persch <chpe@gnome.org> * *: Correct FSF address. Bug #409075, patch by John Millikin. svn path=/trunk/; revision=6952
* Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()".Christian Persch2007-01-291-0/+32
| | | | | | | | | | | | 2007-01-28 Christian Persch <chpe@svn.gnome.org> * src/epiphany.defs: * src/epiphany.override: Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()". Bug #351705. svn path=/trunk/; revision=6854
* Fixes a problem at link time on Darwin, bug #387233. Patch by paul.Diego Escalante Urrelo2007-01-091-0/+1
| | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-python-extension.c: * src/epiphany.override: Fixes a problem at link time on Darwin, bug #387233. Patch by paul. svn path=/trunk/; revision=6805
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
|
* Expose notebook->priv->focused_pages to extensions. Fix bug #350187.Jean-François Rameau2006-08-081-0/+14
| | | | | | | | | | | 2006-08-08 Jean-François Rameau <jframeau@cvs.gnome.org> * src/epiphany.defs: * src/ephy-notebook.h: * src/ephy-notebook.c: * src/epiphany.override: Expose notebook->priv->focused_pages to extensions. Fix bug #350187.
* Add EphyFindToolbar type to Python binding. Bug #345837.Jean-François Rameau2006-06-261-0/+4
| | | | | | | | | | | 2006-06-25 Jean-François Rameau <jframeau@cvs.gnome.org> * src/epiphany.defs: * src/epiphany.override: * src/Makefile.am: Add EphyFindToolbar type to Python binding. Bug #345837.
* Change the EphyPermissionManager API so that it is more obvious what itCrispin Flowerday2006-01-221-5/+5
| | | | | | | | | | | | | | | | | | | 2006-01-22 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-permission-manager.c: (ephy_permission_manager_add_permission), (ephy_permission_manager_remove_permission), (ephy_permission_manager_clear_permissions), (ephy_permission_manager_test_permission), (ephy_permission_manager_list_permissions): * embed/ephy-permission-manager.h: * src/ephy-tab.c: (ephy_tab_get_popups_allowed), (ephy_tab_set_popups_allowed): * src/epiphany.defs: * src/epiphany.override: Change the EphyPermissionManager API so that it is more obvious what it does when used from python.
* - Change EphyEmbedEvent.get_property to .get_event_property - WrapCrispin Flowerday2006-01-221-0/+46
| | | | | | | | | | | | 2006-01-21 Crispin Flowerday <gnome@flowerday.cx> * src/epiphany.defs: * src/epiphany.override: - Change EphyEmbedEvent.get_property to .get_event_property - Wrap EphyPermissionManager.list(), and the boxed type it uses. - Wrap EphyEmbed.get_security_level()
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2006-01-17 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed-event.c: (ephy_embed_event_get_property): * embed/ephy-embed-event.h: * embed/mozilla/mozilla-embed-event.cpp: * src/ephy-tab.c: (save_property_url), (ephy_tab_dom_mouse_click_cb): * src/ephy-window.c: (update_popups_tooltips), (show_embed_popup): * src/epiphany.defs: * src/epiphany.override: * src/popup-commands.c: (popup_cmd_link_in_new_window), (popup_cmd_link_in_new_tab), (popup_cmd_bookmark_link), (popup_cmd_copy_link_address), (save_property_url), (popup_cmd_open_link), (popup_cmd_set_image_as_background), (popup_cmd_copy_image_location), (popup_cmd_open_image): Change the 'ephy_embed_event_get_property' function return a GValue* rather than taking a pointer to it as an argument.
* src/epiphany.override src/epiphany.defsCrispin Flowerday2005-10-181-2/+3
| | | | | | | | | | 2005-10-17 Crispin Flowerday <gnome@flowerday.cx> * src/epiphany.override * src/epiphany.defs * src/Makefile.am: Update python API to the new bookmark headers.
* Wrap MozillaEmbedEvent, to prevent crash from bug #310910.Christian Persch2005-08-011-0/+3
| | | | | | | | | | 2005-07-31 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: * src/epiphany.defs: * src/epiphany.override: Wrap MozillaEmbedEvent, to prevent crash from bug #310910.
* Fix gcc 4.0 warnings.Jean-François Rameau2005-08-011-2/+2
| | | | | | | | | 2005-07-31 Jean-François Rameau <jframeau@cvs.gnome.org> * src/epiphany.override: (_wrap_ephy_embed_event_get_coords): * embed/ephy-history.c: Fix gcc 4.0 warnings.
* Fix crash on "window.get_toolbar()". Fixes bug #170105.Christian Persch2005-08-011-4/+20
| | | | | | | | | 2005-07-31 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.defs: * src/epiphany.override: Fix crash on "window.get_toolbar()". Fixes bug #170105.
* A README.Python A m4/.cvsignore: A m4/python.m4:Christian Persch2005-05-211-0/+392
2005-05-21 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: A README.Python A m4/.cvsignore: A m4/python.m4: * src/Makefile.am: * src/ephy-extensions-manager.c: (get_loader_for_type): A src/ephy-python-extension.c: A src/ephy-python-extension.h: A src/ephy-python-loader.c: A src/ephy-python-loader.h: A src/ephy-python.c: A src/ephy-python.h: A src/epiphany.defs: A src/epiphany.override: Merge Pyphany.