Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-base-embed: remove note about using force reload when available. | Xan Lopez | 2009-03-18 | 1 | -4/+0 |
| | | | | | | Turns out it's better not to, see bug #568108. svn path=/trunk/; revision=8916 | ||||
* | embed: restore restore_zoom_level. | Xan Lopez | 2008-07-01 | 1 | -35/+0 |
| | | | | svn path=/trunk/; revision=8328 | ||||
* | embed: remove ge-zoom-changed and zoom property. | Xan Lopez | 2008-07-01 | 1 | -55/+3 |
| | | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326 | ||||
* | misc: add reference to webkit bug about reload_bypass_cache | Xan Lopez | 2008-06-30 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8310 | ||||
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 1 | -1/+1 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307 | ||||
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 1 | -1/+2 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306 | ||||
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 1 | -2/+4 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303 | ||||
* | Strip anchors from URIs before trying to turn them into a GFile, and properly | Jens Granseuer | 2008-02-29 | 1 | -4/+21 |
| | | | | | | | handle get_file_info failing. Fixes a crash when using URLs like file:///path#anchor. Bug #519370. svn path=/trunk/; revision=8002 | ||||
* | Update to new glib 2.15.2 API, bump glib dep and remove a | Cosimo Cecchi | 2008-01-15 | 1 | -2/+2 |
| | | | | | | remaining gnome-vfs bit from configure.ac. svn path=/trunk/; revision=7864 | ||||
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -74/+58 |
| | | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858 | ||||
* | If is_blank is TRUE then set title to Blank page without checking whether | Xan Lopez | 2007-12-27 | 1 | -2/+2 |
| | | | | | | title was NULL or not. Fixes (again!) empty new tabs. svn path=/trunk/; revision=7829 | ||||
* | Whitespace fixes. | Xan Lopez | 2007-12-27 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=7824 | ||||
* | Fix missing tab title on empty page. | Cosimo Cecchi | 2007-12-25 | 1 | -5/+6 |
| | | | | | | Bug #503854. svn path=/trunk/; revision=7817 | ||||
* | Constify char* parameter for ephy_base_embed_location_changed. | Xan Lopez | 2007-12-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7781 | ||||
* | Initialize the title property to "Blank page" in EphyBaseEmbed. | Xan Lopez | 2007-11-27 | 1 | -0/+1 |
| | | | | | | Bug #499803 svn path=/trunk/; revision=7732 | ||||
* | Put visibility property into EphyBaseEmbed, we need it for popups. | Xan Lopez | 2007-11-18 | 1 | -0/+33 |
| | | | | svn path=/trunk/; revision=7712 | ||||
* | Re-enable popup management code in EphyBaseEmbed. | Xan Lopez | 2007-11-17 | 1 | -312/+306 |
| | | | | | | | Plus a small bugfix in MozillaEmbed about GtkMozembed vs. EphyEmbed confusion. svn path=/trunk/; revision=7711 | ||||
* | Add icon-updated signal to EphyHistory. | Xan Lopez | 2007-11-14 | 1 | -5/+0 |
| | | | | | | Use it to update the bookmarks icon, as it was done in EphyTab before. svn path=/trunk/; revision=7687 | ||||
* | Uncomment icon update for history in EphyBaseEmbed, it works just fine. | Xan Lopez | 2007-11-14 | 1 | -8/+5 |
| | | | | svn path=/trunk/; revision=7686 | ||||
* | Implement grab_focus in EphyBaseEmbed. | Xan Lopez | 2007-11-12 | 1 | -0/+12 |
| | | | | | | | | We still need a custom implementation in MozillaEmbed because the child of the embed won't exist until the widget is realized, so there is no point in grabbing focus until then. svn path=/trunk/; revision=7668 | ||||
* | Make ephy_base_embed_set_{title,address} dup their parameters internally. | Xan Lopez | 2007-11-06 | 1 | -4/+7 |
| | | | | svn path=/trunk/; revision=7636 | ||||
* | Use ephy_embed_utils_address_has_web_scheme instead of our own copy. | Xan Lopez | 2007-11-06 | 1 | -20/+2 |
| | | | | svn path=/trunk/; revision=7632 | ||||
* | Use K&R (pseudo) indentation style for new files. | Xan Lopez | 2007-11-06 | 1 | -456/+365 |
| | | | | svn path=/trunk/; revision=7631 | ||||
* | Update the WebKit backend to use EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 1 | -1/+1 |
| | | | | | | | The way both backends track progress seem to be very different, so I've exported the set_load_percent to get this going for now. svn path=/trunk/; revision=7630 | ||||
* | Move all common functionality from MozillaEmbed to EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 1 | -25/+1413 |
| | | | | svn path=/trunk/; revision=7628 | ||||
* | Put the properties in EphyBaseEmbed rather than in the interface. | Xan Lopez | 2007-11-06 | 1 | -1/+159 |
| | | | | | | Backends still override them completely at this point. svn path=/trunk/; revision=7627 | ||||
* | Create EphyBaseEmbed, make MozillaEmbed a subclass of it. | Xan Lopez | 2007-11-06 | 1 | -0/+114 |
EphyBaseEmbed is an abstract class that will implement the generic bits common to any Epiphany backend. In this first commit it does nothing but serve as the parent class for the mozilla embedding widget. svn path=/trunk/; revision=7626 |