Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: ephy-web-view | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+53 |
| | |||||
* | docs: ephy-dialog | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+25 |
| | |||||
* | docs: ephy-debug | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+8 |
| | |||||
* | docs: ephy-location-action | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+8 |
| | | | | Bug #503852 | ||||
* | docs: ephy-toolbar | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+18 |
| | | | | Bug #503852 | ||||
* | docs: ephy-statusbar | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+13 |
| | | | | Bug #503852 | ||||
* | docs: ephy-window | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+18 |
| | | | | | | | Also make _ephy_window_set_context_event and _ephy_window_unset_context_event static since noone was using those. Bug #503852 | ||||
* | docs: ephy-tree-model-node | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+11 |
| | | | | Bug #503852 | ||||
* | docs: ephy-tree-model-sort | Diego Escalante Urrelo | 2009-12-03 | 1 | -214/+36 |
| | | | | | | Also disable incomplete documentation. Bug #503852 | ||||
* | docs: ephy-node-view | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+22 |
| | | | | Bug #503852 | ||||
* | docs: remove old nonexistant API | Diego Escalante Urrelo | 2009-12-03 | 1 | -89/+0 |
| | | | | Bug #503852 | ||||
* | docs: ephy-zoom-action | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+8 |
| | |||||
* | Get rid of EphyCommandManager | Xan Lopez | 2009-09-10 | 1 | -17/+0 |
| | | | | It was just another useless abstraction at this point. | ||||
* | Remove unused stuff and clean old references to Mozilla. | Xan Lopez | 2009-08-12 | 1 | -1/+0 |
| | |||||
* | Remove EphyEmbedFactory from docs. | Xan Lopez | 2009-06-06 | 1 | -6/+0 |
| | |||||
* | Move method to copy history between embeds/views to EphyWebView from EphyEmbed. | Xan Lopez | 2009-05-31 | 1 | -4/+0 |
| | | | | Just part of the gradual progress to get rid of the Embed interface. | ||||
* | Use libsoup, getting the session from webkit, to handle cookies. | Xan Lopez | 2009-02-23 | 1 | -21/+0 |
| | | | | | | | Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811 | ||||
* | Remove EphyIconEntry leftovers. | Xan Lopez | 2009-01-22 | 1 | -9/+0 |
| | | | | svn path=/trunk/; revision=8715 | ||||
* | Enable docs for ephy-spinner | Diego Escalante Urrelo | 2008-11-30 | 1 | -0/+10 |
| | | | | svn path=/trunk/; revision=8624 | ||||
* | Document lib/widgets/ephy-zoom-control.c | Diego Escalante Urrelo | 2008-11-30 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8622 | ||||
* | Correctly title Ephy*Entry widgets in docs | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=8567 | ||||
* | Enable ephy-search-entry docs build | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+6 |
| | | | | | | Also, create a new Widgets section. svn path=/trunk/; revision=8566 | ||||
* | Enable ephy-icon-entry docs build | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=8564 | ||||
* | Enable documentation build for ephy-location-entry | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+20 |
| | | | | | | | | | | | Conflicts: doc/reference/epiphany-sections.txt doc/reference/tmpl/EphySingle.sgml doc/reference/tmpl/ephy-embed.sgml doc/reference/tmpl/epiphany-unused.sgml svn path=/trunk/; revision=8558 | ||||
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 1 | -2/+0 |
| | | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327 | ||||
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309 | ||||
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307 | ||||
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306 | ||||
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305 | ||||
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304 | ||||
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303 | ||||
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302 | ||||
* | More gecko exorcism | Christian Persch | 2008-04-08 | 1 | -10/+0 |
| | | | | svn path=/trunk/; revision=8197 | ||||
* | Release 2.21.4.RELEASE_2_21_4 | Christian Persch | 2007-12-16 | 1 | -26/+0 |
| | | | | svn path=/trunk/; revision=7776 | ||||
* | Load/unload extensions based on GConf key | Adam Hooper | 2004-09-14 | 1 | -0/+19 |
| | | | | | | /apps/epiphany/general/active_extensions. Update documentation a bit (i.e., make sure it actually builds). | ||||
* | Popup blocking support. View -> Popup Windows. | Adam Hooper | 2004-07-01 | 1 | -0/+1 |
| | |||||
* | Documented EphyGlade | Adam Hooper | 2004-04-20 | 1 | -0/+5 |
| | |||||
* | Documented EphyNodeDb | Adam Hooper | 2004-04-05 | 1 | -0/+22 |
| | |||||
* | Documented EphyEmbedFactory | Adam Hooper | 2004-03-30 | 1 | -5/+6 |
| | |||||
* | Documented EphyCommandManager | Adam Hooper | 2004-03-30 | 1 | -0/+16 |
| | |||||
* | EphyEmbedPersist documentation | Adam Hooper | 2004-03-28 | 1 | -0/+33 |
| | |||||
* | Documented EphyEmbedSingle | Adam Hooper | 2004-03-27 | 1 | -17/+18 |
| | |||||
* | Documented EphyEmbed | Adam Hooper | 2004-03-26 | 1 | -2/+78 |
| | |||||
* | Documented EphyTab | Adam Hooper | 2004-03-24 | 1 | -0/+19 |
| | |||||
* | More documentation | Adam Hooper | 2004-03-24 | 1 | -0/+175 |