aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/epiphany-sections.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: ephy-file-helpersDiego Escalante Urrelo2010-01-221-1/+26
|
* docs: ephy-web-viewDiego Escalante Urrelo2009-12-181-0/+53
|
* docs: ephy-dialogDiego Escalante Urrelo2009-12-181-0/+25
|
* docs: ephy-debugDiego Escalante Urrelo2009-12-181-0/+8
|
* docs: ephy-location-actionDiego Escalante Urrelo2009-12-031-0/+8
| | | | Bug #503852
* docs: ephy-toolbarDiego Escalante Urrelo2009-12-031-0/+18
| | | | Bug #503852
* docs: ephy-statusbarDiego Escalante Urrelo2009-12-031-0/+13
| | | | Bug #503852
* docs: ephy-windowDiego Escalante Urrelo2009-12-031-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-nodeDiego Escalante Urrelo2009-12-031-0/+11
| | | | Bug #503852
* docs: ephy-tree-model-sortDiego Escalante Urrelo2009-12-031-214/+36
| | | | | | Also disable incomplete documentation. Bug #503852
* docs: ephy-node-viewDiego Escalante Urrelo2009-12-031-0/+22
| | | | Bug #503852
* docs: remove old nonexistant APIDiego Escalante Urrelo2009-12-031-89/+0
| | | | Bug #503852
* docs: ephy-zoom-actionDiego Escalante Urrelo2009-12-031-0/+8
|
* Get rid of EphyCommandManagerXan Lopez2009-09-101-17/+0
| | | | It was just another useless abstraction at this point.
* Remove unused stuff and clean old references to Mozilla.Xan Lopez2009-08-121-1/+0
|
* Remove EphyEmbedFactory from docs.Xan Lopez2009-06-061-6/+0
|
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-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 Lopez2009-02-231-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 Lopez2009-01-221-9/+0
| | | | svn path=/trunk/; revision=8715
* Enable docs for ephy-spinnerDiego Escalante Urrelo2008-11-301-0/+10
| | | | svn path=/trunk/; revision=8624
* Document lib/widgets/ephy-zoom-control.cDiego Escalante Urrelo2008-11-301-0/+8
| | | | svn path=/trunk/; revision=8622
* Correctly title Ephy*Entry widgets in docsDiego Escalante Urrelo2008-09-291-0/+6
| | | | svn path=/trunk/; revision=8567
* Enable ephy-search-entry docs buildDiego Escalante Urrelo2008-09-291-0/+6
| | | | | | Also, create a new Widgets section. svn path=/trunk/; revision=8566
* Enable ephy-icon-entry docs buildDiego Escalante Urrelo2008-09-291-0/+7
| | | | svn path=/trunk/; revision=8564
* Enable documentation build for ephy-location-entryDiego Escalante Urrelo2008-09-291-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 Lopez2008-07-011-2/+0
| | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327
* embed: remove ephy_embed_print.Xan Lopez2008-06-301-1/+0
| | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-301-1/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-301-1/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-301-1/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-301-1/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304
* embed: remove ephy_embed_reload.Xan Lopez2008-06-301-1/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-301-1/+0
| | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302
* More gecko exorcismChristian Persch2008-04-081-10/+0
| | | | svn path=/trunk/; revision=8197
* Release 2.21.4.RELEASE_2_21_4Christian Persch2007-12-161-26/+0
| | | | svn path=/trunk/; revision=7776
* Load/unload extensions based on GConf keyAdam Hooper2004-09-141-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 Hooper2004-07-011-0/+1
|
* Documented EphyGladeAdam Hooper2004-04-201-0/+5
|
* Documented EphyNodeDbAdam Hooper2004-04-051-0/+22
|
* Documented EphyEmbedFactoryAdam Hooper2004-03-301-5/+6
|
* Documented EphyCommandManagerAdam Hooper2004-03-301-0/+16
|
* EphyEmbedPersist documentationAdam Hooper2004-03-281-0/+33
|
* Documented EphyEmbedSingleAdam Hooper2004-03-271-17/+18
|
* Documented EphyEmbedAdam Hooper2004-03-261-2/+78
|
* Documented EphyTabAdam Hooper2004-03-241-0/+19
|
* More documentationAdam Hooper2004-03-241-0/+175