aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/epiphany-sections.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove API doc generationXan Lopez2013-02-101-222/+0
| | | | | | We don't have extensions anymore, so this serves no purpose. If we ever add a new (hopefully much smaller!) API set for next-generation extensions we'll resurrect the docs for it.
* ephy-file-helpers: remove ephy_file_switch_temp_file()Claudio Saavedra2013-01-281-1/+0
| | | | | It is racy and it is unnecessary as we've replaced all its instances with g_file_set_contents().
* lib: Remove unused EphySearchEntry widgetBastien Nocera2012-12-101-8/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687744
* Make sure windows are properly closed when quitting from the shell menuCarlos Garcia Campos2012-09-271-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679844
* ephy-file-helpers: Add ephy_sanitize_filename()Carlos Garcia Campos2012-09-101-0/+1
| | | | | | To convert any possible directory separator into an underscore. https://bugzilla.gnome.org/show_bug.cgi?id=683711
* ephy-web-view: ephy_web_view_location_changed is private to its classXan Lopez2012-06-281-1/+0
| | | | Do not make it public.
* ephy-web-view: get rid of 'ephy_web_view_get_location'Xan Lopez2012-06-281-1/+0
| | | | | | Nowhere in epiphany were we using the "get the non-toplevel location" feature (which was broken anyway), so I think we should be able to just use get_address everywhere.
* ephy-web-view: Add ephy_web_view_load_failed()Carlos Garcia Campos2012-06-241-0/+1
| | | | To check whether the load operation in the web view failed.
* epiphany-sections: remove some dead stuffXan Lopez2012-06-141-8/+0
|
* e-file-helpers: Add ephy_file_create_data_uri_for_filename()Carlos Garcia Campos2012-06-141-0/+1
| | | | | | | It creates a data URI for the given filename. Use the new function when building error and applications pages. https://bugzilla.gnome.org/show_bug.cgi?id=677025
* ephy-window: make ephy_window_get_find_toolbar privateXan Lopez2012-01-211-1/+0
| | | | | Surely this is not interesting for anyone outside Epiphany? It's not used in extensions.
* Remove ephy_window_get_toolbarXan Lopez2011-12-141-1/+0
| | | | The only use in window-commands.c is not superfluous.
* ephy-web-view: remove unused and unimplemented methodXan Lopez2011-09-111-1/+0
|
* Spinner changesXan Lopez2010-10-241-10/+0
| | | | | | | | | | | | | | We get rid of the spinner in the toolbar, since load information is already given by the floating status indicator inside the WebView. The only remaining spinner is the one in the tabs, which has been ported to use GtkSpinner. Get rid of EphySpinner. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again) https://bugzilla.gnome.org/show_bug.cgi?id=598442
* Use a chromium-like status bar by defaultXan Lopez2010-05-191-10/+0
| | | | | | | | | | Get rid of our statusbar for good and switch to something like what Chromium uses, since it takes less vertical space. The only regression is that we lose the resize grip, but that should be re-added to GtkWindow soon. Bug #609713
* Remove popup state from the statusbarXan Lopez2010-05-131-1/+0
| | | | | The whole feature is kind of broken anyway. When we fix we'll figure out how to show it in the UI.
* ephy-statusbar: remove caret browsing indicatorXan Lopez2010-05-131-1/+0
| | | | | We now show a dialog before enabling the preference, which should be warning enough.
* Do not show the security status in the statusbarXan Lopez2010-05-121-2/+0
| | | | | It's already shown in the URL entry, so it's redundant. First step towards getting rid of the statusbar for good...
* 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